1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  10. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  11. /EFI/Microsoft/Boot/bootmgfw.efi
  12. /EFI/Microsoft/Boot/bootx64.efi
  13. sda2: __________________________________________________________________________
  14. File system: ext4
  15. Boot sector type: -
  16. Boot sector info:
  17. Operating System: elementary OS Freya
  18. Boot files: /boot/grub/grub.cfg /etc/fstab
  19. sda3: __________________________________________________________________________
  20. File system: swap
  21. Boot sector type: -
  22. Boot sector info:
  23. ============================ Drive/Partition Info: =============================
  24. Drive: sda _____________________________________________________________________
  25. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  26. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  27. Units = sectors of 1 * 512 = 512 bytes
  28. Sector size (logical/physical): 512 bytes / 4096 bytes
  29. Partition Boot Start Sector End Sector # of Sectors Id System
  30. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  31. GUID Partition Table detected.
  32. Partition Start Sector End Sector # of Sectors System
  33. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  34. /dev/sda2 1,050,624 968,617,983 967,567,360 Data partition (Linux)
  35. /dev/sda3 968,617,984 976,771,071 8,153,088 Swap partition (Linux)
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 AEE1-40AB vfat
  39. /dev/sda2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ext4
  40. /dev/sda3 dc613379-871b-42b1-b65d-6586992c9134 swap
  41. ========================= "ls -l /dev/disk/by-id" output: ======================
  42. total 0
  43. lrwxrwxrwx 1 root root 9 Dec 3 23:46 ata-Hitachi_HTS545050A7E380_TE85313R1LTNDJ -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Dec 3 23:15 ata-Hitachi_HTS545050A7E380_TE85313R1LTNDJ-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Dec 3 23:15 ata-Hitachi_HTS545050A7E380_TE85313R1LTNDJ-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Dec 3 23:15 ata-Hitachi_HTS545050A7E380_TE85313R1LTNDJ-part3 -> ../../sda3
  47. lrwxrwxrwx 1 root root 9 Dec 3 23:46 wwn-0x5000cca6f8d6a2bf -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Dec 3 23:15 wwn-0x5000cca6f8d6a2bf-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Dec 3 23:15 wwn-0x5000cca6f8d6a2bf-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Dec 3 23:15 wwn-0x5000cca6f8d6a2bf-part3 -> ../../sda3
  51. ================================ Mount points: =================================
  52. Device Mount_Point Type Options
  53. /dev/sda1 /boot/efi vfat (rw)
  54. /dev/sda2 / ext4 (rw,errors=remount-ro)
  55. =========================== sda2/boot/grub/grub.cfg: ===========================
  56. --------------------------------------------------------------------------------
  57. #
  58. # DO NOT EDIT THIS FILE
  59. #
  60. # It is automatically generated by grub-mkconfig using templates
  61. # from /etc/grub.d and settings from /etc/default/grub
  62. #
  63. ### BEGIN /etc/grub.d/00_header ###
  64. if [ -s $prefix/grubenv ]; then
  65. set have_grubenv=true
  66. load_env
  67. fi
  68. if [ "${next_entry}" ] ; then
  69. set default="${next_entry}"
  70. set next_entry=
  71. save_env next_entry
  72. set boot_once=true
  73. else
  74. set default="0"
  75. fi
  76. if [ x"${feature_menuentry_id}" = xy ]; then
  77. menuentry_id_option="--id"
  78. else
  79. menuentry_id_option=""
  80. fi
  81. export menuentry_id_option
  82. if [ "${prev_saved_entry}" ]; then
  83. set saved_entry="${prev_saved_entry}"
  84. save_env saved_entry
  85. set prev_saved_entry=
  86. save_env prev_saved_entry
  87. set boot_once=true
  88. fi
  89. function savedefault {
  90. if [ -z "${boot_once}" ]; then
  91. saved_entry="${chosen}"
  92. save_env saved_entry
  93. fi
  94. }
  95. function recordfail {
  96. set recordfail=1
  97. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  98. }
  99. function load_video {
  100. if [ x$feature_all_video_module = xy ]; then
  101. insmod all_video
  102. else
  103. insmod efi_gop
  104. insmod efi_uga
  105. insmod ieee1275_fb
  106. insmod vbe
  107. insmod vga
  108. insmod video_bochs
  109. insmod video_cirrus
  110. fi
  111. }
  112. if [ x$feature_default_font_path = xy ] ; then
  113. font=unicode
  114. else
  115. insmod part_gpt
  116. insmod ext2
  117. set root='hd0,gpt2'
  118. if [ x$feature_platform_search_hint = xy ]; then
  119. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  120. else
  121. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  122. fi
  123. font="/usr/share/grub/unicode.pf2"
  124. fi
  125. if loadfont $font ; then
  126. set gfxmode=auto
  127. load_video
  128. insmod gfxterm
  129. set locale_dir=$prefix/locale
  130. set lang=en_US
  131. insmod gettext
  132. fi
  133. terminal_output gfxterm
  134. if [ "${recordfail}" = 1 ] ; then
  135. set timeout=10
  136. else
  137. if [ x$feature_timeout_style = xy ] ; then
  138. set timeout_style=menu
  139. set timeout=10
  140. # Fallback normal timeout code in case the timeout_style feature is
  141. # unavailable.
  142. else
  143. set timeout=10
  144. fi
  145. fi
  146. ### END /etc/grub.d/00_header ###
  147. ### BEGIN /etc/grub.d/05_debian_theme ###
  148. set menu_color_normal=white/black
  149. set menu_color_highlight=black/white
  150. ### END /etc/grub.d/05_debian_theme ###
  151. ### BEGIN /etc/grub.d/10_linux ###
  152. function gfxmode {
  153. set gfxpayload="${1}"
  154. if [ "${1}" = "keep" ]; then
  155. set vt_handoff=vt.handoff=7
  156. else
  157. set vt_handoff=
  158. fi
  159. }
  160. if [ "${recordfail}" != 1 ]; then
  161. if [ -e ${prefix}/gfxblacklist.txt ]; then
  162. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  163. if [ ${match} = 0 ]; then
  164. set linux_gfx_mode=keep
  165. else
  166. set linux_gfx_mode=text
  167. fi
  168. else
  169. set linux_gfx_mode=text
  170. fi
  171. else
  172. set linux_gfx_mode=keep
  173. fi
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. export linux_gfx_mode
  178. menuentry 'elementary OS' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  179. recordfail
  180. load_video
  181. gfxmode $linux_gfx_mode
  182. insmod gzio
  183. insmod part_gpt
  184. insmod ext2
  185. set root='hd0,gpt2'
  186. if [ x$feature_platform_search_hint = xy ]; then
  187. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  188. else
  189. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  190. fi
  191. linux /boot/vmlinuz-3.16.0-55-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash $vt_handoff
  192. initrd /boot/initrd.img-3.16.0-55-generic
  193. }
  194. submenu 'Advanced options for elementary OS' $menuentry_id_option 'gnulinux-advanced-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  195. menuentry 'elementary OS, with Linux 3.16.0-55-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-55-generic-advanced-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  196. recordfail
  197. load_video
  198. gfxmode $linux_gfx_mode
  199. insmod gzio
  200. insmod part_gpt
  201. insmod ext2
  202. set root='hd0,gpt2'
  203. if [ x$feature_platform_search_hint = xy ]; then
  204. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  205. else
  206. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  207. fi
  208. echo 'Loading Linux 3.16.0-55-generic ...'
  209. linux /boot/vmlinuz-3.16.0-55-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash $vt_handoff
  210. echo 'Loading initial ramdisk ...'
  211. initrd /boot/initrd.img-3.16.0-55-generic
  212. }
  213. menuentry 'elementary OS, with Linux 3.16.0-55-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-55-generic-recovery-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  214. recordfail
  215. load_video
  216. insmod gzio
  217. insmod part_gpt
  218. insmod ext2
  219. set root='hd0,gpt2'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  222. else
  223. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  224. fi
  225. echo 'Loading Linux 3.16.0-55-generic ...'
  226. linux /boot/vmlinuz-3.16.0-55-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro recovery nomodeset
  227. echo 'Loading initial ramdisk ...'
  228. initrd /boot/initrd.img-3.16.0-55-generic
  229. }
  230. menuentry 'elementary OS, with Linux 3.16.0-53-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-53-generic-advanced-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  231. recordfail
  232. load_video
  233. gfxmode $linux_gfx_mode
  234. insmod gzio
  235. insmod part_gpt
  236. insmod ext2
  237. set root='hd0,gpt2'
  238. if [ x$feature_platform_search_hint = xy ]; then
  239. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  240. else
  241. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  242. fi
  243. echo 'Loading Linux 3.16.0-53-generic ...'
  244. linux /boot/vmlinuz-3.16.0-53-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash $vt_handoff
  245. echo 'Loading initial ramdisk ...'
  246. initrd /boot/initrd.img-3.16.0-53-generic
  247. }
  248. menuentry 'elementary OS, with Linux 3.16.0-53-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-53-generic-recovery-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  249. recordfail
  250. load_video
  251. insmod gzio
  252. insmod part_gpt
  253. insmod ext2
  254. set root='hd0,gpt2'
  255. if [ x$feature_platform_search_hint = xy ]; then
  256. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  257. else
  258. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  259. fi
  260. echo 'Loading Linux 3.16.0-53-generic ...'
  261. linux /boot/vmlinuz-3.16.0-53-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro recovery nomodeset
  262. echo 'Loading initial ramdisk ...'
  263. initrd /boot/initrd.img-3.16.0-53-generic
  264. }
  265. menuentry 'elementary OS, with Linux 3.16.0-52-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-52-generic-advanced-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  266. recordfail
  267. load_video
  268. gfxmode $linux_gfx_mode
  269. insmod gzio
  270. insmod part_gpt
  271. insmod ext2
  272. set root='hd0,gpt2'
  273. if [ x$feature_platform_search_hint = xy ]; then
  274. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  275. else
  276. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  277. fi
  278. echo 'Loading Linux 3.16.0-52-generic ...'
  279. linux /boot/vmlinuz-3.16.0-52-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash $vt_handoff
  280. echo 'Loading initial ramdisk ...'
  281. initrd /boot/initrd.img-3.16.0-52-generic
  282. }
  283. menuentry 'elementary OS, with Linux 3.16.0-52-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-52-generic-recovery-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  284. recordfail
  285. load_video
  286. insmod gzio
  287. insmod part_gpt
  288. insmod ext2
  289. set root='hd0,gpt2'
  290. if [ x$feature_platform_search_hint = xy ]; then
  291. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  292. else
  293. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  294. fi
  295. echo 'Loading Linux 3.16.0-52-generic ...'
  296. linux /boot/vmlinuz-3.16.0-52-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro recovery nomodeset
  297. echo 'Loading initial ramdisk ...'
  298. initrd /boot/initrd.img-3.16.0-52-generic
  299. }
  300. menuentry 'elementary OS, with Linux 3.16.0-51-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-51-generic-advanced-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  301. recordfail
  302. load_video
  303. gfxmode $linux_gfx_mode
  304. insmod gzio
  305. insmod part_gpt
  306. insmod ext2
  307. set root='hd0,gpt2'
  308. if [ x$feature_platform_search_hint = xy ]; then
  309. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  310. else
  311. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  312. fi
  313. echo 'Loading Linux 3.16.0-51-generic ...'
  314. linux /boot/vmlinuz-3.16.0-51-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash $vt_handoff
  315. echo 'Loading initial ramdisk ...'
  316. initrd /boot/initrd.img-3.16.0-51-generic
  317. }
  318. menuentry 'elementary OS, with Linux 3.16.0-51-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-51-generic-recovery-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  319. recordfail
  320. load_video
  321. insmod gzio
  322. insmod part_gpt
  323. insmod ext2
  324. set root='hd0,gpt2'
  325. if [ x$feature_platform_search_hint = xy ]; then
  326. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  327. else
  328. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  329. fi
  330. echo 'Loading Linux 3.16.0-51-generic ...'
  331. linux /boot/vmlinuz-3.16.0-51-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro recovery nomodeset
  332. echo 'Loading initial ramdisk ...'
  333. initrd /boot/initrd.img-3.16.0-51-generic
  334. }
  335. menuentry 'elementary OS, with Linux 3.16.0-49-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-49-generic-advanced-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  336. recordfail
  337. load_video
  338. gfxmode $linux_gfx_mode
  339. insmod gzio
  340. insmod part_gpt
  341. insmod ext2
  342. set root='hd0,gpt2'
  343. if [ x$feature_platform_search_hint = xy ]; then
  344. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  345. else
  346. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  347. fi
  348. echo 'Loading Linux 3.16.0-49-generic ...'
  349. linux /boot/vmlinuz-3.16.0-49-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash $vt_handoff
  350. echo 'Loading initial ramdisk ...'
  351. initrd /boot/initrd.img-3.16.0-49-generic
  352. }
  353. menuentry 'elementary OS, with Linux 3.16.0-49-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-49-generic-recovery-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  354. recordfail
  355. load_video
  356. insmod gzio
  357. insmod part_gpt
  358. insmod ext2
  359. set root='hd0,gpt2'
  360. if [ x$feature_platform_search_hint = xy ]; then
  361. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  362. else
  363. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  364. fi
  365. echo 'Loading Linux 3.16.0-49-generic ...'
  366. linux /boot/vmlinuz-3.16.0-49-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro recovery nomodeset
  367. echo 'Loading initial ramdisk ...'
  368. initrd /boot/initrd.img-3.16.0-49-generic
  369. }
  370. menuentry 'elementary OS, with Linux 3.16.0-48-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-48-generic-advanced-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  371. recordfail
  372. load_video
  373. gfxmode $linux_gfx_mode
  374. insmod gzio
  375. insmod part_gpt
  376. insmod ext2
  377. set root='hd0,gpt2'
  378. if [ x$feature_platform_search_hint = xy ]; then
  379. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  380. else
  381. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  382. fi
  383. echo 'Loading Linux 3.16.0-48-generic ...'
  384. linux /boot/vmlinuz-3.16.0-48-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash $vt_handoff
  385. echo 'Loading initial ramdisk ...'
  386. initrd /boot/initrd.img-3.16.0-48-generic
  387. }
  388. menuentry 'elementary OS, with Linux 3.16.0-48-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-48-generic-recovery-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  389. recordfail
  390. load_video
  391. insmod gzio
  392. insmod part_gpt
  393. insmod ext2
  394. set root='hd0,gpt2'
  395. if [ x$feature_platform_search_hint = xy ]; then
  396. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  397. else
  398. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  399. fi
  400. echo 'Loading Linux 3.16.0-48-generic ...'
  401. linux /boot/vmlinuz-3.16.0-48-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro recovery nomodeset
  402. echo 'Loading initial ramdisk ...'
  403. initrd /boot/initrd.img-3.16.0-48-generic
  404. }
  405. menuentry 'elementary OS, with Linux 3.16.0-45-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-45-generic-advanced-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  406. recordfail
  407. load_video
  408. gfxmode $linux_gfx_mode
  409. insmod gzio
  410. insmod part_gpt
  411. insmod ext2
  412. set root='hd0,gpt2'
  413. if [ x$feature_platform_search_hint = xy ]; then
  414. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  415. else
  416. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  417. fi
  418. echo 'Loading Linux 3.16.0-45-generic ...'
  419. linux /boot/vmlinuz-3.16.0-45-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash $vt_handoff
  420. echo 'Loading initial ramdisk ...'
  421. initrd /boot/initrd.img-3.16.0-45-generic
  422. }
  423. menuentry 'elementary OS, with Linux 3.16.0-45-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-45-generic-recovery-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  424. recordfail
  425. load_video
  426. insmod gzio
  427. insmod part_gpt
  428. insmod ext2
  429. set root='hd0,gpt2'
  430. if [ x$feature_platform_search_hint = xy ]; then
  431. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  432. else
  433. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  434. fi
  435. echo 'Loading Linux 3.16.0-45-generic ...'
  436. linux /boot/vmlinuz-3.16.0-45-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro recovery nomodeset
  437. echo 'Loading initial ramdisk ...'
  438. initrd /boot/initrd.img-3.16.0-45-generic
  439. }
  440. menuentry 'elementary OS, with Linux 3.16.0-43-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-43-generic-advanced-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  441. recordfail
  442. load_video
  443. gfxmode $linux_gfx_mode
  444. insmod gzio
  445. insmod part_gpt
  446. insmod ext2
  447. set root='hd0,gpt2'
  448. if [ x$feature_platform_search_hint = xy ]; then
  449. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  450. else
  451. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  452. fi
  453. echo 'Loading Linux 3.16.0-43-generic ...'
  454. linux /boot/vmlinuz-3.16.0-43-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash $vt_handoff
  455. echo 'Loading initial ramdisk ...'
  456. initrd /boot/initrd.img-3.16.0-43-generic
  457. }
  458. menuentry 'elementary OS, with Linux 3.16.0-43-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-43-generic-recovery-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  459. recordfail
  460. load_video
  461. insmod gzio
  462. insmod part_gpt
  463. insmod ext2
  464. set root='hd0,gpt2'
  465. if [ x$feature_platform_search_hint = xy ]; then
  466. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  467. else
  468. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  469. fi
  470. echo 'Loading Linux 3.16.0-43-generic ...'
  471. linux /boot/vmlinuz-3.16.0-43-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro recovery nomodeset
  472. echo 'Loading initial ramdisk ...'
  473. initrd /boot/initrd.img-3.16.0-43-generic
  474. }
  475. menuentry 'elementary OS, with Linux 3.16.0-34-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-34-generic-advanced-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  476. recordfail
  477. load_video
  478. gfxmode $linux_gfx_mode
  479. insmod gzio
  480. insmod part_gpt
  481. insmod ext2
  482. set root='hd0,gpt2'
  483. if [ x$feature_platform_search_hint = xy ]; then
  484. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  485. else
  486. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  487. fi
  488. echo 'Loading Linux 3.16.0-34-generic ...'
  489. linux /boot/vmlinuz-3.16.0-34-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash $vt_handoff
  490. echo 'Loading initial ramdisk ...'
  491. initrd /boot/initrd.img-3.16.0-34-generic
  492. }
  493. menuentry 'elementary OS, with Linux 3.16.0-34-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-34-generic-recovery-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  494. recordfail
  495. load_video
  496. insmod gzio
  497. insmod part_gpt
  498. insmod ext2
  499. set root='hd0,gpt2'
  500. if [ x$feature_platform_search_hint = xy ]; then
  501. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  502. else
  503. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  504. fi
  505. echo 'Loading Linux 3.16.0-34-generic ...'
  506. linux /boot/vmlinuz-3.16.0-34-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro recovery nomodeset
  507. echo 'Loading initial ramdisk ...'
  508. initrd /boot/initrd.img-3.16.0-34-generic
  509. }
  510. menuentry 'elementary OS, with Linux 3.13.0-71-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-71-generic-advanced-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  511. recordfail
  512. load_video
  513. gfxmode $linux_gfx_mode
  514. insmod gzio
  515. insmod part_gpt
  516. insmod ext2
  517. set root='hd0,gpt2'
  518. if [ x$feature_platform_search_hint = xy ]; then
  519. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  520. else
  521. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  522. fi
  523. echo 'Loading Linux 3.13.0-71-generic ...'
  524. linux /boot/vmlinuz-3.13.0-71-generic.efi.signed root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash $vt_handoff
  525. echo 'Loading initial ramdisk ...'
  526. initrd /boot/initrd.img-3.13.0-71-generic
  527. }
  528. menuentry 'elementary OS, with Linux 3.13.0-71-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-71-generic-recovery-c5d77d07-f1bf-47e7-b7dc-648858a4fe01' {
  529. recordfail
  530. load_video
  531. insmod gzio
  532. insmod part_gpt
  533. insmod ext2
  534. set root='hd0,gpt2'
  535. if [ x$feature_platform_search_hint = xy ]; then
  536. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  537. else
  538. search --no-floppy --fs-uuid --set=root c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  539. fi
  540. echo 'Loading Linux 3.13.0-71-generic ...'
  541. linux /boot/vmlinuz-3.13.0-71-generic.efi.signed root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro recovery nomodeset
  542. echo 'Loading initial ramdisk ...'
  543. initrd /boot/initrd.img-3.13.0-71-generic
  544. }
  545. }
  546. ### END /etc/grub.d/10_linux ###
  547. ### BEGIN /etc/grub.d/20_linux_xen ###
  548. ### END /etc/grub.d/20_linux_xen ###
  549. ### BEGIN /etc/grub.d/25_custom ###
  550. menuentry "EFI/ubuntu/MokManager.efi" {
  551. search --fs-uuid --no-floppy --set=root AEE1-40AB
  552. chainloader (${root})/EFI/ubuntu/MokManager.efi
  553. }
  554. ### END /etc/grub.d/25_custom ###
  555. ### BEGIN /etc/grub.d/30_os-prober ###
  556. ### END /etc/grub.d/30_os-prober ###
  557. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  558. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  559. fwsetup
  560. }
  561. ### END /etc/grub.d/30_uefi-firmware ###
  562. ### BEGIN /etc/grub.d/40_custom ###
  563. # This file provides an easy way to add custom menu entries. Simply type the
  564. # menu entries you want to add after this comment. Be careful not to change
  565. # the 'exec tail' line above.
  566. ### END /etc/grub.d/40_custom ###
  567. ### BEGIN /etc/grub.d/41_custom ###
  568. if [ -f ${config_directory}/custom.cfg ]; then
  569. source ${config_directory}/custom.cfg
  570. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  571. source $prefix/custom.cfg;
  572. fi
  573. ### END /etc/grub.d/41_custom ###
  574. --------------------------------------------------------------------------------
  575. =============================== sda2/etc/fstab: ================================
  576. --------------------------------------------------------------------------------
  577. # /etc/fstab: static file system information.
  578. #
  579. # Use 'blkid' to print the universally unique identifier for a
  580. # device; this may be used with UUID= as a more robust way to name devices
  581. # that works even if disks are added and removed. See fstab(5).
  582. #
  583. # <file system> <mount point> <type> <options> <dump> <pass>
  584. # / was on /dev/sda2 during installation
  585. UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 / ext4 errors=remount-ro 0 1
  586. # /boot/efi was on /dev/sda1 during installation
  587. #UUID=AEE1-40AB /boot/efi vfat defaults 0 1
  588. # swap was on /dev/sda3 during installation
  589. UUID=dc613379-871b-42b1-b65d-6586992c9134 none swap sw 0 0
  590. UUID=AEE1-40AB /boot/efi vfat defaults 0 1
  591. --------------------------------------------------------------------------------
  592. ADDITIONAL INFORMATION :
  593. =================== log of boot-repair 2015-12-03__23h45 ===================
  594. boot-repair version : 4ppa33
  595. boot-sav version : 4ppa33
  596. glade2script version : 3.2.2~ppa47~saucy
  597. boot-sav-extra version : 4ppa33
  598. boot-repair is executed in installed-session (elementary OS Freya, freya, elementary OS, x86_64)
  599. CPU op-mode(s): 32-bit, 64-bit
  600. BOOT_IMAGE=/boot/vmlinuz-3.16.0-55-generic root=UUID=c5d77d07-f1bf-47e7-b7dc-648858a4fe01 ro quiet splash vt.handoff=7
  601. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  602. =================== os-prober:
  603. /dev/sda2:The OS now in use - elementary OS Freya CurrentSession:linux
  604. =================== blkid:
  605. /dev/sda1: UUID="AEE1-40AB" TYPE="vfat"
  606. /dev/sda2: UUID="c5d77d07-f1bf-47e7-b7dc-648858a4fe01" TYPE="ext4"
  607. /dev/sda3: UUID="dc613379-871b-42b1-b65d-6586992c9134" TYPE="swap"
  608. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  609. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  610. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  611. =================== /etc/grub.d/ :
  612. drwxr-xr-x 2 root root 4096 гру 2 00:56 grub.d
  613. drwxr-xr-x 2 root root 4096 гру 2 00:15 grub.d.bak
  614. total 76
  615. -rwxr-xr-x 1 root root 9424 лис 12 00:41 00_header
  616. -rwxr-xr-x 1 root root 6076 лис 12 00:16 05_debian_theme
  617. -rwxr-xr-x 1 root root 11481 лис 12 00:41 10_linux
  618. -rwxr-xr-x 1 root root 10412 лис 12 00:41 20_linux_xen
  619. -rwxr-xr-x 1 root root 170 гру 2 00:56 25_custom
  620. -rwxr-xr-x 1 root root 11692 лис 12 00:41 30_os-prober
  621. -rwxr-xr-x 1 root root 1416 лис 12 00:41 30_uefi-firmware
  622. -rwxr-xr-x 1 root root 214 лис 12 00:41 40_custom
  623. -rwxr-xr-x 1 root root 216 лис 12 00:41 41_custom
  624. -rw-r--r-- 1 root root 483 лис 12 00:41 README
  625. =================== /etc/default/grub :
  626. # If you change this file, run 'update-grub' afterwards to update
  627. # /boot/grub/grub.cfg.
  628. # For full documentation of the options in this file, see:
  629. # info -f grub -n 'Simple configuration'
  630. GRUB_DEFAULT=0
  631. #GRUB_HIDDEN_TIMEOUT=0
  632. GRUB_HIDDEN_TIMEOUT_QUIET=true
  633. GRUB_TIMEOUT=10
  634. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  635. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  636. GRUB_CMDLINE_LINUX=""
  637. # Uncomment to enable BadRAM filtering, modify to suit your needs
  638. # This works with Linux (no patch required) and with any kernel that obtains
  639. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  640. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  641. # Uncomment to disable graphical terminal (grub-pc only)
  642. #GRUB_TERMINAL=console
  643. # The resolution used on graphical terminal
  644. # note that you can use only modes which your graphic card supports via VBE
  645. # you can see them in real GRUB with the command `vbeinfo'
  646. #GRUB_GFXMODE=640x480
  647. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  648. #GRUB_DISABLE_LINUX_UUID=true
  649. # Uncomment to disable generation of recovery mode menu entries
  650. #GRUB_DISABLE_RECOVERY="true"
  651. # Uncomment to get a beep at grub start
  652. #GRUB_INIT_TUNE="480 440 1"
  653. /boot/efi detected in the fstab of sda2: UUID=AEE1-40AB (sda1)
  654. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  655. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
  656. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  657. =================== efibootmgr -v
  658. BootCurrent: 0002
  659. Timeout: 0 seconds
  660. BootOrder: 0001,0002
  661. Boot0001* Windows Boot Manager HD(1,800,100000,fb159778-ef21-48e5-a117-34b593805b8c)File(EFIMicrosoftBootbootmgfw.efi)
  662. Boot0002* ubuntu HD(1,800,100000,fb159778-ef21-48e5-a117-34b593805b8c)File(EFIUbuntugrubx64.efi)
  663. =================== UEFI/Legacy mode:
  664. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  665. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  666. =================== PARTITIONS & DISKS:
  667. 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, .
  668. 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.
  669. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  670. =================== parted -l:
  671. Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
  672. Model: ATA Hitachi HTS54505 (scsi)
  673. Disk /dev/sda: 500GB
  674. Sector size (logical/physical): 512B/4096B
  675. Partition Table: gpt
  676. Number Start End Size File system Name Flags
  677. 1 1049kB 538MB 537MB fat32 boot
  678. 2 538MB 496GB 495GB ext4
  679. 3 496GB 500GB 4174MB linux-swap(v1)
  680. =================== parted -lm:
  681. Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
  682. BYT;
  683. /dev/sda:500GB:scsi:512:4096:gpt:ATA Hitachi HTS54505;
  684. 1:1049kB:538MB:537MB:fat32::boot;
  685. 2:538MB:496GB:495GB:ext4::;
  686. 3:496GB:500GB:4174MB:linux-swap(v1)::;
  687. =================== lsblk:
  688. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  689. sda disk 465,8G Hitachi HTS5
  690. sda1 part vfat 512M AEE1-40AB
  691. sda2 part ext4 461,4G c5d77d07-f1bf-47e7-b7dc-648858a4fe01
  692. sda3 part swap 3,9G dc613379-871b-42b1-b65d-6586992c9134
  693. KNAME ROTA RO RM STATE MOUNTPOINT
  694. sda 1 0 0 running
  695. sda1 1 0 0 /boot/efi
  696. sda2 1 0 0 /
  697. sda3 1 0 0 [SWAP]
  698. =================== mount:
  699. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  700. proc on /proc type proc (rw,noexec,nosuid,nodev)
  701. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  702. none on /sys/fs/cgroup type tmpfs (rw)
  703. none on /sys/fs/fuse/connections type fusectl (rw)
  704. none on /sys/kernel/debug type debugfs (rw)
  705. none on /sys/kernel/security type securityfs (rw)
  706. none on /sys/firmware/efi/efivars type efivarfs (rw)
  707. udev on /dev type devtmpfs (rw,mode=0755)
  708. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  709. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  710. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  711. none on /run/shm type tmpfs (rw,nosuid,nodev)
  712. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  713. none on /sys/fs/pstore type pstore (rw)
  714. /dev/sda1 on /boot/efi type vfat (rw)
  715. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  716. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  717. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=vsevolod)
  718. =================== ls:
  719. /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
  720. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hpet input kmsg kvm log mapper mcelog media0 mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom usb v4l vboxdrv vboxdrvu vboxnetctl vboxusb vfio vga_arbiter vhci vhost-net video0 zero
  721. ls /dev/mapper: control
  722. ls: cannot access : No such file or directory
  723. =================== hexdump -n512 -C /dev/sda1
  724. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  725. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  726. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  727. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  728. 00000040 80 01 29 ab 40 e1 ae 4e 4f 20 4e 41 4d 45 20 20 |..)[email protected] NAME |
  729. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  730. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  731. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  732. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  733. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  734. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  735. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  736. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  737. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  738. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  739. *
  740. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  741. 00000200
  742. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  743. =================== df -Th:
  744. Filesystem Type Size Used Avail Use% Mounted on
  745. /dev/sda2 ext4 455G 45G 387G 11% /
  746. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  747. udev devtmpfs 1.9G 8.0K 1.9G 1% /dev
  748. tmpfs tmpfs 384M 1.4M 383M 1% /run
  749. none tmpfs 5.0M 0 5.0M 0% /run/lock
  750. none tmpfs 1.9G 92K 1.9G 1% /run/shm
  751. none tmpfs 100M 52K 100M 1% /run/user
  752. /dev/sda1 vfat 511M 7.1M 504M 2% /boot/efi
  753. =================== fdisk -l:
  754. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  755. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  756. Units = sectors of 1 * 512 = 512 bytes
  757. Sector size (logical/physical): 512 bytes / 4096 bytes
  758. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  759. Disk identifier: 0x00000000
  760. Device Boot Start End Blocks Id System
  761. /dev/sda1 1 976773167 488386583+ ee GPT
  762. Partition 1 does not start on physical sector boundary.
  763. =================== Recommended repair
  764. The default repair of the Boot-Repair utility will reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  765. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  766. rm /boot/efi/efi/Microsoft/Boot/bootmgfw.efi /boot/efi/efi/Microsoft/Boot/bootmgfw.efi.grb
  767. rm /boot/efi/efi/Microsoft/Boot/bootx64.efi /boot/efi/efi/Microsoft/Boot/bootx64.efi.grb
  768. rm /boot/efi/efi/Boot/bootx64.efi /boot/efi/efi/Boot/bootx64.efi.grb
  769. sda2/boot/efi not empty
  770. *******lspci -nnk | grep -iA3 vga
  771. 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0156] (rev 09)
  772. Subsystem: ASUSTeK Computer Inc. Device [1043:14f7]
  773. Kernel driver in use: i915
  774. 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
  775. *******
  776. grub-install --version
  777. grub-install (GRUB) 2.02~beta2-9ubuntu1.4+elementary10~ubuntu0.3.1.1,grub-install (GRUB) 2.
  778. efibootmgr -v
  779. BootCurrent: 0002
  780. Timeout: 0 seconds
  781. BootOrder: 0001,0002
  782. Boot0001* Windows Boot Manager HD(1,800,100000,fb159778-ef21-48e5-a117-34b593805b8c)File(EFIMicrosoftBootbootmgfw.efi)
  783. Boot0002* ubuntu HD(1,800,100000,fb159778-ef21-48e5-a117-34b593805b8c)File(EFIUbuntugrubx64.efi)
  784. uname -r
  785. Kernel: 3.16.0-55-generic
  786. Reinstall the grub-efi-amd64-signed of sda2
  787. Installing for x86_64-efi platform.
  788. Alternate GPT is invalid, using primary GPT.
  789. Installation finished. No error reported.
  790. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
  791. mv 25_custom
  792. ls sda1/efi: /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /Microsoft/Boot
  793. df /dev/sda1
  794. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
  795. df /dev/sda1
  796. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
  797. df /dev/sda1
  798. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Boot/bootx64.efi (& .grb)
  799. ls sda1/efi: /Microsoft/Boot/bootx64.efi.grb /Microsoft/Boot/bootx64.efi /Microsoft/Boot/bootmgfw.efi.grb /Microsoft/Boot/bootmgfw.efi /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /Microsoft/Boot /Boot/bootx64.efi.grb /Boot/bootx64.efi
  800. Add /boot/efi efi entries in /etc/grub.d/25_custom
  801. Adding custom /boot/efi/EFI/ubuntu/MokManager.efi
  802. efibootmgr -v
  803. BootCurrent: 0002
  804. Timeout: 0 seconds
  805. BootOrder: 0000,0001
  806. Boot0000* ubuntu HD(1,800,100000,fb159778-ef21-48e5-a117-34b593805b8c)File(EFIubuntushimx64.efi)
  807. Boot0001* Windows Boot Manager HD(1,800,100000,fb159778-ef21-48e5-a117-34b593805b8c)File(EFIMicrosoftBootbootmgfw.efi)
  808. update-grub
  809. Generating grub configuration file ...
  810. Found linux image: /boot/vmlinuz-3.16.0-55-generic
  811. Found initrd image: /boot/initrd.img-3.16.0-55-generic
  812. Found linux image: /boot/vmlinuz-3.16.0-53-generic
  813. Found initrd image: /boot/initrd.img-3.16.0-53-generic
  814. Found linux image: /boot/vmlinuz-3.16.0-52-generic
  815. Found initrd image: /boot/initrd.img-3.16.0-52-generic
  816. Found linux image: /boot/vmlinuz-3.16.0-51-generic
  817. Found initrd image: /boot/initrd.img-3.16.0-51-generic
  818. Found linux image: /boot/vmlinuz-3.16.0-49-generic
  819. Found initrd image: /boot/initrd.img-3.16.0-49-generic
  820. Found linux image: /boot/vmlinuz-3.16.0-48-generic
  821. Found initrd image: /boot/initrd.img-3.16.0-48-generic
  822. Found linux image: /boot/vmlinuz-3.16.0-45-generic
  823. Found initrd image: /boot/initrd.img-3.16.0-45-generic
  824. Found linux image: /boot/vmlinuz-3.16.0-43-generic
  825. Found initrd image: /boot/initrd.img-3.16.0-43-generic
  826. Found linux image: /boot/vmlinuz-3.16.0-34-generic
  827. Found initrd image: /boot/initrd.img-3.16.0-34-generic
  828. Found linux image: /boot/vmlinuz-3.13.0-71-generic
  829. Found initrd image: /boot/initrd.img-3.13.0-71-generic
  830. Adding boot menu entry for EFI firmware configuration
  831. Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
  832. Boot successfully repaired.
  833. You can now reboot your computer.
  834. The boot files of [The OS now in use - elementary OS Freya] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)