1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos1)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Ubuntu 16.04 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: -
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  28. Units: sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 4096 bytes
  30. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  31. Disklabel type: dos
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 * 2,048 1,945,964,543 1,945,962,496 83 Linux
  34. /dev/sda2 1,945,966,590 1,953,523,711 7,557,122 5 Extended
  35. /dev/sda5 1,945,966,592 1,953,523,711 7,557,120 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 c259fa8f-5d71-4ddd-934a-44481d6175df ext4
  39. /dev/sda5 6b47ee4f-fb4e-4f03-83e9-ed710b28198b swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Feb 11 18:17 ata-SlimtypeDVD_A_DS8A5SH_107200177822 -> ../../sr0
  43. lrwxrwxrwx 1 root root 9 Feb 11 20:14 ata-TOSHIBA_MQ01ABD100_Y48FSODQS -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Feb 11 20:14 ata-TOSHIBA_MQ01ABD100_Y48FSODQS-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Feb 11 20:14 ata-TOSHIBA_MQ01ABD100_Y48FSODQS-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Feb 11 20:14 ata-TOSHIBA_MQ01ABD100_Y48FSODQS-part5 -> ../../sda5
  47. lrwxrwxrwx 1 root root 9 Feb 11 20:14 wwn-0x50000395e5d017d9 -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Feb 11 20:14 wwn-0x50000395e5d017d9-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Feb 11 20:14 wwn-0x50000395e5d017d9-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Feb 11 20:14 wwn-0x50000395e5d017d9-part5 -> ../../sda5
  51. ================================ Mount points: =================================
  52. Device Mount_Point Type Options
  53. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  54. =========================== sda1/boot/grub/grub.cfg: ===========================
  55. --------------------------------------------------------------------------------
  56. #
  57. # DO NOT EDIT THIS FILE
  58. #
  59. # It is automatically generated by grub-mkconfig using templates
  60. # from /etc/grub.d and settings from /etc/default/grub
  61. #
  62. ### BEGIN /etc/grub.d/00_header ###
  63. if [ -s $prefix/grubenv ]; then
  64. set have_grubenv=true
  65. load_env
  66. fi
  67. if [ "${next_entry}" ] ; then
  68. set default="${next_entry}"
  69. set next_entry=
  70. save_env next_entry
  71. set boot_once=true
  72. else
  73. set default="0"
  74. fi
  75. if [ x"${feature_menuentry_id}" = xy ]; then
  76. menuentry_id_option="--id"
  77. else
  78. menuentry_id_option=""
  79. fi
  80. export menuentry_id_option
  81. if [ "${prev_saved_entry}" ]; then
  82. set saved_entry="${prev_saved_entry}"
  83. save_env saved_entry
  84. set prev_saved_entry=
  85. save_env prev_saved_entry
  86. set boot_once=true
  87. fi
  88. function savedefault {
  89. if [ -z "${boot_once}" ]; then
  90. saved_entry="${chosen}"
  91. save_env saved_entry
  92. fi
  93. }
  94. function recordfail {
  95. set recordfail=1
  96. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  97. }
  98. function load_video {
  99. if [ x$feature_all_video_module = xy ]; then
  100. insmod all_video
  101. else
  102. insmod efi_gop
  103. insmod efi_uga
  104. insmod ieee1275_fb
  105. insmod vbe
  106. insmod vga
  107. insmod video_bochs
  108. insmod video_cirrus
  109. fi
  110. }
  111. if [ x$feature_default_font_path = xy ] ; then
  112. font=unicode
  113. else
  114. insmod part_msdos
  115. insmod ext2
  116. set root='hd0,msdos1'
  117. if [ x$feature_platform_search_hint = xy ]; then
  118. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  119. else
  120. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  121. fi
  122. font="/usr/share/grub/unicode.pf2"
  123. fi
  124. if loadfont $font ; then
  125. set gfxmode=auto
  126. load_video
  127. insmod gfxterm
  128. set locale_dir=$prefix/locale
  129. set lang=fr_BE
  130. insmod gettext
  131. fi
  132. terminal_output gfxterm
  133. if [ "${recordfail}" = 1 ] ; then
  134. set timeout=30
  135. else
  136. if [ x$feature_timeout_style = xy ] ; then
  137. set timeout_style=hidden
  138. set timeout=0
  139. # Fallback hidden-timeout code in case the timeout_style feature is
  140. # unavailable.
  141. elif sleep --interruptible 0 ; then
  142. set timeout=0
  143. fi
  144. fi
  145. ### END /etc/grub.d/00_header ###
  146. ### BEGIN /etc/grub.d/05_debian_theme ###
  147. set menu_color_normal=white/black
  148. set menu_color_highlight=black/light-gray
  149. ### END /etc/grub.d/05_debian_theme ###
  150. ### BEGIN /etc/grub.d/06_mint_theme ###
  151. set menu_color_normal=white/black
  152. set menu_color_highlight=white/light-gray
  153. ### END /etc/grub.d/06_mint_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 'Linux Mint 18 Cinnamon 64-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  182. recordfail
  183. load_video
  184. gfxmode $linux_gfx_mode
  185. insmod gzio
  186. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  187. insmod part_msdos
  188. insmod ext2
  189. set root='hd0,msdos1'
  190. if [ x$feature_platform_search_hint = xy ]; then
  191. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  192. else
  193. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  194. fi
  195. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro quiet splash $vt_handoff
  196. initrd /boot/initrd.img-4.4.0-62-generic
  197. }
  198. submenu 'Options avancées pour Linux Mint 18 Cinnamon 64-bit' $menuentry_id_option 'gnulinux-advanced-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  199. menuentry 'Linux Mint 18 Cinnamon 64-bit, avec Linux 4.4.0-62-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-advanced-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  200. recordfail
  201. load_video
  202. gfxmode $linux_gfx_mode
  203. insmod gzio
  204. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  205. insmod part_msdos
  206. insmod ext2
  207. set root='hd0,msdos1'
  208. if [ x$feature_platform_search_hint = xy ]; then
  209. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  210. else
  211. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  212. fi
  213. echo 'Chargement de Linux 4.4.0-62-generic…'
  214. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro quiet splash $vt_handoff
  215. echo 'Chargement du disque mémoire initial…'
  216. initrd /boot/initrd.img-4.4.0-62-generic
  217. }
  218. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-62-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-init-upstart-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  219. recordfail
  220. load_video
  221. gfxmode $linux_gfx_mode
  222. insmod gzio
  223. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  224. insmod part_msdos
  225. insmod ext2
  226. set root='hd0,msdos1'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  229. else
  230. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  231. fi
  232. echo 'Chargement de Linux 4.4.0-62-generic…'
  233. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro quiet splash $vt_handoff init=/sbin/upstart
  234. echo 'Chargement du disque mémoire initial…'
  235. initrd /boot/initrd.img-4.4.0-62-generic
  236. }
  237. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-62-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-recovery-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  238. recordfail
  239. load_video
  240. insmod gzio
  241. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  242. insmod part_msdos
  243. insmod ext2
  244. set root='hd0,msdos1'
  245. if [ x$feature_platform_search_hint = xy ]; then
  246. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  247. else
  248. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  249. fi
  250. echo 'Chargement de Linux 4.4.0-62-generic…'
  251. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro recovery nomodeset
  252. echo 'Chargement du disque mémoire initial…'
  253. initrd /boot/initrd.img-4.4.0-62-generic
  254. }
  255. menuentry 'Linux Mint 18 Cinnamon 64-bit, avec Linux 4.4.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-advanced-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  256. recordfail
  257. load_video
  258. gfxmode $linux_gfx_mode
  259. insmod gzio
  260. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  261. insmod part_msdos
  262. insmod ext2
  263. set root='hd0,msdos1'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  266. else
  267. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  268. fi
  269. echo 'Chargement de Linux 4.4.0-59-generic…'
  270. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro quiet splash $vt_handoff
  271. echo 'Chargement du disque mémoire initial…'
  272. initrd /boot/initrd.img-4.4.0-59-generic
  273. }
  274. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-59-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-init-upstart-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  275. recordfail
  276. load_video
  277. gfxmode $linux_gfx_mode
  278. insmod gzio
  279. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  280. insmod part_msdos
  281. insmod ext2
  282. set root='hd0,msdos1'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  285. else
  286. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  287. fi
  288. echo 'Chargement de Linux 4.4.0-59-generic…'
  289. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro quiet splash $vt_handoff init=/sbin/upstart
  290. echo 'Chargement du disque mémoire initial…'
  291. initrd /boot/initrd.img-4.4.0-59-generic
  292. }
  293. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-recovery-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  294. recordfail
  295. load_video
  296. insmod gzio
  297. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  298. insmod part_msdos
  299. insmod ext2
  300. set root='hd0,msdos1'
  301. if [ x$feature_platform_search_hint = xy ]; then
  302. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  303. else
  304. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  305. fi
  306. echo 'Chargement de Linux 4.4.0-59-generic…'
  307. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro recovery nomodeset
  308. echo 'Chargement du disque mémoire initial…'
  309. initrd /boot/initrd.img-4.4.0-59-generic
  310. }
  311. menuentry 'Linux Mint 18 Cinnamon 64-bit, avec Linux 4.4.0-57-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-advanced-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  312. recordfail
  313. load_video
  314. gfxmode $linux_gfx_mode
  315. insmod gzio
  316. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  317. insmod part_msdos
  318. insmod ext2
  319. set root='hd0,msdos1'
  320. if [ x$feature_platform_search_hint = xy ]; then
  321. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  322. else
  323. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  324. fi
  325. echo 'Chargement de Linux 4.4.0-57-generic…'
  326. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro quiet splash $vt_handoff
  327. echo 'Chargement du disque mémoire initial…'
  328. initrd /boot/initrd.img-4.4.0-57-generic
  329. }
  330. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-57-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-init-upstart-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  331. recordfail
  332. load_video
  333. gfxmode $linux_gfx_mode
  334. insmod gzio
  335. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  336. insmod part_msdos
  337. insmod ext2
  338. set root='hd0,msdos1'
  339. if [ x$feature_platform_search_hint = xy ]; then
  340. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  341. else
  342. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  343. fi
  344. echo 'Chargement de Linux 4.4.0-57-generic…'
  345. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro quiet splash $vt_handoff init=/sbin/upstart
  346. echo 'Chargement du disque mémoire initial…'
  347. initrd /boot/initrd.img-4.4.0-57-generic
  348. }
  349. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-57-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-recovery-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  350. recordfail
  351. load_video
  352. insmod gzio
  353. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  354. insmod part_msdos
  355. insmod ext2
  356. set root='hd0,msdos1'
  357. if [ x$feature_platform_search_hint = xy ]; then
  358. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  359. else
  360. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  361. fi
  362. echo 'Chargement de Linux 4.4.0-57-generic…'
  363. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro recovery nomodeset
  364. echo 'Chargement du disque mémoire initial…'
  365. initrd /boot/initrd.img-4.4.0-57-generic
  366. }
  367. menuentry 'Linux Mint 18 Cinnamon 64-bit, avec Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  368. recordfail
  369. load_video
  370. gfxmode $linux_gfx_mode
  371. insmod gzio
  372. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  373. insmod part_msdos
  374. insmod ext2
  375. set root='hd0,msdos1'
  376. if [ x$feature_platform_search_hint = xy ]; then
  377. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  378. else
  379. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  380. fi
  381. echo 'Chargement de Linux 4.4.0-21-generic…'
  382. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro quiet splash $vt_handoff
  383. echo 'Chargement du disque mémoire initial…'
  384. initrd /boot/initrd.img-4.4.0-21-generic
  385. }
  386. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  387. recordfail
  388. load_video
  389. gfxmode $linux_gfx_mode
  390. insmod gzio
  391. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  392. insmod part_msdos
  393. insmod ext2
  394. set root='hd0,msdos1'
  395. if [ x$feature_platform_search_hint = xy ]; then
  396. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  397. else
  398. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  399. fi
  400. echo 'Chargement de Linux 4.4.0-21-generic…'
  401. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro quiet splash $vt_handoff init=/sbin/upstart
  402. echo 'Chargement du disque mémoire initial…'
  403. initrd /boot/initrd.img-4.4.0-21-generic
  404. }
  405. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-c259fa8f-5d71-4ddd-934a-44481d6175df' {
  406. recordfail
  407. load_video
  408. insmod gzio
  409. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  410. insmod part_msdos
  411. insmod ext2
  412. set root='hd0,msdos1'
  413. if [ x$feature_platform_search_hint = xy ]; then
  414. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  415. else
  416. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  417. fi
  418. echo 'Chargement de Linux 4.4.0-21-generic…'
  419. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro recovery nomodeset
  420. echo 'Chargement du disque mémoire initial…'
  421. initrd /boot/initrd.img-4.4.0-21-generic
  422. }
  423. }
  424. ### END /etc/grub.d/10_linux ###
  425. ### BEGIN /etc/grub.d/10_lupin ###
  426. ### END /etc/grub.d/10_lupin ###
  427. ### BEGIN /etc/grub.d/20_linux_xen ###
  428. ### END /etc/grub.d/20_linux_xen ###
  429. ### BEGIN /etc/grub.d/20_memtest86+ ###
  430. menuentry 'Memory test (memtest86+)' {
  431. insmod part_msdos
  432. insmod ext2
  433. set root='hd0,msdos1'
  434. if [ x$feature_platform_search_hint = xy ]; then
  435. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  436. else
  437. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  438. fi
  439. knetbsd /boot/memtest86+.elf
  440. }
  441. menuentry 'Memory test (memtest86+, serial console 115200)' {
  442. insmod part_msdos
  443. insmod ext2
  444. set root='hd0,msdos1'
  445. if [ x$feature_platform_search_hint = xy ]; then
  446. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c259fa8f-5d71-4ddd-934a-44481d6175df
  447. else
  448. search --no-floppy --fs-uuid --set=root c259fa8f-5d71-4ddd-934a-44481d6175df
  449. fi
  450. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  451. }
  452. ### END /etc/grub.d/20_memtest86+ ###
  453. ### BEGIN /etc/grub.d/30_os-prober ###
  454. ### END /etc/grub.d/30_os-prober ###
  455. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  456. ### END /etc/grub.d/30_uefi-firmware ###
  457. ### BEGIN /etc/grub.d/40_custom ###
  458. # This file provides an easy way to add custom menu entries. Simply type the
  459. # menu entries you want to add after this comment. Be careful not to change
  460. # the 'exec tail' line above.
  461. ### END /etc/grub.d/40_custom ###
  462. ### BEGIN /etc/grub.d/41_custom ###
  463. if [ -f ${config_directory}/custom.cfg ]; then
  464. source ${config_directory}/custom.cfg
  465. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  466. source $prefix/custom.cfg;
  467. fi
  468. ### END /etc/grub.d/41_custom ###
  469. --------------------------------------------------------------------------------
  470. =============================== sda1/etc/fstab: ================================
  471. --------------------------------------------------------------------------------
  472. # /etc/fstab: static file system information.
  473. #
  474. # Use 'blkid' to print the universally unique identifier for a
  475. # device; this may be used with UUID= as a more robust way to name devices
  476. # that works even if disks are added and removed. See fstab(5).
  477. #
  478. # <file system> <mount point> <type> <options> <dump> <pass>
  479. # / was on /dev/sda1 during installation
  480. UUID=c259fa8f-5d71-4ddd-934a-44481d6175df / ext4 errors=remount-ro 0 1
  481. # swap was on /dev/sda5 during installation
  482. UUID=6b47ee4f-fb4e-4f03-83e9-ed710b28198b none swap sw 0 0
  483. --------------------------------------------------------------------------------
  484. =================== sda1: Location of files loaded by Grub: ====================
  485. GiB - GB File Fragment(s)
  486. 100.583850861 = 108.001087488 boot/grub/grub.cfg 1
  487. 152.144191742 = 163.363581952 boot/grub/i386-pc/core.img 1
  488. 152.140193939 = 163.359289344 boot/vmlinuz-4.4.0-21-generic 1
  489. 554.086444855 = 594.945789952 boot/vmlinuz-4.4.0-57-generic 1
  490. 227.262508392 = 244.021260288 boot/vmlinuz-4.4.0-59-generic 1
  491. 238.898185730 = 256.514973696 boot/vmlinuz-4.4.0-62-generic 1
  492. 238.898185730 = 256.514973696 vmlinuz 1
  493. 227.262508392 = 244.021260288 vmlinuz.old 1
  494. 239.522392273 = 257.185210368 boot/initrd.img-4.4.0-21-generic 2
  495. 239.507270813 = 257.168973824 boot/initrd.img-4.4.0-57-generic 3
  496. 239.310665131 = 256.957870080 boot/initrd.img-4.4.0-59-generic 4
  497. 239.579311371 = 257.246326784 boot/initrd.img-4.4.0-62-generic 3
  498. 239.579311371 = 257.246326784 initrd.img 3
  499. 239.310665131 = 256.957870080 initrd.img.old 4
  500. =============================== StdErr Messages: ===============================
  501. File descriptor 9 (/proc/4870/mounts) leaked on lvs invocation. Parent PID 12178: bash
  502. File descriptor 63 (pipe:[227252]) leaked on lvs invocation. Parent PID 12178: bash
  503. ADDITIONAL INFORMATION :
  504. =================== log of boot-info 2017-02-11__20h13 ===================
  505. boot-info version : 4ppa40
  506. boot-sav version : 4ppa40
  507. glade2script version : 3.2.3~ppa1
  508. boot-sav-extra version :
  509. File descriptor 9 (/proc/4870/mounts) leaked on lvs invocation. Parent PID 6504: /bin/sh
  510. boot-info is executed in installed-session (Linux Mint 18 Sarah, sarah, LinuxMint, x86_64)
  511. CPU op-mode(s): 32-bit, 64-bit
  512. BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic root=UUID=c259fa8f-5d71-4ddd-934a-44481d6175df ro quiet splash
  513. Partition 2 does not start on physical sector boundary.
  514. =================== os-prober:
  515. /dev/sda1:L'OS actuellement utilisé - Linux Mint 18 Sarah CurrentSession:linux
  516. =================== blkid:
  517. /dev/sda1: UUID="c259fa8f-5d71-4ddd-934a-44481d6175df" TYPE="ext4" PARTUUID="e809dc17-01"
  518. /dev/sda5: UUID="6b47ee4f-fb4e-4f03-83e9-ed710b28198b" TYPE="swap" PARTUUID="e809dc17-05"
  519. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  520. Partition 2 does not start on physical sector boundary.
  521. Partition 2 does not start on physical sector boundary.
  522. =================== /etc/grub.d/ :
  523. drwxr-xr-x 2 root root 4096 fév 11 18:35 grub.d
  524. total 92
  525. -rwxr-xr-x 1 root root 9791 avr 16 2016 00_header
  526. -rwxr-xr-x 1 root root 6258 mar 15 2016 05_debian_theme
  527. -rwxr-xr-x 1 root root 1180 oct 25 2014 06_mint_theme
  528. -rwxr-xr-x 1 root root 12271 fév 11 18:35 10_linux
  529. -rwxr-xr-x 1 root root 10634 oct 1 2012 10_lupin
  530. -rwxr-xr-x 1 root root 11082 avr 16 2016 20_linux_xen
  531. -rwxr-xr-x 1 root root 1992 jan 28 2016 20_memtest86+
  532. -rwxr-xr-x 1 root root 11692 avr 16 2016 30_os-prober
  533. -rwxr-xr-x 1 root root 1418 avr 16 2016 30_uefi-firmware
  534. -rwxr-xr-x 1 root root 214 avr 16 2016 40_custom
  535. -rwxr-xr-x 1 root root 216 avr 16 2016 41_custom
  536. -rw-r--r-- 1 root root 483 avr 16 2016 README
  537. =================== /etc/default/grub :
  538. # If you change this file, run 'update-grub' afterwards to update
  539. # /boot/grub/grub.cfg.
  540. # For full documentation of the options in this file, see:
  541. # info -f grub -n 'Simple configuration'
  542. GRUB_DEFAULT=0
  543. GRUB_HIDDEN_TIMEOUT=0
  544. GRUB_HIDDEN_TIMEOUT_QUIET=true
  545. GRUB_TIMEOUT=10
  546. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  547. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  548. GRUB_CMDLINE_LINUX=""
  549. # Uncomment to enable BadRAM filtering, modify to suit your needs
  550. # This works with Linux (no patch required) and with any kernel that obtains
  551. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  552. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  553. # Uncomment to disable graphical terminal (grub-pc only)
  554. #GRUB_TERMINAL=console
  555. # The resolution used on graphical terminal
  556. # note that you can use only modes which your graphic card supports via VBE
  557. # you can see them in real GRUB with the command `vbeinfo'
  558. #GRUB_GFXMODE=640x480
  559. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  560. #GRUB_DISABLE_LINUX_UUID=true
  561. # Uncomment to disable generation of recovery mode menu entries
  562. #GRUB_DISABLE_RECOVERY="true"
  563. # Uncomment to get a beep at grub start
  564. #GRUB_INIT_TUNE="480 440 1"
  565. =================== sda1recordfail=1/grub/grubenv :
  566. recordfail=1
  567. =================== UEFI/Legacy mode:
  568. This installed-session is not in EFI-mode.
  569. SecureBoot disabled.
  570. =================== PARTITIONS & DISKS:
  571. sda1 : sda, not-sepboot, grubenv-ng 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, .
  572. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  573. =================== parted -l:
  574. Model: ATA TOSHIBA MQ01ABD1 (scsi)
  575. Disk /dev/sda: 1000GB
  576. Sector size (logical/physical): 512B/4096B
  577. Partition Table: msdos
  578. Disk Flags:
  579. Number Start End Size Type File system Flags
  580. 1 1049kB 996GB 996GB primary ext4 boot
  581. 2 996GB 1000GB 3869MB extended
  582. 5 996GB 1000GB 3869MB logical linux-swap(v1)
  583. =================== parted -lm:
  584. BYT;
  585. /dev/sda:1000GB:scsi:512:4096:msdos:ATA TOSHIBA MQ01ABD1:;
  586. 1:1049kB:996GB:996GB:ext4::boot;
  587. 2:996GB:1000GB:3869MB:::;
  588. 5:996GB:1000GB:3869MB:linux-swap(v1)::;
  589. =================== lsblk:
  590. KNAME TYPE FSTYPE SIZE LABEL
  591. sda disk 931,5G
  592. sda1 part ext4 927,9G
  593. sda2 part 1K
  594. sda5 part swap 3,6G
  595. sr0 rom 1024M
  596. KNAME ROTA RO RM STATE MOUNTPOINT
  597. sda 1 0 0 running
  598. sda1 1 0 0 /
  599. sda2 1 0 0
  600. sda5 1 0 0 [SWAP]
  601. sr0 1 0 1 running
  602. =================== mount:
  603. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  604. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  605. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1798164k,nr_inodes=449541,mode=755)
  606. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  607. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=363912k,mode=755)
  608. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  609. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  610. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  611. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  612. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  613. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  614. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  615. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  616. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  617. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  618. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  619. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  620. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  621. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  622. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  623. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  624. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
  625. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  626. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  627. mqueue on /dev/mqueue type mqueue (rw,relatime)
  628. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  629. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  630. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  631. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  632. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  633. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=363912k,mode=700,uid=1000,gid=1000)
  634. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  635. =================== ls:
  636. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
  637. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  638. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kfd kmsg kvm lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  639. ls /dev/mapper: control
  640. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  641. Partition 2 does not start on physical sector boundary.
  642. =================== df -Th:
  643. Filesystem Type Size Used Avail Use% Mounted on
  644. udev devtmpfs 1.8G 0 1.8G 0% /dev
  645. tmpfs tmpfs 356M 5.8M 350M 2% /run
  646. /dev/sda1 ext4 914G 370G 497G 43% /
  647. tmpfs tmpfs 1.8G 1.3M 1.8G 1% /dev/shm
  648. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  649. tmpfs tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
  650. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  651. tmpfs tmpfs 356M 20K 356M 1% /run/user/1000
  652. =================== fdisk -l:
  653. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  654. Units: sectors of 1 * 512 = 512 bytes
  655. Sector size (logical/physical): 512 bytes / 4096 bytes
  656. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  657. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  658. Units: sectors of 1 * 512 = 512 bytes
  659. Sector size (logical/physical): 512 bytes / 4096 bytes
  660. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  661. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  662. Units: sectors of 1 * 512 = 512 bytes
  663. Sector size (logical/physical): 512 bytes / 4096 bytes
  664. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  665. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  666. Units: sectors of 1 * 512 = 512 bytes
  667. Sector size (logical/physical): 512 bytes / 4096 bytes
  668. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  669. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  670. Units: sectors of 1 * 512 = 512 bytes
  671. Sector size (logical/physical): 512 bytes / 4096 bytes
  672. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  673. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  674. Units: sectors of 1 * 512 = 512 bytes
  675. Sector size (logical/physical): 512 bytes / 4096 bytes
  676. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  677. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  678. Units: sectors of 1 * 512 = 512 bytes
  679. Sector size (logical/physical): 512 bytes / 4096 bytes
  680. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  681. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  682. Units: sectors of 1 * 512 = 512 bytes
  683. Sector size (logical/physical): 512 bytes / 4096 bytes
  684. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  685. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  686. Units: sectors of 1 * 512 = 512 bytes
  687. Sector size (logical/physical): 512 bytes / 4096 bytes
  688. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  689. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  690. Units: sectors of 1 * 512 = 512 bytes
  691. Sector size (logical/physical): 512 bytes / 4096 bytes
  692. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  693. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  694. Units: sectors of 1 * 512 = 512 bytes
  695. Sector size (logical/physical): 512 bytes / 4096 bytes
  696. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  697. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  698. Units: sectors of 1 * 512 = 512 bytes
  699. Sector size (logical/physical): 512 bytes / 4096 bytes
  700. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  701. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  702. Units: sectors of 1 * 512 = 512 bytes
  703. Sector size (logical/physical): 512 bytes / 4096 bytes
  704. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  705. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  706. Units: sectors of 1 * 512 = 512 bytes
  707. Sector size (logical/physical): 512 bytes / 4096 bytes
  708. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  709. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  710. Units: sectors of 1 * 512 = 512 bytes
  711. Sector size (logical/physical): 512 bytes / 4096 bytes
  712. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  713. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  714. Units: sectors of 1 * 512 = 512 bytes
  715. Sector size (logical/physical): 512 bytes / 4096 bytes
  716. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  717. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  718. Units: sectors of 1 * 512 = 512 bytes
  719. Sector size (logical/physical): 512 bytes / 4096 bytes
  720. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  721. Disklabel type: dos
  722. Disk identifier: 0xe809dc17
  723. Device Boot Start End Sectors Size Id Type
  724. /dev/sda1 * 2048 1945964543 1945962496 927.9G 83 Linux
  725. /dev/sda2 1945966590 1953523711 7557122 3.6G 5 Extended
  726. /dev/sda5 1945966592 1953523711 7557120 3.6G 82 Linux swap / Solaris
  727. =================== Suggested repair
  728. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
  729. Additional repair would be performed: unhide-bootmenu-10s
  730. =================== Final advice in case of suggested repair
  731. Les fichiers de démarrage de [L'OS actuellement utilisé - Linux Mint 18 Sarah] 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 [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  732. =================== User settings
  733. The settings chosen by the user will not act on the boot.
  734. pastebinit packages needed
  735. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  736. dpkg-preconfigure: impossible de réouvrir stdin : No such file or directory
  737. W: --force-yes is deprecated, use one of the options starting with --allow instead.