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. 897955688 of the same hard drive for core.img. core.img is at this
  5. location and looks for (,gpt4)/boot/grub.
  6. sda1: __________________________________________________________________________
  7. File system: vfat
  8. Boot sector type: Unknown
  9. Boot sector info: According to the info in the boot sector, sda1 starts
  10. at sector 0. But according to the info from fdisk,
  11. sda1 starts at sector 40.
  12. Operating System:
  13. Boot files: /EFI/refind/refind_x64.efi /EFI/tools/gptsync_x64.efi
  14. /EFI/refind/drivers_x64/ext4_x64.efi
  15. sda2: __________________________________________________________________________
  16. File system: hfsplus
  17. Boot sector type: -
  18. Boot sector info:
  19. Operating System:
  20. Boot files:
  21. sda3: __________________________________________________________________________
  22. File system: hfsplus
  23. Boot sector type: -
  24. Boot sector info:
  25. Operating System:
  26. Boot files:
  27. sda4: __________________________________________________________________________
  28. File system: ext4
  29. Boot sector type: -
  30. Boot sector info:
  31. Operating System: elementary OS Freya
  32. Boot files: /boot/grub/grub.cfg /etc/fstab
  33. /boot/extlinux/extlinux.conf
  34. /boot/grub/i386-pc/core.img
  35. ============================ Drive/Partition Info: =============================
  36. Drive: sda _____________________________________________________________________
  37. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  38. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  39. Units = sectors of 1 * 512 = 512 bytes
  40. Sector size (logical/physical): 512 bytes / 4096 bytes
  41. Partition Boot Start Sector End Sector # of Sectors Id System
  42. /dev/sda1 1 409,639 409,639 ee GPT
  43. /dev/sda2 * 409,640 677,618,007 677,208,368 af HFS / HFS+
  44. /dev/sda3 677,618,008 678,887,543 1,269,536 af HFS / HFS+
  45. /dev/sda4 678,887,544 976,510,983 297,623,440 83 Linux
  46. GUID Partition Table detected.
  47. Partition Start Sector End Sector # of Sectors System
  48. /dev/sda1 40 409,639 409,600 EFI System partition
  49. /dev/sda2 409,640 677,618,007 677,208,368 Hierarchical File System Plus (HFS+) partition (Mac OS X)
  50. /dev/sda3 677,618,008 678,887,543 1,269,536 Apple Boot partition (Mac OS X)
  51. /dev/sda4 678,887,544 976,510,983 297,623,440 Data partition (Linux)
  52. "blkid" output: ________________________________________________________________
  53. Device UUID TYPE LABEL
  54. /dev/sda1 70D6-1701 vfat EFI
  55. /dev/sda2 faff8973-9b9a-3d6c-9781-4585be0bbf13 hfsplus Disque Dur
  56. /dev/sda3 dbd07b81-17a9-363d-8950-9280c0e705c4 hfsplus Recovery HD
  57. /dev/sda4 59c75197-d4df-4061-a83f-c05af815e0e5 ext4
  58. ========================= "ls -l /dev/disk/by-id" output: ======================
  59. total 0
  60. lrwxrwxrwx 1 root root 9 Jan 15 20:03 ata-APPLE_HDD_HTS545050A7E362_TNS5193TH8998G -> ../../sda
  61. lrwxrwxrwx 1 root root 10 Jan 15 20:03 ata-APPLE_HDD_HTS545050A7E362_TNS5193TH8998G-part1 -> ../../sda1
  62. lrwxrwxrwx 1 root root 10 Jan 15 20:03 ata-APPLE_HDD_HTS545050A7E362_TNS5193TH8998G-part2 -> ../../sda2
  63. lrwxrwxrwx 1 root root 10 Jan 15 20:03 ata-APPLE_HDD_HTS545050A7E362_TNS5193TH8998G-part3 -> ../../sda3
  64. lrwxrwxrwx 1 root root 10 Jan 15 20:03 ata-APPLE_HDD_HTS545050A7E362_TNS5193TH8998G-part4 -> ../../sda4
  65. lrwxrwxrwx 1 root root 9 Jan 15 20:02 ata-MATSHITADVD-R_UJ-8A8_D02333502WEDTL7CQ -> ../../sr0
  66. lrwxrwxrwx 1 root root 9 Jan 15 20:03 wwn-0x5000cca7b1d1dd61 -> ../../sda
  67. lrwxrwxrwx 1 root root 10 Jan 15 20:03 wwn-0x5000cca7b1d1dd61-part1 -> ../../sda1
  68. lrwxrwxrwx 1 root root 10 Jan 15 20:03 wwn-0x5000cca7b1d1dd61-part2 -> ../../sda2
  69. lrwxrwxrwx 1 root root 10 Jan 15 20:03 wwn-0x5000cca7b1d1dd61-part3 -> ../../sda3
  70. lrwxrwxrwx 1 root root 10 Jan 15 20:03 wwn-0x5000cca7b1d1dd61-part4 -> ../../sda4
  71. ================================ Mount points: =================================
  72. Device Mount_Point Type Options
  73. /dev/sda4 / ext4 (rw,errors=remount-ro)
  74. =========================== sda4/boot/grub/grub.cfg: ===========================
  75. --------------------------------------------------------------------------------
  76. #
  77. # DO NOT EDIT THIS FILE
  78. #
  79. # It is automatically generated by grub-mkconfig using templates
  80. # from /etc/grub.d and settings from /etc/default/grub
  81. #
  82. ### BEGIN /etc/grub.d/00_header ###
  83. if [ -s $prefix/grubenv ]; then
  84. set have_grubenv=true
  85. load_env
  86. fi
  87. if [ "${next_entry}" ] ; then
  88. set default="${next_entry}"
  89. set next_entry=
  90. save_env next_entry
  91. set boot_once=true
  92. else
  93. set default="0"
  94. fi
  95. if [ x"${feature_menuentry_id}" = xy ]; then
  96. menuentry_id_option="--id"
  97. else
  98. menuentry_id_option=""
  99. fi
  100. export menuentry_id_option
  101. if [ "${prev_saved_entry}" ]; then
  102. set saved_entry="${prev_saved_entry}"
  103. save_env saved_entry
  104. set prev_saved_entry=
  105. save_env prev_saved_entry
  106. set boot_once=true
  107. fi
  108. function savedefault {
  109. if [ -z "${boot_once}" ]; then
  110. saved_entry="${chosen}"
  111. save_env saved_entry
  112. fi
  113. }
  114. function recordfail {
  115. set recordfail=1
  116. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  117. }
  118. function load_video {
  119. if [ x$feature_all_video_module = xy ]; then
  120. insmod all_video
  121. else
  122. insmod efi_gop
  123. insmod efi_uga
  124. insmod ieee1275_fb
  125. insmod vbe
  126. insmod vga
  127. insmod video_bochs
  128. insmod video_cirrus
  129. fi
  130. }
  131. if [ x$feature_default_font_path = xy ] ; then
  132. font=unicode
  133. else
  134. insmod part_gpt
  135. insmod ext2
  136. set root='hd0,gpt4'
  137. if [ x$feature_platform_search_hint = xy ]; then
  138. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  139. else
  140. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  141. fi
  142. font="/usr/share/grub/unicode.pf2"
  143. fi
  144. if loadfont $font ; then
  145. set gfxmode=auto
  146. load_video
  147. insmod gfxterm
  148. set locale_dir=$prefix/locale
  149. set lang=fr_FR
  150. insmod gettext
  151. fi
  152. terminal_output gfxterm
  153. if [ "${recordfail}" = 1 ] ; then
  154. set timeout=30
  155. else
  156. if [ x$feature_timeout_style = xy ] ; then
  157. set timeout_style=menu
  158. set timeout=10
  159. # Fallback normal timeout code in case the timeout_style feature is
  160. # unavailable.
  161. else
  162. set timeout=10
  163. fi
  164. fi
  165. ### END /etc/grub.d/00_header ###
  166. ### BEGIN /etc/grub.d/05_debian_theme ###
  167. set menu_color_normal=white/black
  168. set menu_color_highlight=black/white
  169. ### END /etc/grub.d/05_debian_theme ###
  170. ### BEGIN /etc/grub.d/10_linux ###
  171. function gfxmode {
  172. set gfxpayload="${1}"
  173. if [ "${1}" = "keep" ]; then
  174. set vt_handoff=vt.handoff=7
  175. else
  176. set vt_handoff=
  177. fi
  178. }
  179. if [ "${recordfail}" != 1 ]; then
  180. if [ -e ${prefix}/gfxblacklist.txt ]; then
  181. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  182. if [ ${match} = 0 ]; then
  183. set linux_gfx_mode=keep
  184. else
  185. set linux_gfx_mode=text
  186. fi
  187. else
  188. set linux_gfx_mode=text
  189. fi
  190. else
  191. set linux_gfx_mode=keep
  192. fi
  193. else
  194. set linux_gfx_mode=text
  195. fi
  196. export linux_gfx_mode
  197. menuentry 'elementary OS' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-59c75197-d4df-4061-a83f-c05af815e0e5' {
  198. recordfail
  199. load_video
  200. gfxmode $linux_gfx_mode
  201. insmod gzio
  202. insmod part_gpt
  203. insmod ext2
  204. set root='hd0,gpt4'
  205. if [ x$feature_platform_search_hint = xy ]; then
  206. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  207. else
  208. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  209. fi
  210. linux /boot/vmlinuz-3.19.0-43-generic root=/dev/sda4 ro quiet splash $vt_handoff
  211. }
  212. submenu 'Advanced options for elementary OS' $menuentry_id_option 'gnulinux-advanced-59c75197-d4df-4061-a83f-c05af815e0e5' {
  213. menuentry 'elementary OS, with Linux 3.19.0-43-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-43-generic-advanced-59c75197-d4df-4061-a83f-c05af815e0e5' {
  214. recordfail
  215. load_video
  216. gfxmode $linux_gfx_mode
  217. insmod gzio
  218. insmod part_gpt
  219. insmod ext2
  220. set root='hd0,gpt4'
  221. if [ x$feature_platform_search_hint = xy ]; then
  222. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  223. else
  224. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  225. fi
  226. echo 'Loading Linux 3.19.0-43-generic ...'
  227. linux /boot/vmlinuz-3.19.0-43-generic root=/dev/sda4 ro quiet splash $vt_handoff
  228. }
  229. menuentry 'elementary OS, with Linux 3.19.0-43-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-43-generic-recovery-59c75197-d4df-4061-a83f-c05af815e0e5' {
  230. recordfail
  231. load_video
  232. insmod gzio
  233. insmod part_gpt
  234. insmod ext2
  235. set root='hd0,gpt4'
  236. if [ x$feature_platform_search_hint = xy ]; then
  237. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  238. else
  239. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  240. fi
  241. echo 'Loading Linux 3.19.0-43-generic ...'
  242. linux /boot/vmlinuz-3.19.0-43-generic root=/dev/sda4 ro recovery nomodeset
  243. }
  244. menuentry 'elementary OS, with Linux 3.19.0-42-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-42-generic-advanced-59c75197-d4df-4061-a83f-c05af815e0e5' {
  245. recordfail
  246. load_video
  247. gfxmode $linux_gfx_mode
  248. insmod gzio
  249. insmod part_gpt
  250. insmod ext2
  251. set root='hd0,gpt4'
  252. if [ x$feature_platform_search_hint = xy ]; then
  253. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  254. else
  255. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  256. fi
  257. echo 'Loading Linux 3.19.0-42-generic ...'
  258. linux /boot/vmlinuz-3.19.0-42-generic root=UUID=59c75197-d4df-4061-a83f-c05af815e0e5 ro quiet splash $vt_handoff
  259. echo 'Loading initial ramdisk ...'
  260. initrd /boot/initrd.img-3.19.0-42-generic
  261. }
  262. menuentry 'elementary OS, with Linux 3.19.0-42-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-42-generic-recovery-59c75197-d4df-4061-a83f-c05af815e0e5' {
  263. recordfail
  264. load_video
  265. insmod gzio
  266. insmod part_gpt
  267. insmod ext2
  268. set root='hd0,gpt4'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  271. else
  272. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  273. fi
  274. echo 'Loading Linux 3.19.0-42-generic ...'
  275. linux /boot/vmlinuz-3.19.0-42-generic root=UUID=59c75197-d4df-4061-a83f-c05af815e0e5 ro recovery nomodeset
  276. echo 'Loading initial ramdisk ...'
  277. initrd /boot/initrd.img-3.19.0-42-generic
  278. }
  279. menuentry 'elementary OS, with Linux 3.19.0-41-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-41-generic-advanced-59c75197-d4df-4061-a83f-c05af815e0e5' {
  280. recordfail
  281. load_video
  282. gfxmode $linux_gfx_mode
  283. insmod gzio
  284. insmod part_gpt
  285. insmod ext2
  286. set root='hd0,gpt4'
  287. if [ x$feature_platform_search_hint = xy ]; then
  288. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  289. else
  290. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  291. fi
  292. echo 'Loading Linux 3.19.0-41-generic ...'
  293. linux /boot/vmlinuz-3.19.0-41-generic root=UUID=59c75197-d4df-4061-a83f-c05af815e0e5 ro quiet splash $vt_handoff
  294. echo 'Loading initial ramdisk ...'
  295. initrd /boot/initrd.img-3.19.0-41-generic
  296. }
  297. menuentry 'elementary OS, with Linux 3.19.0-41-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-41-generic-recovery-59c75197-d4df-4061-a83f-c05af815e0e5' {
  298. recordfail
  299. load_video
  300. insmod gzio
  301. insmod part_gpt
  302. insmod ext2
  303. set root='hd0,gpt4'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  306. else
  307. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  308. fi
  309. echo 'Loading Linux 3.19.0-41-generic ...'
  310. linux /boot/vmlinuz-3.19.0-41-generic root=UUID=59c75197-d4df-4061-a83f-c05af815e0e5 ro recovery nomodeset
  311. echo 'Loading initial ramdisk ...'
  312. initrd /boot/initrd.img-3.19.0-41-generic
  313. }
  314. menuentry 'elementary OS, with Linux 3.19.0-37-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-37-generic-advanced-59c75197-d4df-4061-a83f-c05af815e0e5' {
  315. recordfail
  316. load_video
  317. gfxmode $linux_gfx_mode
  318. insmod gzio
  319. insmod part_gpt
  320. insmod ext2
  321. set root='hd0,gpt4'
  322. if [ x$feature_platform_search_hint = xy ]; then
  323. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  324. else
  325. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  326. fi
  327. echo 'Loading Linux 3.19.0-37-generic ...'
  328. linux /boot/vmlinuz-3.19.0-37-generic root=UUID=59c75197-d4df-4061-a83f-c05af815e0e5 ro quiet splash $vt_handoff
  329. echo 'Loading initial ramdisk ...'
  330. initrd /boot/initrd.img-3.19.0-37-generic
  331. }
  332. menuentry 'elementary OS, with Linux 3.19.0-37-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-37-generic-recovery-59c75197-d4df-4061-a83f-c05af815e0e5' {
  333. recordfail
  334. load_video
  335. insmod gzio
  336. insmod part_gpt
  337. insmod ext2
  338. set root='hd0,gpt4'
  339. if [ x$feature_platform_search_hint = xy ]; then
  340. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  341. else
  342. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  343. fi
  344. echo 'Loading Linux 3.19.0-37-generic ...'
  345. linux /boot/vmlinuz-3.19.0-37-generic root=UUID=59c75197-d4df-4061-a83f-c05af815e0e5 ro recovery nomodeset
  346. echo 'Loading initial ramdisk ...'
  347. initrd /boot/initrd.img-3.19.0-37-generic
  348. }
  349. menuentry 'elementary OS, with Linux 3.19.0-33-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-33-generic-advanced-59c75197-d4df-4061-a83f-c05af815e0e5' {
  350. recordfail
  351. load_video
  352. gfxmode $linux_gfx_mode
  353. insmod gzio
  354. insmod part_gpt
  355. insmod ext2
  356. set root='hd0,gpt4'
  357. if [ x$feature_platform_search_hint = xy ]; then
  358. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  359. else
  360. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  361. fi
  362. echo 'Loading Linux 3.19.0-33-generic ...'
  363. linux /boot/vmlinuz-3.19.0-33-generic root=UUID=59c75197-d4df-4061-a83f-c05af815e0e5 ro quiet splash $vt_handoff
  364. echo 'Loading initial ramdisk ...'
  365. initrd /boot/initrd.img-3.19.0-33-generic
  366. }
  367. menuentry 'elementary OS, with Linux 3.19.0-33-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-33-generic-recovery-59c75197-d4df-4061-a83f-c05af815e0e5' {
  368. recordfail
  369. load_video
  370. insmod gzio
  371. insmod part_gpt
  372. insmod ext2
  373. set root='hd0,gpt4'
  374. if [ x$feature_platform_search_hint = xy ]; then
  375. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  376. else
  377. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  378. fi
  379. echo 'Loading Linux 3.19.0-33-generic ...'
  380. linux /boot/vmlinuz-3.19.0-33-generic root=UUID=59c75197-d4df-4061-a83f-c05af815e0e5 ro recovery nomodeset
  381. echo 'Loading initial ramdisk ...'
  382. initrd /boot/initrd.img-3.19.0-33-generic
  383. }
  384. }
  385. ### END /etc/grub.d/10_linux ###
  386. ### BEGIN /etc/grub.d/20_linux_xen ###
  387. ### END /etc/grub.d/20_linux_xen ###
  388. ### BEGIN /etc/grub.d/20_memtest86+ ###
  389. menuentry 'Memory test (memtest86+)' {
  390. insmod part_gpt
  391. insmod ext2
  392. set root='hd0,gpt4'
  393. if [ x$feature_platform_search_hint = xy ]; then
  394. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  395. else
  396. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  397. fi
  398. knetbsd /boot/memtest86+.elf
  399. }
  400. menuentry 'Memory test (memtest86+, serial console 115200)' {
  401. insmod part_gpt
  402. insmod ext2
  403. set root='hd0,gpt4'
  404. if [ x$feature_platform_search_hint = xy ]; then
  405. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 59c75197-d4df-4061-a83f-c05af815e0e5
  406. else
  407. search --no-floppy --fs-uuid --set=root 59c75197-d4df-4061-a83f-c05af815e0e5
  408. fi
  409. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  410. }
  411. ### END /etc/grub.d/20_memtest86+ ###
  412. ### BEGIN /etc/grub.d/30_os-prober ###
  413. menuentry 'Mac OS X (32-bit) (on /dev/sda2)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-32-7124608fb5b9a27a' {
  414. insmod part_gpt
  415. insmod hfsplus
  416. set root='hd0,gpt2'
  417. if [ x$feature_platform_search_hint = xy ]; then
  418. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 7124608fb5b9a27a
  419. else
  420. search --no-floppy --fs-uuid --set=root 7124608fb5b9a27a
  421. fi
  422. load_video
  423. set do_resume=0
  424. if [ /var/vm/sleepimage -nt10 / ]; then
  425. if xnu_resume /var/vm/sleepimage; then
  426. set do_resume=1
  427. fi
  428. fi
  429. if [ $do_resume = 0 ]; then
  430. xnu_uuid 7124608fb5b9a27a uuid
  431. if [ -f /Extra/DSDT.aml ]; then
  432. acpi -e /Extra/DSDT.aml
  433. fi
  434. if [ /kernelcache -nt /System/Library/Extensions ]; then
  435. xnu_kernel /kernelcache boot-uuid=${uuid} rd=*uuid
  436. else
  437. xnu_kernel /mach_kernel boot-uuid=${uuid} rd=*uuid
  438. if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
  439. xnu_mkext /System/Library/Extensions.mkext
  440. else
  441. xnu_kextdir /System/Library/Extensions
  442. fi
  443. fi
  444. if [ -f /Extra/Extensions.mkext ]; then
  445. xnu_mkext /Extra/Extensions.mkext
  446. fi
  447. if [ -d /Extra/Extensions ]; then
  448. xnu_kextdir /Extra/Extensions
  449. fi
  450. if [ -f /Extra/devprop.bin ]; then
  451. xnu_devprop_load /Extra/devprop.bin
  452. fi
  453. if [ -f /Extra/splash.jpg ]; then
  454. insmod jpeg
  455. xnu_splash /Extra/splash.jpg
  456. fi
  457. if [ -f /Extra/splash.png ]; then
  458. insmod png
  459. xnu_splash /Extra/splash.png
  460. fi
  461. if [ -f /Extra/splash.tga ]; then
  462. insmod tga
  463. xnu_splash /Extra/splash.tga
  464. fi
  465. fi
  466. }
  467. menuentry 'Mac OS X (64-bit) (on /dev/sda2)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-64-7124608fb5b9a27a' {
  468. insmod part_gpt
  469. insmod hfsplus
  470. set root='hd0,gpt2'
  471. if [ x$feature_platform_search_hint = xy ]; then
  472. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 7124608fb5b9a27a
  473. else
  474. search --no-floppy --fs-uuid --set=root 7124608fb5b9a27a
  475. fi
  476. load_video
  477. set do_resume=0
  478. if [ /var/vm/sleepimage -nt10 / ]; then
  479. if xnu_resume /var/vm/sleepimage; then
  480. set do_resume=1
  481. fi
  482. fi
  483. if [ $do_resume = 0 ]; then
  484. xnu_uuid 7124608fb5b9a27a uuid
  485. if [ -f /Extra/DSDT.aml ]; then
  486. acpi -e /Extra/DSDT.aml
  487. fi
  488. if [ /kernelcache -nt /System/Library/Extensions ]; then
  489. xnu_kernel64 /kernelcache boot-uuid=${uuid} rd=*uuid
  490. else
  491. xnu_kernel64 /mach_kernel boot-uuid=${uuid} rd=*uuid
  492. if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
  493. xnu_mkext /System/Library/Extensions.mkext
  494. else
  495. xnu_kextdir /System/Library/Extensions
  496. fi
  497. fi
  498. if [ -f /Extra/Extensions.mkext ]; then
  499. xnu_mkext /Extra/Extensions.mkext
  500. fi
  501. if [ -d /Extra/Extensions ]; then
  502. xnu_kextdir /Extra/Extensions
  503. fi
  504. if [ -f /Extra/devprop.bin ]; then
  505. xnu_devprop_load /Extra/devprop.bin
  506. fi
  507. if [ -f /Extra/splash.jpg ]; then
  508. insmod jpeg
  509. xnu_splash /Extra/splash.jpg
  510. fi
  511. if [ -f /Extra/splash.png ]; then
  512. insmod png
  513. xnu_splash /Extra/splash.png
  514. fi
  515. if [ -f /Extra/splash.tga ]; then
  516. insmod tga
  517. xnu_splash /Extra/splash.tga
  518. fi
  519. fi
  520. }
  521. set timeout_style=menu
  522. if [ "${timeout}" = 0 ]; then
  523. set timeout=10
  524. fi
  525. ### END /etc/grub.d/30_os-prober ###
  526. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  527. ### END /etc/grub.d/30_uefi-firmware ###
  528. ### BEGIN /etc/grub.d/40_custom ###
  529. # This file provides an easy way to add custom menu entries. Simply type the
  530. # menu entries you want to add after this comment. Be careful not to change
  531. # the 'exec tail' line above.
  532. ### END /etc/grub.d/40_custom ###
  533. ### BEGIN /etc/grub.d/41_custom ###
  534. if [ -f ${config_directory}/custom.cfg ]; then
  535. source ${config_directory}/custom.cfg
  536. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  537. source $prefix/custom.cfg;
  538. fi
  539. ### END /etc/grub.d/41_custom ###
  540. --------------------------------------------------------------------------------
  541. =============================== sda4/etc/fstab: ================================
  542. --------------------------------------------------------------------------------
  543. # /etc/fstab: static file system information.
  544. #
  545. # Use 'blkid' to print the universally unique identifier for a
  546. # device; this may be used with UUID= as a more robust way to name devices
  547. # that works even if disks are added and removed. See fstab(5).
  548. #
  549. # <file system> <mount point> <type> <options> <dump> <pass>
  550. # / was on /dev/sda4 during installation
  551. UUID=59c75197-d4df-4061-a83f-c05af815e0e5 / ext4 errors=remount-ro 0 1
  552. --------------------------------------------------------------------------------
  553. ====================== sda4/boot/extlinux/extlinux.conf: =======================
  554. --------------------------------------------------------------------------------
  555. ## /boot/extlinux/extlinux.conf
  556. ##
  557. ## IMPORTANT WARNING
  558. ##
  559. ## The configuration of this file is generated automatically.
  560. ## Do not edit this file manually, use: extlinux-update
  561. default l0
  562. prompt 1
  563. timeout 50
  564. include themes/debian/theme.cfg
  565. --------------------------------------------------------------------------------
  566. ============== sda4: Version of COM32(R) files used by Syslinux: ===============
  567. boot/extlinux/chain.c32 : COM32R module (v4.xx)
  568. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  569. Unknown BootLoader on sda1
  570. 00000000 eb 58 90 42 53 44 20 20 34 2e 34 00 02 01 20 00 |.X.BSD 4.4... .|
  571. 00000010 02 00 00 00 00 f0 00 00 20 00 10 00 00 00 00 00 |........ .......|
  572. 00000020 00 40 06 00 4f 0c 00 00 00 00 00 00 02 00 00 00 |[email protected]...........|
  573. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  574. 00000040 00 00 29 01 17 d6 70 45 46 49 20 20 20 20 20 20 |..)...pEFI |
  575. 00000050 20 20 46 41 54 33 32 20 20 20 fa 31 c0 8e d0 bc | FAT32 .1....|
  576. 00000060 00 7c fb 8e d8 e8 00 00 5e 83 c6 19 bb 07 00 fc |.|......^.......|
  577. 00000070 ac 84 c0 74 06 b4 0e cd 10 eb f5 30 e4 cd 16 cd |...t.......0....|
  578. 00000080 19 0d 0a 4e 6f 6e 2d 73 79 73 74 65 6d 20 64 69 |...Non-system di|
  579. 00000090 73 6b 0d 0a 50 72 65 73 73 20 61 6e 79 20 6b 65 |sk..Press any ke|
  580. 000000a0 79 20 74 6f 20 72 65 62 6f 6f 74 0d 0a 00 00 00 |y to reboot.....|
  581. 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  582. *
  583. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  584. 00000200
  585. =============================== StdErr Messages: ===============================
  586. cat: write error: Broken pipe
  587. ADDITIONAL INFORMATION :
  588. =================== log of boot-repair 2016-01-15__20h03 ===================
  589. boot-repair version : 4ppa35
  590. boot-sav version : 4ppa35
  591. glade2script version : 3.2.2~ppa47~saucy
  592. boot-sav-extra version : 4ppa35
  593. boot-repair is executed in installed-session (elementary OS Freya, freya, elementary OS, x86_64)
  594. CPU op-mode(s): 32-bit, 64-bit
  595. BOOT_IMAGE=/boot/vmlinuz-3.19.0-42-generic root=UUID=59c75197-d4df-4061-a83f-c05af815e0e5 ro quiet splash vt.handoff=7
  596. mount: warning: /mnt/boot-sav/sda2 seems to be mounted read-only.
  597. mount: warning: /mnt/boot-sav/sda3 seems to be mounted read-only.
  598. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  599. =================== os-prober:
  600. /dev/disk/by-uuid/59c75197-d4df-4061-a83f-c05af815e0e5:L'OS actuellement utilisé - elementary OS Freya CurrentSession:linux
  601. /dev/sda2:Mac OS X:MacOSX:macosx
  602. =================== blkid:
  603. /dev/sda1: LABEL="EFI" UUID="70D6-1701" TYPE="vfat"
  604. /dev/sda2: UUID="faff8973-9b9a-3d6c-9781-4585be0bbf13" LABEL="Disque Dur" TYPE="hfsplus"
  605. /dev/sda3: UUID="dbd07b81-17a9-363d-8950-9280c0e705c4" LABEL="Recovery HD" TYPE="hfsplus"
  606. /dev/sda4: UUID="59c75197-d4df-4061-a83f-c05af815e0e5" TYPE="ext4"
  607. disk/by-uuid/59c75197-d4df-4061-a83f-c05af815e0e5 (sda) has unknown type. Veuillez indiquer ce message à [email protected]
  608. 1 disks with OS, 2 OS : 1 Linux, 1 MacOS, 0 Windows, 0 unknown type OS.
  609. Linux not detected by os-prober on sda4. Veuillez indiquer ce message à [email protected]
  610. mkdir: impossible de créer le répertoire «/mnt/boot-sav/sda2/boot-sav»: Système de fichiers accessible en lecture seulement
  611. sda2 is Read-only or full
  612. Attention : identifiant de table de partitions GPT (GUID) détecté sur « /dev/sda ». L'utilitaire sfdisk ne prend pas GPT en charge. Utilisez GNU Parted.
  613. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  614. Presence of MacEFI file detected: /mnt/boot-sav/sda1/EFI/APPLE/EXTENSIONS/Firmware.scap
  615. =================== //etc/grub.d/ :
  616. drwxr-xr-x 2 root root 4096 janv. 15 16:49 grub.d
  617. total 76
  618. -rwxr-xr-x 1 root root 9791 janv. 6 00:58 00_header
  619. -rwxr-xr-x 1 root root 6076 juil. 8 2015 05_debian_theme
  620. -rwxr-xr-x 1 root root 11481 juil. 8 2015 10_linux
  621. -rwxr-xr-x 1 root root 10412 juil. 8 2015 20_linux_xen
  622. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  623. -rwxr-xr-x 1 root root 11692 juil. 8 2015 30_os-prober
  624. -rwxr-xr-x 1 root root 1416 juil. 8 2015 30_uefi-firmware
  625. -rwxr-xr-x 1 root root 214 juil. 8 2015 40_custom
  626. -rwxr-xr-x 1 root root 216 juil. 8 2015 41_custom
  627. -rw-r--r-- 1 root root 483 juil. 8 2015 README
  628. =================== //etc/default/grub :
  629. # If you change this file, run 'update-grub' afterwards to update
  630. # /boot/grub/grub.cfg.
  631. # For full documentation of the options in this file, see:
  632. # info -f grub -n 'Simple configuration'
  633. GRUB_DEFAULT=0
  634. #GRUB_HIDDEN_TIMEOUT=0
  635. GRUB_HIDDEN_TIMEOUT_QUIET=true
  636. GRUB_TIMEOUT=10
  637. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  638. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  639. GRUB_CMDLINE_LINUX=""
  640. # Uncomment to enable BadRAM filtering, modify to suit your needs
  641. # This works with Linux (no patch required) and with any kernel that obtains
  642. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  643. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  644. # Uncomment to disable graphical terminal (grub-pc only)
  645. #GRUB_TERMINAL=console
  646. # The resolution used on graphical terminal
  647. # note that you can use only modes which your graphic card supports via VBE
  648. # you can see them in real GRUB with the command `vbeinfo'
  649. #GRUB_GFXMODE=640x480
  650. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  651. #GRUB_DISABLE_LINUX_UUID=true
  652. # Uncomment to disable generation of recovery mode menu entries
  653. #GRUB_DISABLE_RECOVERY="true"
  654. # Uncomment to get a beep at grub start
  655. #GRUB_INIT_TUNE="480 440 1"
  656. =================== UEFI/Legacy mode:
  657. BIOS is EFI-compatible, but it is not setup in EFI-mode for this installed-session.
  658. SecureBoot disabled.
  659. =================== PARTITIONS & DISKS:
  660. 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, /mnt/boot-sav/sda1.
  661. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, with--usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  662. sda3 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, 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, farbios, /mnt/boot-sav/sda3.
  663. sda4 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, 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, /.
  664. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 40 sectors * 512 bytes
  665. =================== parted -l:
  666. Model: ATA APPLE HDD HTS545 (scsi)
  667. Disk /dev/sda: 500GB
  668. Sector size (logical/physical): 512B/4096B
  669. Partition Table: gpt
  670. Number Start End Size File system Name Flags
  671. 1 20.5kB 210MB 210MB fat32 EFI System Partition boot
  672. 2 210MB 347GB 347GB hfs+ Customer
  673. 3 347GB 348GB 650MB hfs+ Recovery HD
  674. 4 348GB 500GB 152GB ext4 Elementary OS
  675. =================== parted -lm:
  676. BYT;
  677. /dev/sda:500GB:scsi:512:4096:gpt:ATA APPLE HDD HTS545;
  678. 1:20.5kB:210MB:210MB:fat32:EFI System Partition:boot;
  679. 2:210MB:347GB:347GB:hfs+:Customer:;
  680. 3:347GB:348GB:650MB:hfs+:Recovery HD:;
  681. 4:348GB:500GB:152GB:ext4:Elementary OS:;
  682. =================== lsblk:
  683. KNAME TYPE FSTYPE SIZE LABEL
  684. sda disk 465,8G
  685. sda1 part vfat 200M EFI
  686. sda2 part hfsplus 322,9G Disque Dur
  687. sda3 part hfsplus 619,9M Recovery HD
  688. sda4 part ext4 141,9G
  689. sr0 rom 1024M
  690. KNAME ROTA RO RM STATE MOUNTPOINT
  691. sda 1 0 0 running
  692. sda1 1 0 0 /mnt/boot-sav/sda1
  693. sda2 1 0 0 /mnt/boot-sav/sda2
  694. sda3 1 0 0 /mnt/boot-sav/sda3
  695. sda4 1 0 0 /
  696. sr0 1 0 1 running
  697. =================== mount:
  698. /dev/sda4 on / type ext4 (rw,errors=remount-ro)
  699. proc on /proc type proc (rw,noexec,nosuid,nodev)
  700. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  701. none on /sys/fs/cgroup type tmpfs (rw)
  702. none on /sys/fs/fuse/connections type fusectl (rw)
  703. none on /sys/kernel/debug type debugfs (rw)
  704. none on /sys/kernel/security type securityfs (rw)
  705. udev on /dev type devtmpfs (rw,mode=0755)
  706. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  707. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  708. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  709. none on /run/shm type tmpfs (rw,nosuid,nodev)
  710. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  711. none on /sys/fs/pstore type pstore (rw)
  712. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  713. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=fil)
  714. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
  715. /dev/sda2 on /mnt/boot-sav/sda2 type hfsplus (ro)
  716. /dev/sda3 on /mnt/boot-sav/sda3 type hfsplus (ro)
  717. =================== ls:
  718. /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 sda4 size slaves stat subsystem trace uevent
  719. /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
  720. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse fw0 hidraw1 hidraw3 hidraw4 hpet i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 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 sda4 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb v4l vfio vga_arbiter vhci vhost-net video0 zero
  721. ls /dev/mapper: control
  722. =================== hexdump -n512 -C /dev/sda1
  723. 00000000 eb 58 90 42 53 44 20 20 34 2e 34 00 02 01 20 00 |.X.BSD 4.4... .|
  724. 00000010 02 00 00 00 00 f0 00 00 20 00 10 00 00 00 00 00 |........ .......|
  725. 00000020 00 40 06 00 4f 0c 00 00 00 00 00 00 02 00 00 00 |[email protected]...........|
  726. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  727. 00000040 00 01 29 01 17 d6 70 45 46 49 20 20 20 20 20 20 |..)...pEFI |
  728. 00000050 20 20 46 41 54 33 32 20 20 20 fa 31 c0 8e d0 bc | FAT32 .1....|
  729. 00000060 00 7c fb 8e d8 e8 00 00 5e 83 c6 19 bb 07 00 fc |.|......^.......|
  730. 00000070 ac 84 c0 74 06 b4 0e cd 10 eb f5 30 e4 cd 16 cd |...t.......0....|
  731. 00000080 19 0d 0a 4e 6f 6e 2d 73 79 73 74 65 6d 20 64 69 |...Non-system di|
  732. 00000090 73 6b 0d 0a 50 72 65 73 73 20 61 6e 79 20 6b 65 |sk..Press any ke|
  733. 000000a0 79 20 74 6f 20 72 65 62 6f 6f 74 0d 0a 00 00 00 |y to reboot.....|
  734. 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  735. *
  736. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  737. 00000200
  738. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  739. =================== df -Th:
  740. Filesystem Type Size Used Avail Use% Mounted on
  741. udev devtmpfs 1.9G 12K 1.9G 1% /dev
  742. tmpfs tmpfs 386M 1.3M 385M 1% /run
  743. /dev/sda4 ext4 140G 51G 83G 38% /
  744. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  745. none tmpfs 5.0M 0 5.0M 0% /run/lock
  746. none tmpfs 1.9G 84K 1.9G 1% /run/shm
  747. none tmpfs 100M 52K 100M 1% /run/user
  748. /dev/sda1 vfat 197M 18M 180M 9% /mnt/boot-sav/sda1
  749. /dev/sda2 hfsplus 323G 206G 118G 64% /mnt/boot-sav/sda2
  750. /dev/sda3 hfsplus 620M 501M 120M 81% /mnt/boot-sav/sda3
  751. =================== fdisk -l:
  752. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  753. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  754. Units = sectors of 1 * 512 = 512 bytes
  755. Sector size (logical/physical): 512 bytes / 4096 bytes
  756. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  757. Disk identifier: 0x00000000
  758. Device Boot Start End Blocks Id System
  759. /dev/sda1 1 409639 204819+ ee GPT
  760. Partition 1 does not start on physical sector boundary.
  761. /dev/sda2 * 409640 677618007 338604184 af HFS / HFS+
  762. /dev/sda3 677618008 678887543 634768 af HFS / HFS+
  763. /dev/sda4 678887544 976510983 148811720 83 Linux
  764. (debug) reinstall grub2 no-BIOS_boot (sda4)
  765. =================== Suggested repair
  766. The default repair of the Boot-Repair utility would reinstall the grub2 of sda4.
  767. Grub-efi would not be selected by default because: no-win-efi
  768. Additional repair would be performed: unhide-bootmenu-10s
  769. =================== Blockers in case of suggested repair
  770. Veuillez utiliser ce logiciel dans une session-live (live-CD ou live-USB). Cela vous permettra d'utiliser cette fonctionnalité. GPT détecté. Veuillez créer une partition BIOS-Boot (>1MB, système de fichiers non formaté, drapeau bios_grub). Cela peut être réalisé via des outils tels que Gparted. Puis réessayez.
  771. Alternativement, vous pouvez ré-essayer après avoir activé l'option [Partition /boot/efi séparée :].
  772. =================== Final advice in case of suggested repair
  773. Vous souhaiterez peut-être aussi installer Refind. (https://help.ubuntu.com/community/ubuntupreciseon2011imac)
  774. Les fichiers de démarrage de [Linux] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  775. =================== User settings
  776. The settings chosen by the user will not act on the boot.