1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector
  4. 488390656 of the same hard drive for core.img. core.img is at this
  5. location and looks for (,gpt2)/boot/grub.
  6. sda1: __________________________________________________________________________
  7. File system: vfat
  8. Boot sector type: FAT32
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /EFI/Boot/bootx64.efi /EFI/grub/MokManager.efi
  12. /EFI/grub/grubx64.efi /EFI/grub/shimx64.efi
  13. /EFI/Microsoft/Boot/bootmgfw.efi
  14. /EFI/Microsoft/Boot/bootx64.efi
  15. sda2: __________________________________________________________________________
  16. File system: ext4
  17. Boot sector type: -
  18. Boot sector info:
  19. Operating System: elementary OS Freya
  20. Boot files: /boot/grub/grub.cfg /etc/fstab
  21. sda3: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  28. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  29. Units = sectors of 1 * 512 = 512 bytes
  30. Sector size (logical/physical): 512 bytes / 512 bytes
  31. Partition Boot Start Sector End Sector # of Sectors Id System
  32. /dev/sda1 1 488,397,167 488,397,167 ee GPT
  33. GUID Partition Table detected.
  34. Partition Start Sector End Sector # of Sectors System
  35. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  36. /dev/sda2 1,050,624 484,818,202 483,767,579 Data partition (Linux)
  37. /dev/sda3 484,818,944 488,390,655 3,571,712 Swap partition (Linux)
  38. "blkid" output: ________________________________________________________________
  39. Device UUID TYPE LABEL
  40. /dev/sda1 EDC1-73FA vfat
  41. /dev/sda2 eda887e2-45e4-435e-842f-6dd92fc2e4d9 ext4
  42. /dev/sda3 8e55a980-f70a-43f4-a168-5c0cd7a23d75 swap
  43. ========================= "ls -l /dev/disk/by-id" output: ======================
  44. total 0
  45. lrwxrwxrwx 1 root root 9 Sep 4 21:27 ata-ST9250827AS_5RG8GJB2 -> ../../sda
  46. lrwxrwxrwx 1 root root 10 Sep 4 21:17 ata-ST9250827AS_5RG8GJB2-part1 -> ../../sda1
  47. lrwxrwxrwx 1 root root 10 Sep 4 21:17 ata-ST9250827AS_5RG8GJB2-part2 -> ../../sda2
  48. lrwxrwxrwx 1 root root 10 Sep 4 21:17 ata-ST9250827AS_5RG8GJB2-part3 -> ../../sda3
  49. lrwxrwxrwx 1 root root 9 Sep 4 21:17 ata-TSSTcorp_CDDVDW_SN-208DN_R92L6GMD101XV0 -> ../../sr0
  50. lrwxrwxrwx 1 root root 9 Sep 4 21:27 wwn-0x5000c5001486a7ce -> ../../sda
  51. lrwxrwxrwx 1 root root 10 Sep 4 21:17 wwn-0x5000c5001486a7ce-part1 -> ../../sda1
  52. lrwxrwxrwx 1 root root 10 Sep 4 21:17 wwn-0x5000c5001486a7ce-part2 -> ../../sda2
  53. lrwxrwxrwx 1 root root 10 Sep 4 21:17 wwn-0x5000c5001486a7ce-part3 -> ../../sda3
  54. ================================ Mount points: =================================
  55. Device Mount_Point Type Options
  56. /dev/sda1 /boot/efi vfat (rw)
  57. /dev/sda2 / ext4 (rw,errors=remount-ro)
  58. =========================== sda2/boot/grub/grub.cfg: ===========================
  59. --------------------------------------------------------------------------------
  60. #
  61. # DO NOT EDIT THIS FILE
  62. #
  63. # It is automatically generated by grub-mkconfig using templates
  64. # from /etc/grub.d and settings from /etc/default/grub
  65. #
  66. ### BEGIN /etc/grub.d/00_header ###
  67. if [ -s $prefix/grubenv ]; then
  68. set have_grubenv=true
  69. load_env
  70. fi
  71. if [ "${next_entry}" ] ; then
  72. set default="${next_entry}"
  73. set next_entry=
  74. save_env next_entry
  75. set boot_once=true
  76. else
  77. set default="0"
  78. fi
  79. if [ x"${feature_menuentry_id}" = xy ]; then
  80. menuentry_id_option="--id"
  81. else
  82. menuentry_id_option=""
  83. fi
  84. export menuentry_id_option
  85. if [ "${prev_saved_entry}" ]; then
  86. set saved_entry="${prev_saved_entry}"
  87. save_env saved_entry
  88. set prev_saved_entry=
  89. save_env prev_saved_entry
  90. set boot_once=true
  91. fi
  92. function savedefault {
  93. if [ -z "${boot_once}" ]; then
  94. saved_entry="${chosen}"
  95. save_env saved_entry
  96. fi
  97. }
  98. function recordfail {
  99. set recordfail=1
  100. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  101. }
  102. function load_video {
  103. if [ x$feature_all_video_module = xy ]; then
  104. insmod all_video
  105. else
  106. insmod efi_gop
  107. insmod efi_uga
  108. insmod ieee1275_fb
  109. insmod vbe
  110. insmod vga
  111. insmod video_bochs
  112. insmod video_cirrus
  113. fi
  114. }
  115. if [ x$feature_default_font_path = xy ] ; then
  116. font=unicode
  117. else
  118. insmod part_gpt
  119. insmod ext2
  120. set root='hd0,gpt2'
  121. if [ x$feature_platform_search_hint = xy ]; then
  122. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 eda887e2-45e4-435e-842f-6dd92fc2e4d9
  123. else
  124. search --no-floppy --fs-uuid --set=root eda887e2-45e4-435e-842f-6dd92fc2e4d9
  125. fi
  126. font="/usr/share/grub/unicode.pf2"
  127. fi
  128. if loadfont $font ; then
  129. set gfxmode=auto
  130. load_video
  131. insmod gfxterm
  132. set locale_dir=$prefix/locale
  133. set lang=pt_BR
  134. insmod gettext
  135. fi
  136. terminal_output gfxterm
  137. if [ "${recordfail}" = 1 ] ; then
  138. set timeout=10
  139. else
  140. if [ x$feature_timeout_style = xy ] ; then
  141. set timeout_style=menu
  142. set timeout=10
  143. # Fallback normal timeout code in case the timeout_style feature is
  144. # unavailable.
  145. else
  146. set timeout=10
  147. fi
  148. fi
  149. ### END /etc/grub.d/00_header ###
  150. ### BEGIN /etc/grub.d/05_debian_theme ###
  151. set menu_color_normal=white/black
  152. set menu_color_highlight=black/white
  153. ### END /etc/grub.d/05_debian_theme ###
  154. ### BEGIN /etc/grub.d/10_linux ###
  155. function gfxmode {
  156. set gfxpayload="${1}"
  157. if [ "${1}" = "keep" ]; then
  158. set vt_handoff=vt.handoff=7
  159. else
  160. set vt_handoff=
  161. fi
  162. }
  163. if [ "${recordfail}" != 1 ]; then
  164. if [ -e ${prefix}/gfxblacklist.txt ]; then
  165. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  166. if [ ${match} = 0 ]; then
  167. set linux_gfx_mode=keep
  168. else
  169. set linux_gfx_mode=text
  170. fi
  171. else
  172. set linux_gfx_mode=text
  173. fi
  174. else
  175. set linux_gfx_mode=keep
  176. fi
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. export linux_gfx_mode
  181. menuentry 'GNU/Linux' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-eda887e2-45e4-435e-842f-6dd92fc2e4d9' {
  182. recordfail
  183. load_video
  184. gfxmode $linux_gfx_mode
  185. insmod gzio
  186. insmod part_gpt
  187. insmod ext2
  188. set root='hd0,gpt2'
  189. if [ x$feature_platform_search_hint = xy ]; then
  190. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 eda887e2-45e4-435e-842f-6dd92fc2e4d9
  191. else
  192. search --no-floppy --fs-uuid --set=root eda887e2-45e4-435e-842f-6dd92fc2e4d9
  193. fi
  194. linux /boot/vmlinuz-3.19.0-26-generic.efi.signed root=UUID=eda887e2-45e4-435e-842f-6dd92fc2e4d9 ro quiet splash $vt_handoff
  195. initrd /boot/initrd.img-3.19.0-26-generic
  196. }
  197. submenu 'Advanced options for GNU/Linux' $menuentry_id_option 'gnulinux-advanced-eda887e2-45e4-435e-842f-6dd92fc2e4d9' {
  198. menuentry 'GNU/Linux, with Linux 3.19.0-26-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-26-generic-advanced-eda887e2-45e4-435e-842f-6dd92fc2e4d9' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. insmod part_gpt
  204. insmod ext2
  205. set root='hd0,gpt2'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 eda887e2-45e4-435e-842f-6dd92fc2e4d9
  208. else
  209. search --no-floppy --fs-uuid --set=root eda887e2-45e4-435e-842f-6dd92fc2e4d9
  210. fi
  211. echo 'Loading Linux 3.19.0-26-generic ...'
  212. linux /boot/vmlinuz-3.19.0-26-generic.efi.signed root=UUID=eda887e2-45e4-435e-842f-6dd92fc2e4d9 ro quiet splash $vt_handoff
  213. echo 'Loading initial ramdisk ...'
  214. initrd /boot/initrd.img-3.19.0-26-generic
  215. }
  216. menuentry 'GNU/Linux, with Linux 3.19.0-26-generic (recovery mode)' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-26-generic-recovery-eda887e2-45e4-435e-842f-6dd92fc2e4d9' {
  217. recordfail
  218. load_video
  219. insmod gzio
  220. insmod part_gpt
  221. insmod ext2
  222. set root='hd0,gpt2'
  223. if [ x$feature_platform_search_hint = xy ]; then
  224. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 eda887e2-45e4-435e-842f-6dd92fc2e4d9
  225. else
  226. search --no-floppy --fs-uuid --set=root eda887e2-45e4-435e-842f-6dd92fc2e4d9
  227. fi
  228. echo 'Loading Linux 3.19.0-26-generic ...'
  229. linux /boot/vmlinuz-3.19.0-26-generic.efi.signed root=UUID=eda887e2-45e4-435e-842f-6dd92fc2e4d9 ro recovery nomodeset
  230. echo 'Loading initial ramdisk ...'
  231. initrd /boot/initrd.img-3.19.0-26-generic
  232. }
  233. }
  234. ### END /etc/grub.d/10_linux ###
  235. ### BEGIN /etc/grub.d/20_linux_xen ###
  236. ### END /etc/grub.d/20_linux_xen ###
  237. ### BEGIN /etc/grub.d/30_os-prober ###
  238. ### END /etc/grub.d/30_os-prober ###
  239. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  240. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  241. fwsetup
  242. }
  243. ### END /etc/grub.d/30_uefi-firmware ###
  244. ### BEGIN /etc/grub.d/40_custom ###
  245. # This file provides an easy way to add custom menu entries. Simply type the
  246. # menu entries you want to add after this comment. Be careful not to change
  247. # the 'exec tail' line above.
  248. ### END /etc/grub.d/40_custom ###
  249. ### BEGIN /etc/grub.d/41_custom ###
  250. if [ -f ${config_directory}/custom.cfg ]; then
  251. source ${config_directory}/custom.cfg
  252. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  253. source $prefix/custom.cfg;
  254. fi
  255. ### END /etc/grub.d/41_custom ###
  256. --------------------------------------------------------------------------------
  257. =============================== sda2/etc/fstab: ================================
  258. --------------------------------------------------------------------------------
  259. # /etc/fstab: static file system information.
  260. #
  261. # Use 'blkid' to print the universally unique identifier for a
  262. # device; this may be used with UUID= as a more robust way to name devices
  263. # that works even if disks are added and removed. See fstab(5).
  264. #
  265. # <file system> <mount point> <type> <options> <dump> <pass>
  266. # / was on /dev/sda2 during installation
  267. UUID=eda887e2-45e4-435e-842f-6dd92fc2e4d9 / ext4 errors=remount-ro 0 1
  268. # /boot/efi was on /dev/sda1 during installation
  269. #UUID=EDC1-73FA /boot/efi vfat defaults 0 1
  270. # swap was on /dev/sda3 during installation
  271. UUID=8e55a980-f70a-43f4-a168-5c0cd7a23d75 none swap sw 0 0
  272. UUID=EDC1-73FA /boot/efi vfat defaults 0 1
  273. --------------------------------------------------------------------------------
  274. =============================== StdErr Messages: ===============================
  275. cat: write error: Broken pipe
  276. ADDITIONAL INFORMATION :
  277. =================== log of boot-repair 2015-09-04__21h26 ===================
  278. boot-repair version : 4ppa33
  279. boot-sav version : 4ppa33
  280. glade2script version : 3.2.2~ppa47~saucy
  281. boot-sav-extra version : 4ppa33
  282. boot-repair is executed in installed-session (elementary OS Freya, freya, elementary OS, x86_64)
  283. CPU op-mode(s): 32-bit, 64-bit
  284. BOOT_IMAGE=/boot/vmlinuz-3.19.0-26-generic.efi.signed root=UUID=eda887e2-45e4-435e-842f-6dd92fc2e4d9 ro quiet splash vt.handoff=7
  285. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  286. =================== os-prober:
  287. /dev/sda2:o SO atualmente em uso - elementary OS Freya CurrentSession:linux
  288. =================== blkid:
  289. /dev/sda1: UUID="EDC1-73FA" TYPE="vfat"
  290. /dev/sda2: UUID="eda887e2-45e4-435e-842f-6dd92fc2e4d9" TYPE="ext4"
  291. /dev/sda3: UUID="8e55a980-f70a-43f4-a168-5c0cd7a23d75" TYPE="swap"
  292. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  293. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  294. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  295. =================== /etc/grub.d/ :
  296. drwxr-xr-x 2 root root 4096 Set 3 08:35 grub.d
  297. total 72
  298. -rwxr-xr-x 1 root root 9424 Jul 8 14:00 00_header
  299. -rwxr-xr-x 1 root root 6076 Jul 8 13:18 05_debian_theme
  300. -rwxr-xr-x 1 root root 11481 Jul 8 14:00 10_linux
  301. -rwxr-xr-x 1 root root 10412 Jul 8 14:00 20_linux_xen
  302. -rwxr-xr-x 1 root root 11692 Jul 8 14:00 30_os-prober
  303. -rwxr-xr-x 1 root root 1416 Jul 8 14:00 30_uefi-firmware
  304. -rwxr-xr-x 1 root root 214 Jul 8 14:00 40_custom
  305. -rwxr-xr-x 1 root root 216 Jul 8 14:00 41_custom
  306. -rw-r--r-- 1 root root 483 Jul 8 14:00 README
  307. =================== /etc/default/grub :
  308. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  309. GRUB_CMDLINE_LINUX=""
  310. /boot/efi detected in the fstab of sda2: UUID=EDC1-73FA (sda1)
  311. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  312. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
  313. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  314. =================== efibootmgr -v
  315. BootCurrent: 000D
  316. Timeout: 0 seconds
  317. BootOrder: 000D,0003,000A,0004,0006,0007,0008,0009,000B,000C
  318. Boot0000 Setup
  319. Boot0001 Boot Menu
  320. Boot0002 Recovery
  321. Boot0003* SATA HDD: 030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f600
  322. Boot0004* SATA CD: 030a2400d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a354
  323. Boot0005* CD-ROM: 030a2400d23878bc820f604d8316c068ee79d25bbe9d0102e211f3489efa0b983c96839b
  324. Boot0006* USB CD: 030a2400d23878bc820f604d8316c068ee79d25b86701296aa5a7848b66cd49dd3ba6a55
  325. Boot0007* USB FDD: 030a2400d23878bc820f604d8316c068ee79d25b6ff015a28830b543a8b8641009461e49
  326. Boot0008* USB HDD: 030a2400d23878bc820f604d8316c068ee79d25b33e821aaaf33bc4789bd419f88c50803
  327. Boot0009* NETWORK: 030a2400d23878bc820f604d8316c068ee79d25b78a84aaf2b2afc4ea79cf5cc8f3d3803
  328. Boot000A* Windows Boot Manager HD(2,96800,31800,1a1dcc65-57c2-4af1-8457-69d8aa3060c1)File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...e................
  329. Boot000B* ubuntu HD(1,800,100000,98cd038e-1dc8-4430-899c-c92fd441ddca)File(EFIubuntushimx64.efi)
  330. Boot000C* debian HD(1,800,100000,029a45c8-725f-4724-815f-1b7aed2541a3)File(EFIdebiangrubx64.efi)
  331. Boot000D* grub HD(1,800,100000,dffe5f14-8993-4fcb-8add-685bf71b38ed)File(EFIgrubshimx64.efi)
  332. =================== UEFI/Legacy mode:
  333. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  334. SecureBoot disabled. (maybe sec-boot, Por favor reporte essa mensagem a [email protected])
  335. =================== PARTITIONS & DISKS:
  336. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  337. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /boot/efi.
  338. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  339. =================== parted -l:
  340. Model: ATA ST9250827AS (scsi)
  341. Disk /dev/sda: 250GB
  342. Sector size (logical/physical): 512B/512B
  343. Partition Table: gpt
  344. Number Start End Size File system Name Flags
  345. 1 1049kB 538MB 537MB fat32 boot
  346. 2 538MB 248GB 248GB ext4
  347. 3 248GB 250GB 1829MB linux-swap(v1)
  348. =================== parted -lm:
  349. BYT;
  350. /dev/sda:250GB:scsi:512:512:gpt:ATA ST9250827AS;
  351. 1:1049kB:538MB:537MB:fat32::boot;
  352. 2:538MB:248GB:248GB:ext4::;
  353. 3:248GB:250GB:1829MB:linux-swap(v1)::;
  354. =================== lsblk:
  355. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  356. sda disk 232,9G ST9250827AS
  357. sda1 part vfat 512M EDC1-73FA
  358. sda2 part ext4 230,7G eda887e2-45e4-435e-842f-6dd92fc2e4d9
  359. sda3 part swap 1,7G 8e55a980-f70a-43f4-a168-5c0cd7a23d75
  360. sr0 rom 1024M CDDVDW SN-20
  361. KNAME ROTA RO RM STATE MOUNTPOINT
  362. sda 1 0 0 running
  363. sda1 1 0 0 /boot/efi
  364. sda2 1 0 0 /
  365. sda3 1 0 0 [SWAP]
  366. sr0 1 0 1 running
  367. =================== mount:
  368. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  369. proc on /proc type proc (rw,noexec,nosuid,nodev)
  370. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  371. none on /sys/fs/cgroup type tmpfs (rw)
  372. none on /sys/fs/fuse/connections type fusectl (rw)
  373. none on /sys/kernel/debug type debugfs (rw)
  374. none on /sys/kernel/security type securityfs (rw)
  375. none on /sys/firmware/efi/efivars type efivarfs (rw)
  376. udev on /dev type devtmpfs (rw,mode=0755)
  377. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  378. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  379. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  380. none on /run/shm type tmpfs (rw,nosuid,nodev)
  381. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  382. none on /sys/fs/pstore type pstore (rw)
  383. /dev/sda1 on /boot/efi type vfat (rw)
  384. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  385. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  386. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=keneth)
  387. =================== ls:
  388. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
  389. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  390. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hpet i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 input kmsg kvm log mapper mcelog media0 mei0 mem memory_bandwidth net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vfio vga_arbiter vhci vhost-net video0 zero
  391. ls /dev/mapper: control
  392. ls: não é possível acessar : Arquivo ou diretório não encontrado
  393. =================== hexdump -n512 -C /dev/sda1
  394. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  395. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  396. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  397. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  398. 00000040 80 01 29 fa 73 c1 ed 4e 4f 20 4e 41 4d 45 20 20 |..).s..NO NAME |
  399. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  400. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  401. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  402. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  403. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  404. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  405. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  406. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  407. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  408. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  409. *
  410. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  411. 00000200
  412. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  413. =================== df -Th:
  414. Filesystem Type Size Used Avail Use% Mounted on
  415. /dev/sda2 ext4 227G 4.1G 212G 2% /
  416. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  417. udev devtmpfs 803M 12K 803M 1% /dev
  418. tmpfs tmpfs 164M 1.3M 163M 1% /run
  419. none tmpfs 5.0M 0 5.0M 0% /run/lock
  420. none tmpfs 818M 45M 773M 6% /run/shm
  421. none tmpfs 100M 48K 100M 1% /run/user
  422. /dev/sda1 vfat 511M 7.3M 504M 2% /boot/efi
  423. =================== fdisk -l:
  424. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  425. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  426. Units = sectors of 1 * 512 = 512 bytes
  427. Sector size (logical/physical): 512 bytes / 512 bytes
  428. I/O size (minimum/optimal): 512 bytes / 512 bytes
  429. Disk identifier: 0x00000000
  430. Device Boot Start End Blocks Id System
  431. /dev/sda1 1 488397167 244198583+ ee GPT
  432. =================== Recommended repair
  433. The default repair of the Boot-Repair utility will reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  434. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  435. rm /boot/efi/efi/Microsoft/Boot/bootmgfw.efi /boot/efi/efi/Microsoft/Boot/bootmgfw.efi.grb
  436. rm /boot/efi/efi/Microsoft/Boot/bootx64.efi /boot/efi/efi/Microsoft/Boot/bootx64.efi.grb
  437. rm /boot/efi/efi/Boot/bootx64.efi /boot/efi/efi/Boot/bootx64.efi.grb
  438. sda2/boot/efi not empty
  439. *******lspci -nnk | grep -iA3 vga
  440. 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0106] (rev 09)
  441. Subsystem: Samsung Electronics Co Ltd Device [144d:c652]
  442. Kernel driver in use: i915
  443. 00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
  444. *******
  445. grub-install --version
  446. grub-install (GRUB) 2.02~beta2-9ubuntu1.3+elementary10~ubuntu0.3.1,grub-install (GRUB) 2.
  447. efibootmgr -v
  448. BootCurrent: 000D
  449. Timeout: 0 seconds
  450. BootOrder: 000D,0003,000A,0004,0006,0007,0008,0009,000B,000C
  451. Boot0000 Setup
  452. Boot0001 Boot Menu
  453. Boot0002 Recovery
  454. Boot0003* SATA HDD: 030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f600
  455. Boot0004* SATA CD: 030a2400d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a354
  456. Boot0005* CD-ROM: 030a2400d23878bc820f604d8316c068ee79d25bbe9d0102e211f3489efa0b983c96839b
  457. Boot0006* USB CD: 030a2400d23878bc820f604d8316c068ee79d25b86701296aa5a7848b66cd49dd3ba6a55
  458. Boot0007* USB FDD: 030a2400d23878bc820f604d8316c068ee79d25b6ff015a28830b543a8b8641009461e49
  459. Boot0008* USB HDD: 030a2400d23878bc820f604d8316c068ee79d25b33e821aaaf33bc4789bd419f88c50803
  460. Boot0009* NETWORK: 030a2400d23878bc820f604d8316c068ee79d25b78a84aaf2b2afc4ea79cf5cc8f3d3803
  461. Boot000A* Windows Boot Manager HD(2,96800,31800,1a1dcc65-57c2-4af1-8457-69d8aa3060c1)File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...e................
  462. Boot000B* ubuntu HD(1,800,100000,98cd038e-1dc8-4430-899c-c92fd441ddca)File(EFIubuntushimx64.efi)
  463. Boot000C* debian HD(1,800,100000,029a45c8-725f-4724-815f-1b7aed2541a3)File(EFIdebiangrubx64.efi)
  464. Boot000D* grub HD(1,800,100000,dffe5f14-8993-4fcb-8add-685bf71b38ed)File(EFIgrubshimx64.efi)
  465. uname -r
  466. Kernel: 3.19.0-26-generic
  467. Reinstall the grub-efi-amd64-signed of sda2
  468. Installing for x86_64-efi platform.
  469. Installation finished. No error reported.
  470. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
  471. ls sda1/efi: /Microsoft/Boot /grub/shimx64.efi /grub/MokManager.efi /grub/grubx64.efi /grub/grub.cfg
  472. df /dev/sda1
  473. cp /boot/efi/EFI/grub/shimx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
  474. df /dev/sda1
  475. cp /boot/efi/EFI/grub/shimx64.efi /boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
  476. df /dev/sda1
  477. cp /boot/efi/EFI/grub/shimx64.efi /boot/efi/EFI/Boot/bootx64.efi (& .grb)
  478. ls sda1/efi: /Microsoft/Boot/bootx64.efi.grb /Microsoft/Boot/bootx64.efi /Microsoft/Boot/bootmgfw.efi.grb /Microsoft/Boot/bootmgfw.efi /Microsoft/Boot /grub/shimx64.efi /grub/MokManager.efi /grub/grubx64.efi /grub/grub.cfg /Boot/bootx64.efi.grb /Boot/bootx64.efi
  479. Add /boot/efi efi entries in /etc/grub.d/25_custom
  480. efibootmgr -v
  481. BootCurrent: 000D
  482. Timeout: 0 seconds
  483. BootOrder: 000D,0003,000A,0004,0006,0007,0008,0009,000B,000C
  484. Boot0000 Setup
  485. Boot0001 Boot Menu
  486. Boot0002 Recovery
  487. Boot0003* SATA HDD: 030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f600
  488. Boot0004* SATA CD: 030a2400d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a354
  489. Boot0005* CD-ROM: 030a2400d23878bc820f604d8316c068ee79d25bbe9d0102e211f3489efa0b983c96839b
  490. Boot0006* USB CD: 030a2400d23878bc820f604d8316c068ee79d25b86701296aa5a7848b66cd49dd3ba6a55
  491. Boot0007* USB FDD: 030a2400d23878bc820f604d8316c068ee79d25b6ff015a28830b543a8b8641009461e49
  492. Boot0008* USB HDD: 030a2400d23878bc820f604d8316c068ee79d25b33e821aaaf33bc4789bd419f88c50803
  493. Boot0009* NETWORK: 030a2400d23878bc820f604d8316c068ee79d25b78a84aaf2b2afc4ea79cf5cc8f3d3803
  494. Boot000A* Windows Boot Manager HD(2,96800,31800,1a1dcc65-57c2-4af1-8457-69d8aa3060c1)File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...e................
  495. Boot000B* ubuntu HD(1,800,100000,98cd038e-1dc8-4430-899c-c92fd441ddca)File(EFIubuntushimx64.efi)
  496. Boot000C* debian HD(1,800,100000,029a45c8-725f-4724-815f-1b7aed2541a3)File(EFIdebiangrubx64.efi)
  497. Boot000D* grub HD(1,800,100000,dffe5f14-8993-4fcb-8add-685bf71b38ed)File(EFIgrubshimx64.efi)
  498. update-grub
  499. Generating grub configuration file ...
  500. Found linux image: /boot/vmlinuz-3.19.0-26-generic
  501. Found initrd image: /boot/initrd.img-3.19.0-26-generic
  502. Adding boot menu entry for EFI firmware configuration
  503. Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
  504. O boot foi restaurado com êxito.
  505. Agora você pode reiniciar seu computador.
  506. Os ficheiros de inicialização de [o SO atualmente em uso - elementary OS Freya] encontram-se longe do início do disco. A sua BIOS pode não os detectar. Pode voltar a tentar após ter criado uma partição /boot (EXT4, >200MB, início do disco). Isto pode ser feito via ferramentas como gParted. Depois seleccione esta partição através da opção [Partição /boot separada:] de [Reparador de inicialização]. (https://help.ubuntu.com/community/BootPartition)