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.2 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: Unknown
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. sda6: __________________________________________________________________________
  26. File system: ext4
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System: Ubuntu 16.04.1 LTS
  30. Boot files: /boot/grub/grub.cfg /etc/fstab
  31. sda3: __________________________________________________________________________
  32. File system: ext4
  33. Boot sector type: -
  34. Boot sector info:
  35. Operating System: Ubuntu 16.04.2 LTS
  36. Boot files: /boot/grub/grub.cfg /etc/fstab
  37. /boot/grub/i386-pc/core.img
  38. ============================ Drive/Partition Info: =============================
  39. Drive: sda _____________________________________________________________________
  40. Disk /dev/sda: 149 GiB, 160000000000 bytes, 312500000 sectors
  41. Units: sectors of 1 * 512 = 512 bytes
  42. Sector size (logical/physical): 512 bytes / 512 bytes
  43. I/O size (minimum/optimal): 512 bytes / 512 bytes
  44. Disklabel type: dos
  45. Partition Boot Start Sector End Sector # of Sectors Id System
  46. /dev/sda1 * 2,048 20,482,047 20,480,000 83 Linux
  47. /dev/sda2 40,964,094 312,498,175 271,534,082 5 Extended
  48. /dev/sda5 299,956,224 312,498,175 12,541,952 82 Linux swap / Solaris
  49. /dev/sda6 40,964,096 299,956,223 258,992,128 83 Linux
  50. /dev/sda3 20,482,048 40,962,047 20,480,000 83 Linux
  51. "blkid" output: ________________________________________________________________
  52. Device UUID TYPE LABEL
  53. /dev/loop0 squashfs
  54. /dev/sda1 2d5e3c17-1f31-4c21-a12a-c7d28021196f ext4
  55. /dev/sda3 2d5e3c17-1f31-4c21-a12a-c7d28021196f ext4
  56. /dev/sda5 7e2aa1bb-52aa-4848-bfa0-ee08de0cccef swap
  57. /dev/sda6 b10105ce-8aca-4419-b42d-aa8a6c4467d1 ext4
  58. /dev/sr0 2016-07-19-21-27-51-00 iso9660 Ubuntu 16.04.1 LTS amd64
  59. ========================= "ls -l /dev/disk/by-id" output: ======================
  60. total 0
  61. lrwxrwxrwx 1 root root 9 Mar 30 18:52 ata-ST3160812AS_5LS8KVFX -> ../../sda
  62. lrwxrwxrwx 1 root root 10 Mar 30 18:52 ata-ST3160812AS_5LS8KVFX-part1 -> ../../sda1
  63. lrwxrwxrwx 1 root root 10 Mar 30 18:52 ata-ST3160812AS_5LS8KVFX-part2 -> ../../sda2
  64. lrwxrwxrwx 1 root root 10 Mar 30 18:52 ata-ST3160812AS_5LS8KVFX-part3 -> ../../sda3
  65. lrwxrwxrwx 1 root root 10 Mar 30 18:52 ata-ST3160812AS_5LS8KVFX-part5 -> ../../sda5
  66. lrwxrwxrwx 1 root root 10 Mar 30 18:52 ata-ST3160812AS_5LS8KVFX-part6 -> ../../sda6
  67. lrwxrwxrwx 1 root root 9 Mar 30 18:32 ata-hp_CDDVDW_TS-H653T_R7106GRB526028 -> ../../sr0
  68. lrwxrwxrwx 1 root root 9 Mar 30 18:32 usb-Multiple_Card_Reader_058F63666433-0:0 -> ../../sdb
  69. ================================ Mount points: =================================
  70. Device Mount_Point Type Options
  71. /dev/loop0 /rofs squashfs (ro,noatime)
  72. /dev/sr0 /cdrom iso9660 (ro,noatime)
  73. =========================== sda1/boot/grub/grub.cfg: ===========================
  74. --------------------------------------------------------------------------------
  75. #
  76. # DO NOT EDIT THIS FILE
  77. #
  78. # It is automatically generated by grub-mkconfig using templates
  79. # from /etc/grub.d and settings from /etc/default/grub
  80. #
  81. ### BEGIN /etc/grub.d/00_header ###
  82. if [ -s $prefix/grubenv ]; then
  83. set have_grubenv=true
  84. load_env
  85. fi
  86. if [ "${next_entry}" ] ; then
  87. set default="${next_entry}"
  88. set next_entry=
  89. save_env next_entry
  90. set boot_once=true
  91. else
  92. set default="0"
  93. fi
  94. if [ x"${feature_menuentry_id}" = xy ]; then
  95. menuentry_id_option="--id"
  96. else
  97. menuentry_id_option=""
  98. fi
  99. export menuentry_id_option
  100. if [ "${prev_saved_entry}" ]; then
  101. set saved_entry="${prev_saved_entry}"
  102. save_env saved_entry
  103. set prev_saved_entry=
  104. save_env prev_saved_entry
  105. set boot_once=true
  106. fi
  107. function savedefault {
  108. if [ -z "${boot_once}" ]; then
  109. saved_entry="${chosen}"
  110. save_env saved_entry
  111. fi
  112. }
  113. function recordfail {
  114. set recordfail=1
  115. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  116. }
  117. function load_video {
  118. if [ x$feature_all_video_module = xy ]; then
  119. insmod all_video
  120. else
  121. insmod efi_gop
  122. insmod efi_uga
  123. insmod ieee1275_fb
  124. insmod vbe
  125. insmod vga
  126. insmod video_bochs
  127. insmod video_cirrus
  128. fi
  129. }
  130. if [ x$feature_default_font_path = xy ] ; then
  131. font=unicode
  132. else
  133. insmod part_msdos
  134. insmod ext2
  135. set root='hd0,msdos1'
  136. if [ x$feature_platform_search_hint = xy ]; then
  137. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  138. else
  139. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  140. fi
  141. font="/usr/share/grub/unicode.pf2"
  142. fi
  143. if loadfont $font ; then
  144. set gfxmode=auto
  145. load_video
  146. insmod gfxterm
  147. set locale_dir=$prefix/locale
  148. set lang=fr_FR
  149. insmod gettext
  150. fi
  151. terminal_output gfxterm
  152. if [ "${recordfail}" = 1 ] ; then
  153. set timeout=30
  154. else
  155. if [ x$feature_timeout_style = xy ] ; then
  156. set timeout_style=hidden
  157. set timeout=0
  158. # Fallback hidden-timeout code in case the timeout_style feature is
  159. # unavailable.
  160. elif sleep --interruptible 0 ; then
  161. set timeout=0
  162. fi
  163. fi
  164. ### END /etc/grub.d/00_header ###
  165. ### BEGIN /etc/grub.d/05_debian_theme ###
  166. set menu_color_normal=white/black
  167. set menu_color_highlight=black/light-gray
  168. if background_color 44,0,30,0; then
  169. clear
  170. fi
  171. ### END /etc/grub.d/05_debian_theme ###
  172. ### BEGIN /etc/grub.d/10_linux ###
  173. function gfxmode {
  174. set gfxpayload="${1}"
  175. if [ "${1}" = "keep" ]; then
  176. set vt_handoff=vt.handoff=7
  177. else
  178. set vt_handoff=
  179. fi
  180. }
  181. if [ "${recordfail}" != 1 ]; then
  182. if [ -e ${prefix}/gfxblacklist.txt ]; then
  183. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  184. if [ ${match} = 0 ]; then
  185. set linux_gfx_mode=keep
  186. else
  187. set linux_gfx_mode=text
  188. fi
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. else
  193. set linux_gfx_mode=keep
  194. fi
  195. else
  196. set linux_gfx_mode=text
  197. fi
  198. export linux_gfx_mode
  199. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  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 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  210. else
  211. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  212. fi
  213. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  214. initrd /boot/initrd.img-4.8.0-36-generic
  215. }
  216. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  217. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  218. recordfail
  219. load_video
  220. gfxmode $linux_gfx_mode
  221. insmod gzio
  222. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  223. insmod part_msdos
  224. insmod ext2
  225. set root='hd0,msdos1'
  226. if [ x$feature_platform_search_hint = xy ]; then
  227. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  228. else
  229. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  230. fi
  231. echo 'Chargement de Linux 4.8.0-36-generic…'
  232. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  233. echo 'Chargement du disque mémoire initial…'
  234. initrd /boot/initrd.img-4.8.0-36-generic
  235. }
  236. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  237. recordfail
  238. load_video
  239. gfxmode $linux_gfx_mode
  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 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  247. else
  248. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  249. fi
  250. echo 'Chargement de Linux 4.8.0-36-generic…'
  251. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  252. echo 'Chargement du disque mémoire initial…'
  253. initrd /boot/initrd.img-4.8.0-36-generic
  254. }
  255. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  256. recordfail
  257. load_video
  258. insmod gzio
  259. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  260. insmod part_msdos
  261. insmod ext2
  262. set root='hd0,msdos1'
  263. if [ x$feature_platform_search_hint = xy ]; then
  264. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  265. else
  266. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  267. fi
  268. echo 'Chargement de Linux 4.8.0-36-generic…'
  269. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  270. echo 'Chargement du disque mémoire initial…'
  271. initrd /boot/initrd.img-4.8.0-36-generic
  272. }
  273. }
  274. ### END /etc/grub.d/10_linux ###
  275. ### BEGIN /etc/grub.d/20_linux_xen ###
  276. ### END /etc/grub.d/20_linux_xen ###
  277. ### BEGIN /etc/grub.d/20_memtest86+ ###
  278. menuentry 'Memory test (memtest86+)' {
  279. insmod part_msdos
  280. insmod ext2
  281. set root='hd0,msdos1'
  282. if [ x$feature_platform_search_hint = xy ]; then
  283. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  284. else
  285. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  286. fi
  287. knetbsd /boot/memtest86+.elf
  288. }
  289. menuentry 'Memory test (memtest86+, serial console 115200)' {
  290. insmod part_msdos
  291. insmod ext2
  292. set root='hd0,msdos1'
  293. if [ x$feature_platform_search_hint = xy ]; then
  294. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  295. else
  296. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  297. fi
  298. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  299. }
  300. ### END /etc/grub.d/20_memtest86+ ###
  301. ### BEGIN /etc/grub.d/30_os-prober ###
  302. menuentry 'Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  303. insmod part_msdos
  304. insmod ext2
  305. set root='hd0,msdos3'
  306. if [ x$feature_platform_search_hint = xy ]; then
  307. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  308. else
  309. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  310. fi
  311. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  312. initrd /boot/initrd.img-4.8.0-36-generic
  313. }
  314. submenu 'Options avancées pour Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda3)' $menuentry_id_option 'osprober-gnulinux-advanced-1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  315. menuentry 'Ubuntu (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  316. insmod part_msdos
  317. insmod ext2
  318. set root='hd0,msdos3'
  319. if [ x$feature_platform_search_hint = xy ]; then
  320. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  321. else
  322. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  323. fi
  324. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  325. initrd /boot/initrd.img-4.8.0-36-generic
  326. }
  327. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  328. insmod part_msdos
  329. insmod ext2
  330. set root='hd0,msdos3'
  331. if [ x$feature_platform_search_hint = xy ]; then
  332. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  333. else
  334. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  335. fi
  336. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  337. initrd /boot/initrd.img-4.8.0-36-generic
  338. }
  339. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  340. insmod part_msdos
  341. insmod ext2
  342. set root='hd0,msdos3'
  343. if [ x$feature_platform_search_hint = xy ]; then
  344. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  345. else
  346. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  347. fi
  348. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  349. initrd /boot/initrd.img-4.8.0-36-generic
  350. }
  351. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic-root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset-1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  352. insmod part_msdos
  353. insmod ext2
  354. set root='hd0,msdos3'
  355. if [ x$feature_platform_search_hint = xy ]; then
  356. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  357. else
  358. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  359. fi
  360. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  361. initrd /boot/initrd.img-4.8.0-36-generic
  362. }
  363. }
  364. menuentry 'Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  365. insmod part_msdos
  366. insmod ext2
  367. set root='hd0,msdos4'
  368. if [ x$feature_platform_search_hint = xy ]; then
  369. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  370. else
  371. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  372. fi
  373. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  374. initrd /boot/initrd.img-4.8.0-36-generic
  375. }
  376. submenu 'Options avancées pour Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda4)' $menuentry_id_option 'osprober-gnulinux-advanced-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  377. menuentry 'Ubuntu (sur /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  378. insmod part_msdos
  379. insmod ext2
  380. set root='hd0,msdos4'
  381. if [ x$feature_platform_search_hint = xy ]; then
  382. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  383. else
  384. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  385. fi
  386. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  387. initrd /boot/initrd.img-4.8.0-36-generic
  388. }
  389. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic (sur /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  390. insmod part_msdos
  391. insmod ext2
  392. set root='hd0,msdos4'
  393. if [ x$feature_platform_search_hint = xy ]; then
  394. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  395. else
  396. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  397. fi
  398. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  399. initrd /boot/initrd.img-4.8.0-36-generic
  400. }
  401. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart) (sur /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  402. insmod part_msdos
  403. insmod ext2
  404. set root='hd0,msdos4'
  405. if [ x$feature_platform_search_hint = xy ]; then
  406. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  407. else
  408. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  409. fi
  410. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  411. initrd /boot/initrd.img-4.8.0-36-generic
  412. }
  413. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode) (sur /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic-root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  414. insmod part_msdos
  415. insmod ext2
  416. set root='hd0,msdos4'
  417. if [ x$feature_platform_search_hint = xy ]; then
  418. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  419. else
  420. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  421. fi
  422. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  423. initrd /boot/initrd.img-4.8.0-36-generic
  424. }
  425. }
  426. set timeout_style=menu
  427. if [ "${timeout}" = 0 ]; then
  428. set timeout=10
  429. fi
  430. ### END /etc/grub.d/30_os-prober ###
  431. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  432. ### END /etc/grub.d/30_uefi-firmware ###
  433. ### BEGIN /etc/grub.d/40_custom ###
  434. # This file provides an easy way to add custom menu entries. Simply type the
  435. # menu entries you want to add after this comment. Be careful not to change
  436. # the 'exec tail' line above.
  437. ### END /etc/grub.d/40_custom ###
  438. ### BEGIN /etc/grub.d/41_custom ###
  439. if [ -f ${config_directory}/custom.cfg ]; then
  440. source ${config_directory}/custom.cfg
  441. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  442. source $prefix/custom.cfg;
  443. fi
  444. ### END /etc/grub.d/41_custom ###
  445. --------------------------------------------------------------------------------
  446. =============================== sda1/etc/fstab: ================================
  447. --------------------------------------------------------------------------------
  448. # /etc/fstab: static file system information.
  449. #
  450. # Use 'blkid' to print the universally unique identifier for a
  451. # device; this may be used with UUID= as a more robust way to name devices
  452. # that works even if disks are added and removed. See fstab(5).
  453. #
  454. # <file system> <mount point> <type> <options> <dump> <pass>
  455. # / was on /dev/sda1 during installation
  456. UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f / ext4 errors=remount-ro 0 1
  457. # swap was on /dev/sda5 during installation
  458. UUID=7e2aa1bb-52aa-4848-bfa0-ee08de0cccef none swap sw 0 0
  459. --------------------------------------------------------------------------------
  460. =================== sda1: Location of files loaded by Grub: ====================
  461. GiB - GB File Fragment(s)
  462. 3.840972900 = 4.124213248 boot/grub/grub.cfg 1
  463. 3.826385498 = 4.108550144 boot/grub/i386-pc/core.img 1
  464. 1.445270538 = 1.551847424 boot/vmlinuz-4.8.0-36-generic 1
  465. 1.445270538 = 1.551847424 vmlinuz 1
  466. 2.257053375 = 2.423492608 boot/initrd.img-4.8.0-36-generic 2
  467. 2.257053375 = 2.423492608 initrd.img 2
  468. =========================== sda6/boot/grub/grub.cfg: ===========================
  469. --------------------------------------------------------------------------------
  470. #
  471. # DO NOT EDIT THIS FILE
  472. #
  473. # It is automatically generated by grub-mkconfig using templates
  474. # from /etc/grub.d and settings from /etc/default/grub
  475. #
  476. ### BEGIN /etc/grub.d/00_header ###
  477. if [ -s $prefix/grubenv ]; then
  478. set have_grubenv=true
  479. load_env
  480. fi
  481. if [ "${next_entry}" ] ; then
  482. set default="${next_entry}"
  483. set next_entry=
  484. save_env next_entry
  485. set boot_once=true
  486. else
  487. set default="0"
  488. fi
  489. if [ x"${feature_menuentry_id}" = xy ]; then
  490. menuentry_id_option="--id"
  491. else
  492. menuentry_id_option=""
  493. fi
  494. export menuentry_id_option
  495. if [ "${prev_saved_entry}" ]; then
  496. set saved_entry="${prev_saved_entry}"
  497. save_env saved_entry
  498. set prev_saved_entry=
  499. save_env prev_saved_entry
  500. set boot_once=true
  501. fi
  502. function savedefault {
  503. if [ -z "${boot_once}" ]; then
  504. saved_entry="${chosen}"
  505. save_env saved_entry
  506. fi
  507. }
  508. function recordfail {
  509. set recordfail=1
  510. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  511. }
  512. function load_video {
  513. if [ x$feature_all_video_module = xy ]; then
  514. insmod all_video
  515. else
  516. insmod efi_gop
  517. insmod efi_uga
  518. insmod ieee1275_fb
  519. insmod vbe
  520. insmod vga
  521. insmod video_bochs
  522. insmod video_cirrus
  523. fi
  524. }
  525. if [ x$feature_default_font_path = xy ] ; then
  526. font=unicode
  527. else
  528. insmod part_msdos
  529. insmod ext2
  530. set root='hd0,msdos6'
  531. if [ x$feature_platform_search_hint = xy ]; then
  532. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b10105ce-8aca-4419-b42d-aa8a6c4467d1
  533. else
  534. search --no-floppy --fs-uuid --set=root b10105ce-8aca-4419-b42d-aa8a6c4467d1
  535. fi
  536. font="/usr/share/grub/unicode.pf2"
  537. fi
  538. if loadfont $font ; then
  539. set gfxmode=auto
  540. load_video
  541. insmod gfxterm
  542. set locale_dir=$prefix/locale
  543. set lang=fr_FR
  544. insmod gettext
  545. fi
  546. terminal_output gfxterm
  547. if [ "${recordfail}" = 1 ] ; then
  548. set timeout=30
  549. else
  550. if [ x$feature_timeout_style = xy ] ; then
  551. set timeout_style=hidden
  552. set timeout=0
  553. # Fallback hidden-timeout code in case the timeout_style feature is
  554. # unavailable.
  555. elif sleep --interruptible 0 ; then
  556. set timeout=0
  557. fi
  558. fi
  559. ### END /etc/grub.d/00_header ###
  560. ### BEGIN /etc/grub.d/05_debian_theme ###
  561. set menu_color_normal=white/black
  562. set menu_color_highlight=black/light-gray
  563. if background_color 44,0,30,0; then
  564. clear
  565. fi
  566. ### END /etc/grub.d/05_debian_theme ###
  567. ### BEGIN /etc/grub.d/10_linux ###
  568. function gfxmode {
  569. set gfxpayload="${1}"
  570. if [ "${1}" = "keep" ]; then
  571. set vt_handoff=vt.handoff=7
  572. else
  573. set vt_handoff=
  574. fi
  575. }
  576. if [ "${recordfail}" != 1 ]; then
  577. if [ -e ${prefix}/gfxblacklist.txt ]; then
  578. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  579. if [ ${match} = 0 ]; then
  580. set linux_gfx_mode=keep
  581. else
  582. set linux_gfx_mode=text
  583. fi
  584. else
  585. set linux_gfx_mode=text
  586. fi
  587. else
  588. set linux_gfx_mode=keep
  589. fi
  590. else
  591. set linux_gfx_mode=text
  592. fi
  593. export linux_gfx_mode
  594. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b10105ce-8aca-4419-b42d-aa8a6c4467d1' {
  595. recordfail
  596. load_video
  597. gfxmode $linux_gfx_mode
  598. insmod gzio
  599. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  600. insmod part_msdos
  601. insmod ext2
  602. set root='hd0,msdos6'
  603. if [ x$feature_platform_search_hint = xy ]; then
  604. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b10105ce-8aca-4419-b42d-aa8a6c4467d1
  605. else
  606. search --no-floppy --fs-uuid --set=root b10105ce-8aca-4419-b42d-aa8a6c4467d1
  607. fi
  608. linux /boot/vmlinuz-4.4.0-71-generic.efi.signed root=UUID=b10105ce-8aca-4419-b42d-aa8a6c4467d1 ro quiet splash $vt_handoff
  609. initrd /boot/initrd.img-4.4.0-71-generic
  610. }
  611. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-b10105ce-8aca-4419-b42d-aa8a6c4467d1' {
  612. menuentry 'Ubuntu, avec Linux 4.4.0-71-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-71-generic-advanced-b10105ce-8aca-4419-b42d-aa8a6c4467d1' {
  613. recordfail
  614. load_video
  615. gfxmode $linux_gfx_mode
  616. insmod gzio
  617. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  618. insmod part_msdos
  619. insmod ext2
  620. set root='hd0,msdos6'
  621. if [ x$feature_platform_search_hint = xy ]; then
  622. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b10105ce-8aca-4419-b42d-aa8a6c4467d1
  623. else
  624. search --no-floppy --fs-uuid --set=root b10105ce-8aca-4419-b42d-aa8a6c4467d1
  625. fi
  626. echo 'Chargement de Linux 4.4.0-71-generic…'
  627. linux /boot/vmlinuz-4.4.0-71-generic.efi.signed root=UUID=b10105ce-8aca-4419-b42d-aa8a6c4467d1 ro quiet splash $vt_handoff
  628. echo 'Chargement du disque mémoire initial…'
  629. initrd /boot/initrd.img-4.4.0-71-generic
  630. }
  631. menuentry 'Ubuntu, with Linux 4.4.0-71-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-71-generic-init-upstart-b10105ce-8aca-4419-b42d-aa8a6c4467d1' {
  632. recordfail
  633. load_video
  634. gfxmode $linux_gfx_mode
  635. insmod gzio
  636. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  637. insmod part_msdos
  638. insmod ext2
  639. set root='hd0,msdos6'
  640. if [ x$feature_platform_search_hint = xy ]; then
  641. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b10105ce-8aca-4419-b42d-aa8a6c4467d1
  642. else
  643. search --no-floppy --fs-uuid --set=root b10105ce-8aca-4419-b42d-aa8a6c4467d1
  644. fi
  645. echo 'Chargement de Linux 4.4.0-71-generic…'
  646. linux /boot/vmlinuz-4.4.0-71-generic.efi.signed root=UUID=b10105ce-8aca-4419-b42d-aa8a6c4467d1 ro quiet splash $vt_handoff init=/sbin/upstart
  647. echo 'Chargement du disque mémoire initial…'
  648. initrd /boot/initrd.img-4.4.0-71-generic
  649. }
  650. menuentry 'Ubuntu, with Linux 4.4.0-71-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-71-generic-recovery-b10105ce-8aca-4419-b42d-aa8a6c4467d1' {
  651. recordfail
  652. load_video
  653. insmod gzio
  654. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  655. insmod part_msdos
  656. insmod ext2
  657. set root='hd0,msdos6'
  658. if [ x$feature_platform_search_hint = xy ]; then
  659. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b10105ce-8aca-4419-b42d-aa8a6c4467d1
  660. else
  661. search --no-floppy --fs-uuid --set=root b10105ce-8aca-4419-b42d-aa8a6c4467d1
  662. fi
  663. echo 'Chargement de Linux 4.4.0-71-generic…'
  664. linux /boot/vmlinuz-4.4.0-71-generic.efi.signed root=UUID=b10105ce-8aca-4419-b42d-aa8a6c4467d1 ro recovery nomodeset
  665. echo 'Chargement du disque mémoire initial…'
  666. initrd /boot/initrd.img-4.4.0-71-generic
  667. }
  668. menuentry 'Ubuntu, avec Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-b10105ce-8aca-4419-b42d-aa8a6c4467d1' {
  669. recordfail
  670. load_video
  671. gfxmode $linux_gfx_mode
  672. insmod gzio
  673. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  674. insmod part_msdos
  675. insmod ext2
  676. set root='hd0,msdos6'
  677. if [ x$feature_platform_search_hint = xy ]; then
  678. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b10105ce-8aca-4419-b42d-aa8a6c4467d1
  679. else
  680. search --no-floppy --fs-uuid --set=root b10105ce-8aca-4419-b42d-aa8a6c4467d1
  681. fi
  682. echo 'Chargement de Linux 4.4.0-31-generic…'
  683. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=b10105ce-8aca-4419-b42d-aa8a6c4467d1 ro quiet splash $vt_handoff
  684. echo 'Chargement du disque mémoire initial…'
  685. initrd /boot/initrd.img-4.4.0-31-generic
  686. }
  687. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-b10105ce-8aca-4419-b42d-aa8a6c4467d1' {
  688. recordfail
  689. load_video
  690. gfxmode $linux_gfx_mode
  691. insmod gzio
  692. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  693. insmod part_msdos
  694. insmod ext2
  695. set root='hd0,msdos6'
  696. if [ x$feature_platform_search_hint = xy ]; then
  697. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b10105ce-8aca-4419-b42d-aa8a6c4467d1
  698. else
  699. search --no-floppy --fs-uuid --set=root b10105ce-8aca-4419-b42d-aa8a6c4467d1
  700. fi
  701. echo 'Chargement de Linux 4.4.0-31-generic…'
  702. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=b10105ce-8aca-4419-b42d-aa8a6c4467d1 ro quiet splash $vt_handoff init=/sbin/upstart
  703. echo 'Chargement du disque mémoire initial…'
  704. initrd /boot/initrd.img-4.4.0-31-generic
  705. }
  706. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-b10105ce-8aca-4419-b42d-aa8a6c4467d1' {
  707. recordfail
  708. load_video
  709. insmod gzio
  710. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  711. insmod part_msdos
  712. insmod ext2
  713. set root='hd0,msdos6'
  714. if [ x$feature_platform_search_hint = xy ]; then
  715. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b10105ce-8aca-4419-b42d-aa8a6c4467d1
  716. else
  717. search --no-floppy --fs-uuid --set=root b10105ce-8aca-4419-b42d-aa8a6c4467d1
  718. fi
  719. echo 'Chargement de Linux 4.4.0-31-generic…'
  720. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=b10105ce-8aca-4419-b42d-aa8a6c4467d1 ro recovery nomodeset
  721. echo 'Chargement du disque mémoire initial…'
  722. initrd /boot/initrd.img-4.4.0-31-generic
  723. }
  724. }
  725. ### END /etc/grub.d/10_linux ###
  726. ### BEGIN /etc/grub.d/20_linux_xen ###
  727. ### END /etc/grub.d/20_linux_xen ###
  728. ### BEGIN /etc/grub.d/20_memtest86+ ###
  729. ### END /etc/grub.d/20_memtest86+ ###
  730. ### BEGIN /etc/grub.d/30_os-prober ###
  731. menuentry 'Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  732. insmod part_msdos
  733. insmod ext2
  734. set root='hd0,msdos1'
  735. if [ x$feature_platform_search_hint = xy ]; then
  736. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  737. else
  738. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  739. fi
  740. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  741. initrd /boot/initrd.img-4.8.0-36-generic
  742. }
  743. submenu 'Options avancées pour Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda1)' $menuentry_id_option 'osprober-gnulinux-advanced-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  744. menuentry 'Ubuntu (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  745. insmod part_msdos
  746. insmod ext2
  747. set root='hd0,msdos1'
  748. if [ x$feature_platform_search_hint = xy ]; then
  749. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  750. else
  751. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  752. fi
  753. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  754. initrd /boot/initrd.img-4.8.0-36-generic
  755. }
  756. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  757. insmod part_msdos
  758. insmod ext2
  759. set root='hd0,msdos1'
  760. if [ x$feature_platform_search_hint = xy ]; then
  761. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  762. else
  763. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  764. fi
  765. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  766. initrd /boot/initrd.img-4.8.0-36-generic
  767. }
  768. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  769. insmod part_msdos
  770. insmod ext2
  771. set root='hd0,msdos1'
  772. if [ x$feature_platform_search_hint = xy ]; then
  773. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  774. else
  775. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  776. fi
  777. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  778. initrd /boot/initrd.img-4.8.0-36-generic
  779. }
  780. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic-root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  781. insmod part_msdos
  782. insmod ext2
  783. set root='hd0,msdos1'
  784. if [ x$feature_platform_search_hint = xy ]; then
  785. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  786. else
  787. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  788. fi
  789. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  790. initrd /boot/initrd.img-4.8.0-36-generic
  791. }
  792. menuentry 'Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda3) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  793. insmod part_msdos
  794. insmod ext2
  795. set root='hd0,msdos1'
  796. if [ x$feature_platform_search_hint = xy ]; then
  797. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  798. else
  799. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  800. fi
  801. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  802. initrd /boot/initrd.img-4.8.0-36-generic
  803. }
  804. menuentry 'Ubuntu (sur /dev/sda3) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  805. insmod part_msdos
  806. insmod ext2
  807. set root='hd0,msdos1'
  808. if [ x$feature_platform_search_hint = xy ]; then
  809. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  810. else
  811. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  812. fi
  813. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  814. initrd /boot/initrd.img-4.8.0-36-generic
  815. }
  816. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic (sur /dev/sda3) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  817. insmod part_msdos
  818. insmod ext2
  819. set root='hd0,msdos1'
  820. if [ x$feature_platform_search_hint = xy ]; then
  821. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  822. else
  823. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  824. fi
  825. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  826. initrd /boot/initrd.img-4.8.0-36-generic
  827. }
  828. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart) (sur /dev/sda3) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  829. insmod part_msdos
  830. insmod ext2
  831. set root='hd0,msdos1'
  832. if [ x$feature_platform_search_hint = xy ]; then
  833. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  834. else
  835. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  836. fi
  837. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  838. initrd /boot/initrd.img-4.8.0-36-generic
  839. }
  840. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode) (sur /dev/sda3) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic-root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  841. insmod part_msdos
  842. insmod ext2
  843. set root='hd0,msdos1'
  844. if [ x$feature_platform_search_hint = xy ]; then
  845. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  846. else
  847. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  848. fi
  849. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  850. initrd /boot/initrd.img-4.8.0-36-generic
  851. }
  852. menuentry 'Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda4) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  853. insmod part_msdos
  854. insmod ext2
  855. set root='hd0,msdos1'
  856. if [ x$feature_platform_search_hint = xy ]; then
  857. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  858. else
  859. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  860. fi
  861. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  862. initrd /boot/initrd.img-4.8.0-36-generic
  863. }
  864. menuentry 'Ubuntu (sur /dev/sda4) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  865. insmod part_msdos
  866. insmod ext2
  867. set root='hd0,msdos1'
  868. if [ x$feature_platform_search_hint = xy ]; then
  869. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  870. else
  871. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  872. fi
  873. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  874. initrd /boot/initrd.img-4.8.0-36-generic
  875. }
  876. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic (sur /dev/sda4) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  877. insmod part_msdos
  878. insmod ext2
  879. set root='hd0,msdos1'
  880. if [ x$feature_platform_search_hint = xy ]; then
  881. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  882. else
  883. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  884. fi
  885. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  886. initrd /boot/initrd.img-4.8.0-36-generic
  887. }
  888. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart) (sur /dev/sda4) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  889. insmod part_msdos
  890. insmod ext2
  891. set root='hd0,msdos1'
  892. if [ x$feature_platform_search_hint = xy ]; then
  893. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  894. else
  895. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  896. fi
  897. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  898. initrd /boot/initrd.img-4.8.0-36-generic
  899. }
  900. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode) (sur /dev/sda4) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic-root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  901. insmod part_msdos
  902. insmod ext2
  903. set root='hd0,msdos1'
  904. if [ x$feature_platform_search_hint = xy ]; then
  905. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  906. else
  907. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  908. fi
  909. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  910. initrd /boot/initrd.img-4.8.0-36-generic
  911. }
  912. }
  913. menuentry 'Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  914. insmod part_msdos
  915. insmod ext2
  916. set root='hd0,msdos3'
  917. if [ x$feature_platform_search_hint = xy ]; then
  918. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  919. else
  920. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  921. fi
  922. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  923. initrd /boot/initrd.img-4.8.0-36-generic
  924. }
  925. submenu 'Options avancées pour Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda3)' $menuentry_id_option 'osprober-gnulinux-advanced-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  926. menuentry 'Ubuntu (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  927. insmod part_msdos
  928. insmod ext2
  929. set root='hd0,msdos3'
  930. if [ x$feature_platform_search_hint = xy ]; then
  931. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  932. else
  933. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  934. fi
  935. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  936. initrd /boot/initrd.img-4.8.0-36-generic
  937. }
  938. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  939. insmod part_msdos
  940. insmod ext2
  941. set root='hd0,msdos3'
  942. if [ x$feature_platform_search_hint = xy ]; then
  943. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  944. else
  945. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  946. fi
  947. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  948. initrd /boot/initrd.img-4.8.0-36-generic
  949. }
  950. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  951. insmod part_msdos
  952. insmod ext2
  953. set root='hd0,msdos3'
  954. if [ x$feature_platform_search_hint = xy ]; then
  955. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  956. else
  957. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  958. fi
  959. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  960. initrd /boot/initrd.img-4.8.0-36-generic
  961. }
  962. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic-root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  963. insmod part_msdos
  964. insmod ext2
  965. set root='hd0,msdos3'
  966. if [ x$feature_platform_search_hint = xy ]; then
  967. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  968. else
  969. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  970. fi
  971. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  972. initrd /boot/initrd.img-4.8.0-36-generic
  973. }
  974. menuentry 'Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda3) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  975. insmod part_msdos
  976. insmod ext2
  977. set root='hd0,msdos3'
  978. if [ x$feature_platform_search_hint = xy ]; then
  979. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  980. else
  981. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  982. fi
  983. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  984. initrd /boot/initrd.img-4.8.0-36-generic
  985. }
  986. menuentry 'Ubuntu (sur /dev/sda3) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  987. insmod part_msdos
  988. insmod ext2
  989. set root='hd0,msdos3'
  990. if [ x$feature_platform_search_hint = xy ]; then
  991. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  992. else
  993. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  994. fi
  995. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  996. initrd /boot/initrd.img-4.8.0-36-generic
  997. }
  998. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic (sur /dev/sda3) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  999. insmod part_msdos
  1000. insmod ext2
  1001. set root='hd0,msdos3'
  1002. if [ x$feature_platform_search_hint = xy ]; then
  1003. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1004. else
  1005. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1006. fi
  1007. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1008. initrd /boot/initrd.img-4.8.0-36-generic
  1009. }
  1010. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart) (sur /dev/sda3) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1011. insmod part_msdos
  1012. insmod ext2
  1013. set root='hd0,msdos3'
  1014. if [ x$feature_platform_search_hint = xy ]; then
  1015. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1016. else
  1017. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1018. fi
  1019. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  1020. initrd /boot/initrd.img-4.8.0-36-generic
  1021. }
  1022. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode) (sur /dev/sda3) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic-root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1023. insmod part_msdos
  1024. insmod ext2
  1025. set root='hd0,msdos3'
  1026. if [ x$feature_platform_search_hint = xy ]; then
  1027. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1028. else
  1029. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1030. fi
  1031. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  1032. initrd /boot/initrd.img-4.8.0-36-generic
  1033. }
  1034. menuentry 'Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda4) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1035. insmod part_msdos
  1036. insmod ext2
  1037. set root='hd0,msdos3'
  1038. if [ x$feature_platform_search_hint = xy ]; then
  1039. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1040. else
  1041. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1042. fi
  1043. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1044. initrd /boot/initrd.img-4.8.0-36-generic
  1045. }
  1046. menuentry 'Ubuntu (sur /dev/sda4) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1047. insmod part_msdos
  1048. insmod ext2
  1049. set root='hd0,msdos3'
  1050. if [ x$feature_platform_search_hint = xy ]; then
  1051. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1052. else
  1053. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1054. fi
  1055. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1056. initrd /boot/initrd.img-4.8.0-36-generic
  1057. }
  1058. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic (sur /dev/sda4) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1059. insmod part_msdos
  1060. insmod ext2
  1061. set root='hd0,msdos3'
  1062. if [ x$feature_platform_search_hint = xy ]; then
  1063. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1064. else
  1065. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1066. fi
  1067. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1068. initrd /boot/initrd.img-4.8.0-36-generic
  1069. }
  1070. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart) (sur /dev/sda4) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1071. insmod part_msdos
  1072. insmod ext2
  1073. set root='hd0,msdos3'
  1074. if [ x$feature_platform_search_hint = xy ]; then
  1075. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1076. else
  1077. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1078. fi
  1079. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  1080. initrd /boot/initrd.img-4.8.0-36-generic
  1081. }
  1082. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode) (sur /dev/sda4) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic-root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1083. insmod part_msdos
  1084. insmod ext2
  1085. set root='hd0,msdos3'
  1086. if [ x$feature_platform_search_hint = xy ]; then
  1087. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1088. else
  1089. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1090. fi
  1091. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  1092. initrd /boot/initrd.img-4.8.0-36-generic
  1093. }
  1094. }
  1095. set timeout_style=menu
  1096. if [ "${timeout}" = 0 ]; then
  1097. set timeout=10
  1098. fi
  1099. ### END /etc/grub.d/30_os-prober ###
  1100. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  1101. ### END /etc/grub.d/30_uefi-firmware ###
  1102. ### BEGIN /etc/grub.d/40_custom ###
  1103. # This file provides an easy way to add custom menu entries. Simply type the
  1104. # menu entries you want to add after this comment. Be careful not to change
  1105. # the 'exec tail' line above.
  1106. ### END /etc/grub.d/40_custom ###
  1107. ### BEGIN /etc/grub.d/41_custom ###
  1108. if [ -f ${config_directory}/custom.cfg ]; then
  1109. source ${config_directory}/custom.cfg
  1110. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  1111. source $prefix/custom.cfg;
  1112. fi
  1113. ### END /etc/grub.d/41_custom ###
  1114. --------------------------------------------------------------------------------
  1115. =============================== sda6/etc/fstab: ================================
  1116. --------------------------------------------------------------------------------
  1117. # /etc/fstab: static file system information.
  1118. #
  1119. # Use 'blkid' to print the universally unique identifier for a
  1120. # device; this may be used with UUID= as a more robust way to name devices
  1121. # that works even if disks are added and removed. See fstab(5).
  1122. #
  1123. # <file system> <mount point> <type> <options> <dump> <pass>
  1124. # / was on /dev/sda6 during installation
  1125. UUID=b10105ce-8aca-4419-b42d-aa8a6c4467d1 / ext4 errors=remount-ro 0 1
  1126. # swap was on /dev/sda5 during installation
  1127. UUID=7e2aa1bb-52aa-4848-bfa0-ee08de0cccef none swap sw 0 0
  1128. --------------------------------------------------------------------------------
  1129. =================== sda6: Location of files loaded by Grub: ====================
  1130. GiB - GB File Fragment(s)
  1131. 59.873344421 = 64.288514048 boot/grub/grub.cfg 1
  1132. 21.016326904 = 22.566109184 boot/vmlinuz-4.4.0-31-generic 1
  1133. 99.672466278 = 107.022495744 boot/vmlinuz-4.4.0-31-generic.efi.signed 1
  1134. 21.574028015 = 23.164936192 boot/vmlinuz-4.4.0-71-generic 1
  1135. 21.946048737 = 23.564390400 boot/vmlinuz-4.4.0-71-generic.efi.signed 1
  1136. 21.016326904 = 22.566109184 vmlinuz 1
  1137. 22.064449310 = 23.691522048 boot/initrd.img-4.4.0-31-generic 3
  1138. 59.872604370 = 64.287719424 boot/initrd.img-4.4.0-71-generic 3
  1139. 22.064449310 = 23.691522048 initrd.img 3
  1140. 22.064449310 = 23.691522048 initrd.img.old 3
  1141. =========================== sda3/boot/grub/grub.cfg: ===========================
  1142. --------------------------------------------------------------------------------
  1143. #
  1144. # DO NOT EDIT THIS FILE
  1145. #
  1146. # It is automatically generated by grub-mkconfig using templates
  1147. # from /etc/grub.d and settings from /etc/default/grub
  1148. #
  1149. ### BEGIN /etc/grub.d/00_header ###
  1150. if [ -s $prefix/grubenv ]; then
  1151. set have_grubenv=true
  1152. load_env
  1153. fi
  1154. if [ "${next_entry}" ] ; then
  1155. set default="${next_entry}"
  1156. set next_entry=
  1157. save_env next_entry
  1158. set boot_once=true
  1159. else
  1160. set default="0"
  1161. fi
  1162. if [ x"${feature_menuentry_id}" = xy ]; then
  1163. menuentry_id_option="--id"
  1164. else
  1165. menuentry_id_option=""
  1166. fi
  1167. export menuentry_id_option
  1168. if [ "${prev_saved_entry}" ]; then
  1169. set saved_entry="${prev_saved_entry}"
  1170. save_env saved_entry
  1171. set prev_saved_entry=
  1172. save_env prev_saved_entry
  1173. set boot_once=true
  1174. fi
  1175. function savedefault {
  1176. if [ -z "${boot_once}" ]; then
  1177. saved_entry="${chosen}"
  1178. save_env saved_entry
  1179. fi
  1180. }
  1181. function recordfail {
  1182. set recordfail=1
  1183. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  1184. }
  1185. function load_video {
  1186. if [ x$feature_all_video_module = xy ]; then
  1187. insmod all_video
  1188. else
  1189. insmod efi_gop
  1190. insmod efi_uga
  1191. insmod ieee1275_fb
  1192. insmod vbe
  1193. insmod vga
  1194. insmod video_bochs
  1195. insmod video_cirrus
  1196. fi
  1197. }
  1198. if [ x$feature_default_font_path = xy ] ; then
  1199. font=unicode
  1200. else
  1201. insmod part_msdos
  1202. insmod ext2
  1203. set root='hd0,msdos1'
  1204. if [ x$feature_platform_search_hint = xy ]; then
  1205. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1206. else
  1207. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1208. fi
  1209. font="/usr/share/grub/unicode.pf2"
  1210. fi
  1211. if loadfont $font ; then
  1212. set gfxmode=auto
  1213. load_video
  1214. insmod gfxterm
  1215. set locale_dir=$prefix/locale
  1216. set lang=fr_FR
  1217. insmod gettext
  1218. fi
  1219. terminal_output gfxterm
  1220. if [ "${recordfail}" = 1 ] ; then
  1221. set timeout=30
  1222. else
  1223. if [ x$feature_timeout_style = xy ] ; then
  1224. set timeout_style=hidden
  1225. set timeout=0
  1226. # Fallback hidden-timeout code in case the timeout_style feature is
  1227. # unavailable.
  1228. elif sleep --interruptible 0 ; then
  1229. set timeout=0
  1230. fi
  1231. fi
  1232. ### END /etc/grub.d/00_header ###
  1233. ### BEGIN /etc/grub.d/05_debian_theme ###
  1234. set menu_color_normal=white/black
  1235. set menu_color_highlight=black/light-gray
  1236. if background_color 44,0,30,0; then
  1237. clear
  1238. fi
  1239. ### END /etc/grub.d/05_debian_theme ###
  1240. ### BEGIN /etc/grub.d/10_linux ###
  1241. function gfxmode {
  1242. set gfxpayload="${1}"
  1243. if [ "${1}" = "keep" ]; then
  1244. set vt_handoff=vt.handoff=7
  1245. else
  1246. set vt_handoff=
  1247. fi
  1248. }
  1249. if [ "${recordfail}" != 1 ]; then
  1250. if [ -e ${prefix}/gfxblacklist.txt ]; then
  1251. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  1252. if [ ${match} = 0 ]; then
  1253. set linux_gfx_mode=keep
  1254. else
  1255. set linux_gfx_mode=text
  1256. fi
  1257. else
  1258. set linux_gfx_mode=text
  1259. fi
  1260. else
  1261. set linux_gfx_mode=keep
  1262. fi
  1263. else
  1264. set linux_gfx_mode=text
  1265. fi
  1266. export linux_gfx_mode
  1267. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1268. recordfail
  1269. load_video
  1270. gfxmode $linux_gfx_mode
  1271. insmod gzio
  1272. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1273. insmod part_msdos
  1274. insmod ext2
  1275. set root='hd0,msdos1'
  1276. if [ x$feature_platform_search_hint = xy ]; then
  1277. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1278. else
  1279. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1280. fi
  1281. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1282. initrd /boot/initrd.img-4.8.0-36-generic
  1283. }
  1284. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1285. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1286. recordfail
  1287. load_video
  1288. gfxmode $linux_gfx_mode
  1289. insmod gzio
  1290. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1291. insmod part_msdos
  1292. insmod ext2
  1293. set root='hd0,msdos1'
  1294. if [ x$feature_platform_search_hint = xy ]; then
  1295. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1296. else
  1297. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1298. fi
  1299. echo 'Chargement de Linux 4.8.0-36-generic…'
  1300. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1301. echo 'Chargement du disque mémoire initial…'
  1302. initrd /boot/initrd.img-4.8.0-36-generic
  1303. }
  1304. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1305. recordfail
  1306. load_video
  1307. gfxmode $linux_gfx_mode
  1308. insmod gzio
  1309. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1310. insmod part_msdos
  1311. insmod ext2
  1312. set root='hd0,msdos1'
  1313. if [ x$feature_platform_search_hint = xy ]; then
  1314. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1315. else
  1316. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1317. fi
  1318. echo 'Chargement de Linux 4.8.0-36-generic…'
  1319. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  1320. echo 'Chargement du disque mémoire initial…'
  1321. initrd /boot/initrd.img-4.8.0-36-generic
  1322. }
  1323. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1324. recordfail
  1325. load_video
  1326. insmod gzio
  1327. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1328. insmod part_msdos
  1329. insmod ext2
  1330. set root='hd0,msdos1'
  1331. if [ x$feature_platform_search_hint = xy ]; then
  1332. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1333. else
  1334. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1335. fi
  1336. echo 'Chargement de Linux 4.8.0-36-generic…'
  1337. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  1338. echo 'Chargement du disque mémoire initial…'
  1339. initrd /boot/initrd.img-4.8.0-36-generic
  1340. }
  1341. }
  1342. ### END /etc/grub.d/10_linux ###
  1343. ### BEGIN /etc/grub.d/20_linux_xen ###
  1344. ### END /etc/grub.d/20_linux_xen ###
  1345. ### BEGIN /etc/grub.d/20_memtest86+ ###
  1346. menuentry 'Memory test (memtest86+)' {
  1347. insmod part_msdos
  1348. insmod ext2
  1349. set root='hd0,msdos1'
  1350. if [ x$feature_platform_search_hint = xy ]; then
  1351. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1352. else
  1353. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1354. fi
  1355. knetbsd /boot/memtest86+.elf
  1356. }
  1357. menuentry 'Memory test (memtest86+, serial console 115200)' {
  1358. insmod part_msdos
  1359. insmod ext2
  1360. set root='hd0,msdos1'
  1361. if [ x$feature_platform_search_hint = xy ]; then
  1362. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1363. else
  1364. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1365. fi
  1366. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  1367. }
  1368. ### END /etc/grub.d/20_memtest86+ ###
  1369. ### BEGIN /etc/grub.d/30_os-prober ###
  1370. menuentry 'Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  1371. insmod part_msdos
  1372. insmod ext2
  1373. set root='hd0,msdos3'
  1374. if [ x$feature_platform_search_hint = xy ]; then
  1375. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  1376. else
  1377. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  1378. fi
  1379. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1380. initrd /boot/initrd.img-4.8.0-36-generic
  1381. }
  1382. submenu 'Options avancées pour Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda3)' $menuentry_id_option 'osprober-gnulinux-advanced-1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  1383. menuentry 'Ubuntu (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  1384. insmod part_msdos
  1385. insmod ext2
  1386. set root='hd0,msdos3'
  1387. if [ x$feature_platform_search_hint = xy ]; then
  1388. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  1389. else
  1390. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  1391. fi
  1392. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1393. initrd /boot/initrd.img-4.8.0-36-generic
  1394. }
  1395. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  1396. insmod part_msdos
  1397. insmod ext2
  1398. set root='hd0,msdos3'
  1399. if [ x$feature_platform_search_hint = xy ]; then
  1400. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  1401. else
  1402. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  1403. fi
  1404. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1405. initrd /boot/initrd.img-4.8.0-36-generic
  1406. }
  1407. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  1408. insmod part_msdos
  1409. insmod ext2
  1410. set root='hd0,msdos3'
  1411. if [ x$feature_platform_search_hint = xy ]; then
  1412. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  1413. else
  1414. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  1415. fi
  1416. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  1417. initrd /boot/initrd.img-4.8.0-36-generic
  1418. }
  1419. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode) (sur /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic-root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset-1ea0e817-ac87-4cb9-a6cd-75a2e22376f4' {
  1420. insmod part_msdos
  1421. insmod ext2
  1422. set root='hd0,msdos3'
  1423. if [ x$feature_platform_search_hint = xy ]; then
  1424. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  1425. else
  1426. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  1427. fi
  1428. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  1429. initrd /boot/initrd.img-4.8.0-36-generic
  1430. }
  1431. }
  1432. menuentry 'Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1433. insmod part_msdos
  1434. insmod ext2
  1435. set root='hd0,msdos4'
  1436. if [ x$feature_platform_search_hint = xy ]; then
  1437. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1438. else
  1439. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1440. fi
  1441. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1442. initrd /boot/initrd.img-4.8.0-36-generic
  1443. }
  1444. submenu 'Options avancées pour Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda4)' $menuentry_id_option 'osprober-gnulinux-advanced-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1445. menuentry 'Ubuntu (sur /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1446. insmod part_msdos
  1447. insmod ext2
  1448. set root='hd0,msdos4'
  1449. if [ x$feature_platform_search_hint = xy ]; then
  1450. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1451. else
  1452. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1453. fi
  1454. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1455. initrd /boot/initrd.img-4.8.0-36-generic
  1456. }
  1457. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic (sur /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1458. insmod part_msdos
  1459. insmod ext2
  1460. set root='hd0,msdos4'
  1461. if [ x$feature_platform_search_hint = xy ]; then
  1462. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1463. else
  1464. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1465. fi
  1466. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  1467. initrd /boot/initrd.img-4.8.0-36-generic
  1468. }
  1469. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart) (sur /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1470. insmod part_msdos
  1471. insmod ext2
  1472. set root='hd0,msdos4'
  1473. if [ x$feature_platform_search_hint = xy ]; then
  1474. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1475. else
  1476. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1477. fi
  1478. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  1479. initrd /boot/initrd.img-4.8.0-36-generic
  1480. }
  1481. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode) (sur /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic-root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  1482. insmod part_msdos
  1483. insmod ext2
  1484. set root='hd0,msdos4'
  1485. if [ x$feature_platform_search_hint = xy ]; then
  1486. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1487. else
  1488. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  1489. fi
  1490. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  1491. initrd /boot/initrd.img-4.8.0-36-generic
  1492. }
  1493. }
  1494. set timeout_style=menu
  1495. if [ "${timeout}" = 0 ]; then
  1496. set timeout=10
  1497. fi
  1498. ### END /etc/grub.d/30_os-prober ###
  1499. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  1500. ### END /etc/grub.d/30_uefi-firmware ###
  1501. ### BEGIN /etc/grub.d/40_custom ###
  1502. # This file provides an easy way to add custom menu entries. Simply type the
  1503. # menu entries you want to add after this comment. Be careful not to change
  1504. # the 'exec tail' line above.
  1505. ### END /etc/grub.d/40_custom ###
  1506. ### BEGIN /etc/grub.d/41_custom ###
  1507. if [ -f ${config_directory}/custom.cfg ]; then
  1508. source ${config_directory}/custom.cfg
  1509. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  1510. source $prefix/custom.cfg;
  1511. fi
  1512. ### END /etc/grub.d/41_custom ###
  1513. --------------------------------------------------------------------------------
  1514. =============================== sda3/etc/fstab: ================================
  1515. --------------------------------------------------------------------------------
  1516. # /etc/fstab: static file system information.
  1517. #
  1518. # Use 'blkid' to print the universally unique identifier for a
  1519. # device; this may be used with UUID= as a more robust way to name devices
  1520. # that works even if disks are added and removed. See fstab(5).
  1521. #
  1522. # <file system> <mount point> <type> <options> <dump> <pass>
  1523. # / was on /dev/sda1 during installation
  1524. UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f / ext4 errors=remount-ro 0 1
  1525. # swap was on /dev/sda5 during installation
  1526. UUID=7e2aa1bb-52aa-4848-bfa0-ee08de0cccef none swap sw 0 0
  1527. --------------------------------------------------------------------------------
  1528. =================== sda3: Location of files loaded by Grub: ====================
  1529. GiB - GB File Fragment(s)
  1530. 13.606597900 = 14.609973248 boot/grub/grub.cfg 1
  1531. 13.592010498 = 14.594310144 boot/grub/i386-pc/core.img 1
  1532. 11.210895538 = 12.037607424 boot/vmlinuz-4.8.0-36-generic 1
  1533. 11.210895538 = 12.037607424 vmlinuz 1
  1534. 12.022678375 = 12.909252608 boot/initrd.img-4.8.0-36-generic 2
  1535. 12.022678375 = 12.909252608 initrd.img 2
  1536. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  1537. Unknown BootLoader on sda2
  1538. 00000000 74 79 3a 31 3b 22 0a 20 20 20 20 20 20 20 20 20 |ty:1;". |
  1539. 00000010 69 64 3d 22 73 74 6f 70 33 39 36 38 22 20 2f 3e |id="stop3968" />|
  1540. 00000020 0a 20 20 20 20 20 20 3c 73 74 6f 70 0a 20 20 20 |. <stop. |
  1541. 00000030 20 20 20 20 20 20 6f 66 66 73 65 74 3d 22 30 2e | offset="0.|
  1542. 00000040 34 39 32 31 38 38 22 0a 20 20 20 20 20 20 20 20 |492188". |
  1543. 00000050 20 73 74 79 6c 65 3d 22 73 74 6f 70 2d 63 6f 6c | style="stop-col|
  1544. 00000060 6f 72 3a 72 67 62 28 39 39 2e 35 33 33 30 37 34 |or:rgb(99.533074|
  1545. 00000070 25 2c 37 36 2e 36 38 37 32 36 36 25 2c 30 25 29 |%,76.687266%,0%)|
  1546. 00000080 3b 73 74 6f 70 2d 6f 70 61 63 69 74 79 3a 31 3b |;stop-opacity:1;|
  1547. 00000090 22 0a 20 20 20 20 20 20 20 20 20 69 64 3d 22 73 |". id="s|
  1548. 000000a0 74 6f 70 33 39 37 30 22 20 2f 3e 0a 20 20 20 20 |top3970" />. |
  1549. 000000b0 20 20 3c 73 74 6f 70 0a 20 20 20 20 20 20 20 20 | <stop. |
  1550. 000000c0 20 6f 66 66 73 65 74 3d 22 30 2e 34 39 36 30 39 | offset="0.49609|
  1551. 000000d0 34 22 0a 20 20 20 20 20 20 20 20 20 73 74 79 6c |4". styl|
  1552. 000000e0 65 3d 22 73 74 6f 70 2d 63 6f 6c 6f 72 3a 72 67 |e="stop-color:rg|
  1553. 000000f0 62 28 39 39 2e 37 36 36 35 33 37 25 2c 37 37 2e |b(99.766537%,77.|
  1554. 00000100 31 36 36 34 25 2c 30 25 29 3b 73 74 6f 70 2d 6f |1664%,0%);stop-o|
  1555. 00000110 70 61 63 69 74 79 3a 31 3b 22 0a 20 20 20 20 20 |pacity:1;". |
  1556. 00000120 20 20 20 20 69 64 3d 22 73 74 6f 70 33 39 37 32 | id="stop3972|
  1557. 00000130 22 20 2f 3e 0a 20 20 20 20 20 20 3c 73 74 6f 70 |" />. <stop|
  1558. 00000140 0a 20 20 20 20 20 20 20 20 20 6f 66 66 73 65 74 |. offset|
  1559. 00000150 3d 22 30 2e 35 22 0a 20 20 20 20 20 20 20 20 20 |="0.5". |
  1560. 00000160 73 74 79 6c 65 3d 22 73 74 6f 70 2d 63 6f 6c 6f |style="stop-colo|
  1561. 00000170 72 3a 72 67 62 28 31 30 30 25 2c 37 37 2e 36 34 |r:rgb(100%,77.64|
  1562. 00000180 37 30 35 39 25 2c 30 25 29 3b 73 74 6f 70 2d 6f |7059%,0%);stop-o|
  1563. 00000190 70 61 63 69 74 79 3a 31 3b 22 0a 20 20 20 20 20 |pacity:1;". |
  1564. 000001a0 20 20 20 20 69 64 3d 22 73 74 6f 70 33 39 37 34 | id="stop3974|
  1565. 000001b0 22 20 2f 3e 0a 20 20 20 20 20 20 3c 73 74 00 fe |" />. <st..|
  1566. 000001c0 ff ff 82 fe ff ff 02 e8 6f 0f 00 60 bf 00 00 fe |........o..`....|
  1567. 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 e8 6f 0f 00 00 |............o...|
  1568. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1569. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  1570. 00000200
  1571. ========= Devices which don't seem to have a corresponding hard drive: =========
  1572. sdb
  1573. =============================== StdErr Messages: ===============================
  1574. File descriptor 9 (/proc/24498/mounts) leaked on lvs invocation. Parent PID 32121: bash
  1575. File descriptor 63 (pipe:[272193]) leaked on lvs invocation. Parent PID 32121: bash
  1576. ADDITIONAL INFORMATION :
  1577. =================== log of boot-info 2017-03-30__18h52 ===================
  1578. boot-info version : 4ppa40
  1579. boot-sav version : 4ppa40
  1580. glade2script version : 3.2.3~ppa1
  1581. boot-sav-extra version : 4ppa40
  1582. boot-info is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  1583. CPU op-mode(s): 32-bit, 64-bit
  1584. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  1585. ls: cannot access '/home/usr/.config': No such file or directory
  1586. =================== os-prober:
  1587. /dev/sda1:Ubuntu 16.04.2 LTS (16.04):Ubuntu:linux
  1588. /dev/sda3:Ubuntu 16.04.2 LTS (16.04):Ubuntu1:linux
  1589. /dev/sda6:Ubuntu 16.04.1 LTS (16.04):Ubuntu2:linux
  1590. =================== blkid:
  1591. /dev/sda3: UUID="2d5e3c17-1f31-4c21-a12a-c7d28021196f" TYPE="ext4" PARTUUID="363056c5-03"
  1592. /dev/sr0: UUID="2016-07-19-21-27-51-00" LABEL="Ubuntu 16.04.1 LTS amd64" TYPE="iso9660" PTUUID="40a863e7" PTTYPE="dos"
  1593. /dev/sda1: UUID="2d5e3c17-1f31-4c21-a12a-c7d28021196f" TYPE="ext4" PARTUUID="363056c5-01"
  1594. /dev/sda5: UUID="7e2aa1bb-52aa-4848-bfa0-ee08de0cccef" TYPE="swap" PTTYPE="dos" PARTUUID="363056c5-05"
  1595. /dev/sda6: UUID="b10105ce-8aca-4419-b42d-aa8a6c4467d1" TYPE="ext4" PARTUUID="363056c5-06"
  1596. /dev/loop0: TYPE="squashfs"
  1597. 1 disks with OS, 3 OS : 3 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  1598. =================== sda3/etc/grub.d/ :
  1599. drwxr-xr-x 2 root root 4096 Mar 30 11:32 grub.d
  1600. total 76
  1601. -rwxr-xr-x 1 root root 9791 Jan 13 17:26 00_header
  1602. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  1603. -rwxr-xr-x 1 root root 12261 Jan 13 17:26 10_linux
  1604. -rwxr-xr-x 1 root root 11082 Jan 13 17:26 20_linux_xen
  1605. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  1606. -rwxr-xr-x 1 root root 11692 Jan 13 17:26 30_os-prober
  1607. -rwxr-xr-x 1 root root 1418 Jan 13 17:26 30_uefi-firmware
  1608. -rwxr-xr-x 1 root root 214 Jan 13 17:26 40_custom
  1609. -rwxr-xr-x 1 root root 216 Jan 13 17:26 41_custom
  1610. -rw-r--r-- 1 root root 483 Jan 13 17:26 README
  1611. =================== sda3/etc/default/grub :
  1612. # If you change this file, run 'update-grub' afterwards to update
  1613. # /boot/grub/grub.cfg.
  1614. # For full documentation of the options in this file, see:
  1615. # info -f grub -n 'Simple configuration'
  1616. GRUB_DEFAULT=0
  1617. GRUB_HIDDEN_TIMEOUT=0
  1618. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1619. GRUB_TIMEOUT=10
  1620. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1621. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=nouveau"
  1622. GRUB_CMDLINE_LINUX=""
  1623. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1624. # This works with Linux (no patch required) and with any kernel that obtains
  1625. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1626. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1627. # Uncomment to disable graphical terminal (grub-pc only)
  1628. #GRUB_TERMINAL=console
  1629. # The resolution used on graphical terminal
  1630. # note that you can use only modes which your graphic card supports via VBE
  1631. # you can see them in real GRUB with the command `vbeinfo'
  1632. #GRUB_GFXMODE=640x480
  1633. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1634. #GRUB_DISABLE_LINUX_UUID=true
  1635. # Uncomment to disable generation of recovery mode menu entries
  1636. #GRUB_DISABLE_RECOVERY="true"
  1637. # Uncomment to get a beep at grub start
  1638. #GRUB_INIT_TUNE="480 440 1"
  1639. =================== sda1/etc/grub.d/ :
  1640. drwxr-xr-x 2 root root 4096 Mar 30 11:32 grub.d
  1641. total 76
  1642. -rwxr-xr-x 1 root root 9791 Jan 13 17:26 00_header
  1643. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  1644. -rwxr-xr-x 1 root root 12261 Jan 13 17:26 10_linux
  1645. -rwxr-xr-x 1 root root 11082 Jan 13 17:26 20_linux_xen
  1646. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  1647. -rwxr-xr-x 1 root root 11692 Jan 13 17:26 30_os-prober
  1648. -rwxr-xr-x 1 root root 1418 Jan 13 17:26 30_uefi-firmware
  1649. -rwxr-xr-x 1 root root 214 Jan 13 17:26 40_custom
  1650. -rwxr-xr-x 1 root root 216 Jan 13 17:26 41_custom
  1651. -rw-r--r-- 1 root root 483 Jan 13 17:26 README
  1652. =================== sda1/etc/default/grub :
  1653. # If you change this file, run 'update-grub' afterwards to update
  1654. # /boot/grub/grub.cfg.
  1655. # For full documentation of the options in this file, see:
  1656. # info -f grub -n 'Simple configuration'
  1657. GRUB_DEFAULT=0
  1658. GRUB_HIDDEN_TIMEOUT=0
  1659. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1660. GRUB_TIMEOUT=10
  1661. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1662. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=nouveau"
  1663. GRUB_CMDLINE_LINUX=""
  1664. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1665. # This works with Linux (no patch required) and with any kernel that obtains
  1666. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1667. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1668. # Uncomment to disable graphical terminal (grub-pc only)
  1669. #GRUB_TERMINAL=console
  1670. # The resolution used on graphical terminal
  1671. # note that you can use only modes which your graphic card supports via VBE
  1672. # you can see them in real GRUB with the command `vbeinfo'
  1673. #GRUB_GFXMODE=640x480
  1674. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1675. #GRUB_DISABLE_LINUX_UUID=true
  1676. # Uncomment to disable generation of recovery mode menu entries
  1677. #GRUB_DISABLE_RECOVERY="true"
  1678. # Uncomment to get a beep at grub start
  1679. #GRUB_INIT_TUNE="480 440 1"
  1680. =================== sda6/etc/grub.d/ :
  1681. drwxr-xr-x 2 root root 4096 Mar 30 18:29 grub.d
  1682. total 80
  1683. -rwxr-xr-x 1 root root 9791 Jun 17 2016 00_header
  1684. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  1685. -rwxr-xr-x 1 root root 12512 Mar 1 22:01 10_linux
  1686. -rwxr-xr-x 1 root root 11082 Jun 17 2016 20_linux_xen
  1687. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  1688. -rwxr-xr-x 1 root root 11692 Jun 17 2016 30_os-prober
  1689. -rwxr-xr-x 1 root root 1418 Jun 17 2016 30_uefi-firmware
  1690. -rwxr-xr-x 1 root root 214 Jun 17 2016 40_custom
  1691. -rwxr-xr-x 1 root root 216 Jun 17 2016 41_custom
  1692. -rw-r--r-- 1 root root 483 Jun 17 2016 README
  1693. =================== sda6/etc/default/grub :
  1694. # If you change this file, run 'update-grub' afterwards to update
  1695. # /boot/grub/grub.cfg.
  1696. # For full documentation of the options in this file, see:
  1697. # info -f grub -n 'Simple configuration'
  1698. GRUB_DEFAULT=0
  1699. GRUB_HIDDEN_TIMEOUT=0
  1700. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1701. GRUB_TIMEOUT=10
  1702. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1703. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  1704. GRUB_CMDLINE_LINUX=""
  1705. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1706. # This works with Linux (no patch required) and with any kernel that obtains
  1707. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1708. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1709. # Uncomment to disable graphical terminal (grub-pc only)
  1710. #GRUB_TERMINAL=console
  1711. # The resolution used on graphical terminal
  1712. # note that you can use only modes which your graphic card supports via VBE
  1713. # you can see them in real GRUB with the command `vbeinfo'
  1714. #GRUB_GFXMODE=640x480
  1715. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1716. #GRUB_DISABLE_LINUX_UUID=true
  1717. # Uncomment to disable generation of recovery mode menu entries
  1718. #GRUB_DISABLE_RECOVERY="true"
  1719. # Uncomment to get a beep at grub start
  1720. #GRUB_INIT_TUNE="480 440 1"
  1721. ls /sys/firmware/efi/vars : UsbSupport-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USB_POINT-8be4df61-93ca-11d2-aa0d-00e098032b8c,UsbMassDevNum-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USBGPIOPINSTATUS-8be4df61-93ca-11d2-aa0d-00e098032b8c,Unsupport_CPU_F1-8be4df61-93ca-11d2-aa0d-00e098032b8c,ucal-707c9176-a4c1-4e27-851d-1c37b7ca73c8,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,SystemIds-71202eee-5f53-40d9-ab3d-9e0c26d96657,StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,RBLastBoot-24b0699b-65a9-4e12-9a81-21d719c2d390,RBCheckSumTbl-58ae1a7f-513b-45cc-8b36-f5b158192e86,ProcFreqM-8be4df61-93ca-11d2-aa0d-00e098032b8c,PowerOnTime-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,PNP0510_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,OldLegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,new_var,NBMemoryInfo-490216c0-076a-44d3-a536-ace05c90e386,MrcS3Resume-6737934b-a27e-4c05-ad5b-6ab86273680b,MonotonicCounter-8be4df61-93ca-11d2-aa0d-00e098032b8c,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemCeil.-8be4df61-93ca-11d2-aa0d-00e098032b8c,LegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,LastMemorySize-fae1c30d-0113-4946-9504-1c63af98b923,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,HpSetupDefFlag-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HpPassphraseStructureVariable-707c9176-a4c1-4e27-851d-1c37b7ca73c8,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,HddDevice-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD14-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD13-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD12-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD11-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD10-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD09-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD08-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD07-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD06-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD05-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD04-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD03-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD02-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD01-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD00-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,FLOPPYDEVICE-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,FLOPPY00-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,FBYTEVariableVt-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableSmartCover-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableSbso-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableNoLogo-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableIntSPK-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableHDMI-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableFPA-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariable-f189629f-a25e-44ba-91e1-18ac7c7de02c,DmiVarbf-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbe-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbd-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbc-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbb-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarba-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb9-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb8-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb7-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb6-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb5-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb4-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb3-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb2-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1f-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1e-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1d-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1c-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1b-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1a-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb19-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb18-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb17-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb16-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb15-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb14-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb13-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb12-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb11-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb10-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb0-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar38-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar26-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar18-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar17-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar15-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar119-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiArray-4b3082a3-80c6-4d7e-9cd0-583917265df1,del_var,CpuS3Resume-30b98b95-dfa3-4501-a3ce-e38c186384a0,CpuIdCkSum-a09a3211-0d22-4733-4455-06778899aabb,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConErrDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,CHASSISIDVariable-82839afb-2806-4548-9059-a031a4b63213,CDROMDEVICE-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM06-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM05-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM04-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM03-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM02-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM01-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM00-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,BuildIdDdc-f115d093-962a-4d58-8ccb-764517382460,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002e-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002d-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,AMITSESetup-c811fa38-42c8-4579-a9bb-60e94eddfb34,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,
  1722. Please report this message to [email protected]
  1723. =================== efibootmgr -v
  1724. ** Warning ** : Boot002d is not EFI 1.10 compliant (lowercase hex in name)
  1725. ** Warning ** : Boot002e is not EFI 1.10 compliant (lowercase hex in name)
  1726. ** Warning ** : please recreate these using efibootmgr to remove this warning.
  1727. BootCurrent: 002E
  1728. Timeout: 0 seconds
  1729. BootOrder: 0000,002E,002D,0002,0003
  1730. Boot0000* ubuntu HD(1,GPT,74bc68b3-87d8-44ba-850e-c1cae79d997e,0x800,0x100000)/File(EFIubuntushimx64.efi)
  1731. Boot0002* Disque dur BBS(HD,,0x0)AMGOAMNOW.......-.S.T.3.1.6.0.8.1.2.A.S....................A.........................AMBO
  1732. Boot0003* Network Card BBS(Network,,0x0)AMGOAMNOd.......*.R.e.a.l.t.e.k. .P.X.E. .B.0.7. .D.0.0.........................rN.D+..,.........AMBO
  1733. Boot002d* CD/DVD Drive BBS(CDROM,,0x0)AMGOAMNOq.......-.h.p. . . . . . . .C.D.D.V.D.W. .T.S.-.H.6.5.3.T....................A.........................AMBO
  1734. Boot002e* UEFI: hp CDDVDW TS-H653T PciRoot(0x0)/Pci(0x1f,0x2)/Sata(4,65535,0)/CDROM(1,0xb2a9c,0x1280)AMBO
  1735. =================== UEFI/Legacy mode:
  1736. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  1737. SecureBoot maybe enabled. (maybe sec-boot, Please report this message to [email protected])
  1738. =================== PARTITIONS & DISKS:
  1739. sda3 : sda, not-sepboot, grubenv-ok grub2, signed 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, not-far, /mnt/boot-sav/sda3.
  1740. sda1 : sda, not-sepboot, grubenv-ok grub2, signed 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, not-far, /mnt/boot-sav/sda1.
  1741. sda6 : sda, not-sepboot, no-grubenv grub2, signed grub-efi , 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, /mnt/boot-sav/sda6.
  1742. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  1743. =================== parted -l:
  1744. Model: ATA ST3160812AS (scsi)
  1745. Disk /dev/sda: 160GB
  1746. Sector size (logical/physical): 512B/512B
  1747. Partition Table: msdos
  1748. Disk Flags:
  1749. Number Start End Size Type File system Flags
  1750. 1 1049kB 10.5GB 10.5GB primary ext4 boot
  1751. 3 10.5GB 21.0GB 10.5GB primary ext4
  1752. 2 21.0GB 160GB 139GB extended
  1753. 6 21.0GB 154GB 133GB logical ext4
  1754. 5 154GB 160GB 6421MB logical linux-swap(v1)
  1755. Model: hp CDDVDW TS-H653T (scsi)
  1756. Disk /dev/sr0: 4700MB
  1757. Sector size (logical/physical): 2048B/2048B
  1758. Partition Table: mac
  1759. Disk Flags:
  1760. Number Start End Size File system Name Flags
  1761. 1 2048B 6143B 4096B Apple
  1762. 2 1499MB 1501MB 2425kB EFI
  1763. =================== parted -lm:
  1764. BYT;
  1765. /dev/sda:160GB:scsi:512:512:msdos:ATA ST3160812AS:;
  1766. 1:1049kB:10.5GB:10.5GB:ext4::boot;
  1767. 3:10.5GB:21.0GB:10.5GB:ext4::;
  1768. 2:21.0GB:160GB:139GB:::;
  1769. 6:21.0GB:154GB:133GB:ext4::;
  1770. 5:154GB:160GB:6421MB:linux-swap(v1)::;
  1771. BYT;
  1772. /dev/sr0:4700MB:scsi:2048:2048:mac:hp CDDVDW TS-H653T:;
  1773. 1:2048B:6143B:4096B::Apple:;
  1774. 2:1499MB:1501MB:2425kB::EFI:;
  1775. =================== lsblk:
  1776. KNAME TYPE FSTYPE SIZE LABEL
  1777. sda disk 149G
  1778. sda1 part ext4 9.8G
  1779. sda2 part 1K
  1780. sda3 part ext4 9.8G
  1781. sda5 part swap 6G
  1782. sda6 part ext4 123.5G
  1783. sr0 rom iso9660 4.4G Ubuntu 16.04.1 LTS amd64
  1784. loop0 loop squashfs 1.4G
  1785. KNAME ROTA RO RM STATE MOUNTPOINT
  1786. sda 1 0 0 running
  1787. sda1 1 0 0 /mnt/boot-sav/sda1
  1788. sda2 1 0 0
  1789. sda3 1 0 0 /mnt/boot-sav/sda3
  1790. sda5 1 0 0 [SWAP]
  1791. sda6 1 0 0 /mnt/boot-sav/sda6
  1792. sr0 1 0 1 running /cdrom
  1793. loop0 1 1 0 /rofs
  1794. =================== mount:
  1795. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  1796. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  1797. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3031212k,nr_inodes=757803,mode=755)
  1798. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  1799. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=609172k,mode=755)
  1800. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  1801. /dev/loop0 on /rofs type squashfs (ro,noatime)
  1802. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  1803. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  1804. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  1805. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  1806. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  1807. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  1808. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  1809. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  1810. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  1811. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  1812. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  1813. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  1814. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  1815. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  1816. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  1817. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  1818. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  1819. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  1820. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  1821. mqueue on /dev/mqueue type mqueue (rw,relatime)
  1822. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  1823. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  1824. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  1825. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  1826. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  1827. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=609172k,mode=700,uid=999,gid=999)
  1828. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  1829. /dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw,relatime,data=ordered)
  1830. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  1831. /dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw,relatime,data=ordered)
  1832. =================== ls:
  1833. /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 sda3 sda5 sda6 size slaves stat subsystem trace uevent
  1834. /sys/block/sdb (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
  1835. /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
  1836. /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 hidraw1 hidraw2 hidraw3 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kfd kmsg lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sda6 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  1837. ls /dev/mapper: control
  1838. =================== df -Th:
  1839. Filesystem Type Size Used Avail Use% Mounted on
  1840. udev devtmpfs 2.9G 0 2.9G 0% /dev
  1841. tmpfs tmpfs 595M 8.8M 587M 2% /run
  1842. /dev/sr0 iso9660 1.5G 1.5G 0 100% /cdrom
  1843. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  1844. /cow overlay 3.0G 129M 2.8G 5% /
  1845. tmpfs tmpfs 3.0G 200K 3.0G 1% /dev/shm
  1846. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  1847. tmpfs tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup
  1848. tmpfs tmpfs 3.0G 44K 3.0G 1% /tmp
  1849. tmpfs tmpfs 595M 60K 595M 1% /run/user/999
  1850. /dev/sda3 ext4 9.5G 5.0G 4.1G 55% /mnt/boot-sav/sda3
  1851. /dev/sda1 ext4 9.5G 5.0G 4.1G 55% /mnt/boot-sav/sda1
  1852. /dev/sda6 ext4 122G 4.7G 111G 5% /mnt/boot-sav/sda6
  1853. =================== fdisk -l:
  1854. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  1855. Units: sectors of 1 * 512 = 512 bytes
  1856. Sector size (logical/physical): 512 bytes / 4096 bytes
  1857. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1858. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  1859. Units: sectors of 1 * 512 = 512 bytes
  1860. Sector size (logical/physical): 512 bytes / 4096 bytes
  1861. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1862. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  1863. Units: sectors of 1 * 512 = 512 bytes
  1864. Sector size (logical/physical): 512 bytes / 4096 bytes
  1865. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1866. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  1867. Units: sectors of 1 * 512 = 512 bytes
  1868. Sector size (logical/physical): 512 bytes / 4096 bytes
  1869. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1870. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  1871. Units: sectors of 1 * 512 = 512 bytes
  1872. Sector size (logical/physical): 512 bytes / 4096 bytes
  1873. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1874. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  1875. Units: sectors of 1 * 512 = 512 bytes
  1876. Sector size (logical/physical): 512 bytes / 4096 bytes
  1877. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1878. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  1879. Units: sectors of 1 * 512 = 512 bytes
  1880. Sector size (logical/physical): 512 bytes / 4096 bytes
  1881. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1882. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  1883. Units: sectors of 1 * 512 = 512 bytes
  1884. Sector size (logical/physical): 512 bytes / 4096 bytes
  1885. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1886. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  1887. Units: sectors of 1 * 512 = 512 bytes
  1888. Sector size (logical/physical): 512 bytes / 4096 bytes
  1889. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1890. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  1891. Units: sectors of 1 * 512 = 512 bytes
  1892. Sector size (logical/physical): 512 bytes / 4096 bytes
  1893. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1894. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  1895. Units: sectors of 1 * 512 = 512 bytes
  1896. Sector size (logical/physical): 512 bytes / 4096 bytes
  1897. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1898. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  1899. Units: sectors of 1 * 512 = 512 bytes
  1900. Sector size (logical/physical): 512 bytes / 4096 bytes
  1901. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1902. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  1903. Units: sectors of 1 * 512 = 512 bytes
  1904. Sector size (logical/physical): 512 bytes / 4096 bytes
  1905. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1906. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  1907. Units: sectors of 1 * 512 = 512 bytes
  1908. Sector size (logical/physical): 512 bytes / 4096 bytes
  1909. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1910. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  1911. Units: sectors of 1 * 512 = 512 bytes
  1912. Sector size (logical/physical): 512 bytes / 4096 bytes
  1913. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1914. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  1915. Units: sectors of 1 * 512 = 512 bytes
  1916. Sector size (logical/physical): 512 bytes / 4096 bytes
  1917. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1918. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  1919. Units: sectors of 1 * 512 = 512 bytes
  1920. Sector size (logical/physical): 512 bytes / 512 bytes
  1921. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1922. Disk /dev/sda: 149 GiB, 160000000000 bytes, 312500000 sectors
  1923. Units: sectors of 1 * 512 = 512 bytes
  1924. Sector size (logical/physical): 512 bytes / 512 bytes
  1925. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1926. Disklabel type: dos
  1927. Disk identifier: 0x363056c5
  1928. Device Boot Start End Sectors Size Id Type
  1929. /dev/sda1 * 2048 20482047 20480000 9.8G 83 Linux
  1930. /dev/sda2 40964094 312498175 271534082 129.5G 5 Extended
  1931. /dev/sda3 20482048 40962047 20480000 9.8G 83 Linux
  1932. /dev/sda5 299956224 312498175 12541952 6G 82 Linux swap / Solaris
  1933. /dev/sda6 40964096 299956223 258992128 123.5G 83 Linux
  1934. Partition table entries are not in disk order.
  1935. =================== Suggested repair
  1936. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda3 into the MBR of sda.
  1937. Additional repair would be performed: unhide-bootmenu-10s
  1938. =================== Advice in case of suggested repair
  1939. The boot of your PC is in EFI mode, but no EFI partition was detected. You may want to retry after creating a EFI partition (FAT32, 100MB~250MB, start of the disk, boot flag).
  1940. Do you want to continue?
  1941. =================== User settings
  1942. The settings chosen by the user will not act on the boot.
  1943. paste.ubuntu.com ko (), using paste.debian
  1944. paste.debian.net ko (), using paste2