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: -
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. sda3: __________________________________________________________________________
  26. File system: ext4
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System: Ubuntu 16.04.2 LTS
  30. Boot files: /boot/grub/grub.cfg /etc/fstab
  31. /boot/grub/i386-pc/core.img
  32. sda4: __________________________________________________________________________
  33. File system: ext4
  34. Boot sector type: -
  35. Boot sector info:
  36. Operating System: Ubuntu 16.04.2 LTS
  37. Boot files: /boot/grub/grub.cfg /etc/fstab
  38. /boot/grub/i386-pc/core.img
  39. ============================ Drive/Partition Info: =============================
  40. Drive: sda _____________________________________________________________________
  41. Disk /dev/sda: 149 GiB, 160000000000 bytes, 312500000 sectors
  42. Units: sectors of 1 * 512 = 512 bytes
  43. Sector size (logical/physical): 512 bytes / 512 bytes
  44. I/O size (minimum/optimal): 512 bytes / 512 bytes
  45. Disklabel type: dos
  46. Partition Boot Start Sector End Sector # of Sectors Id System
  47. /dev/sda1 * 2,048 14,338,047 14,336,000 83 Linux
  48. /dev/sda2 299,956,222 312,498,175 12,541,954 5 Extended
  49. /dev/sda5 299,956,224 312,498,175 12,541,952 82 Linux swap / Solaris
  50. /dev/sda3 14,338,048 28,674,047 14,336,000 83 Linux
  51. /dev/sda4 28,674,048 43,010,047 14,336,000 83 Linux
  52. "blkid" output: ________________________________________________________________
  53. Device UUID TYPE LABEL
  54. /dev/sda1 2d5e3c17-1f31-4c21-a12a-c7d28021196f ext4
  55. /dev/sda3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4 ext4
  56. /dev/sda4 2d5e3c17-1f31-4c21-a12a-c7d28021196f ext4
  57. /dev/sda5 7e2aa1bb-52aa-4848-bfa0-ee08de0cccef swap
  58. ========================= "ls -l /dev/disk/by-id" output: ======================
  59. total 0
  60. lrwxrwxrwx 1 root root 9 Mar 30 12:10 ata-ST3160812AS_5LS8KVFX -> ../../sda
  61. lrwxrwxrwx 1 root root 10 Mar 30 12:10 ata-ST3160812AS_5LS8KVFX-part1 -> ../../sda1
  62. lrwxrwxrwx 1 root root 10 Mar 30 12:10 ata-ST3160812AS_5LS8KVFX-part2 -> ../../sda2
  63. lrwxrwxrwx 1 root root 10 Mar 30 12:10 ata-ST3160812AS_5LS8KVFX-part3 -> ../../sda3
  64. lrwxrwxrwx 1 root root 10 Mar 30 12:10 ata-ST3160812AS_5LS8KVFX-part4 -> ../../sda4
  65. lrwxrwxrwx 1 root root 10 Mar 30 12:10 ata-ST3160812AS_5LS8KVFX-part5 -> ../../sda5
  66. lrwxrwxrwx 1 root root 9 Mar 30 12:07 ata-hp_CDDVDW_TS-H653T_R7106GRB526028 -> ../../sr0
  67. lrwxrwxrwx 1 root root 9 Mar 30 12:07 usb-Multiple_Card_Reader_058F63666433-0:0 -> ../../sdb
  68. ================================ Mount points: =================================
  69. Device Mount_Point Type Options
  70. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  71. =========================== sda1/boot/grub/grub.cfg: ===========================
  72. --------------------------------------------------------------------------------
  73. #
  74. # DO NOT EDIT THIS FILE
  75. #
  76. # It is automatically generated by grub-mkconfig using templates
  77. # from /etc/grub.d and settings from /etc/default/grub
  78. #
  79. ### BEGIN /etc/grub.d/00_header ###
  80. if [ -s $prefix/grubenv ]; then
  81. set have_grubenv=true
  82. load_env
  83. fi
  84. if [ "${next_entry}" ] ; then
  85. set default="${next_entry}"
  86. set next_entry=
  87. save_env next_entry
  88. set boot_once=true
  89. else
  90. set default="0"
  91. fi
  92. if [ x"${feature_menuentry_id}" = xy ]; then
  93. menuentry_id_option="--id"
  94. else
  95. menuentry_id_option=""
  96. fi
  97. export menuentry_id_option
  98. if [ "${prev_saved_entry}" ]; then
  99. set saved_entry="${prev_saved_entry}"
  100. save_env saved_entry
  101. set prev_saved_entry=
  102. save_env prev_saved_entry
  103. set boot_once=true
  104. fi
  105. function savedefault {
  106. if [ -z "${boot_once}" ]; then
  107. saved_entry="${chosen}"
  108. save_env saved_entry
  109. fi
  110. }
  111. function recordfail {
  112. set recordfail=1
  113. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  114. }
  115. function load_video {
  116. if [ x$feature_all_video_module = xy ]; then
  117. insmod all_video
  118. else
  119. insmod efi_gop
  120. insmod efi_uga
  121. insmod ieee1275_fb
  122. insmod vbe
  123. insmod vga
  124. insmod video_bochs
  125. insmod video_cirrus
  126. fi
  127. }
  128. if [ x$feature_default_font_path = xy ] ; then
  129. font=unicode
  130. else
  131. insmod part_msdos
  132. insmod ext2
  133. set root='hd0,msdos1'
  134. if [ x$feature_platform_search_hint = xy ]; then
  135. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  136. else
  137. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  138. fi
  139. font="/usr/share/grub/unicode.pf2"
  140. fi
  141. if loadfont $font ; then
  142. set gfxmode=auto
  143. load_video
  144. insmod gfxterm
  145. set locale_dir=$prefix/locale
  146. set lang=fr_FR
  147. insmod gettext
  148. fi
  149. terminal_output gfxterm
  150. if [ "${recordfail}" = 1 ] ; then
  151. set timeout=30
  152. else
  153. if [ x$feature_timeout_style = xy ] ; then
  154. set timeout_style=hidden
  155. set timeout=0
  156. # Fallback hidden-timeout code in case the timeout_style feature is
  157. # unavailable.
  158. elif sleep --interruptible 0 ; then
  159. set timeout=0
  160. fi
  161. fi
  162. ### END /etc/grub.d/00_header ###
  163. ### BEGIN /etc/grub.d/05_debian_theme ###
  164. set menu_color_normal=white/black
  165. set menu_color_highlight=black/light-gray
  166. if background_color 44,0,30,0; then
  167. clear
  168. fi
  169. ### END /etc/grub.d/05_debian_theme ###
  170. ### BEGIN /etc/grub.d/10_linux ###
  171. function gfxmode {
  172. set gfxpayload="${1}"
  173. if [ "${1}" = "keep" ]; then
  174. set vt_handoff=vt.handoff=7
  175. else
  176. set vt_handoff=
  177. fi
  178. }
  179. if [ "${recordfail}" != 1 ]; then
  180. if [ -e ${prefix}/gfxblacklist.txt ]; then
  181. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  182. if [ ${match} = 0 ]; then
  183. set linux_gfx_mode=keep
  184. else
  185. set linux_gfx_mode=text
  186. fi
  187. else
  188. set linux_gfx_mode=text
  189. fi
  190. else
  191. set linux_gfx_mode=keep
  192. fi
  193. else
  194. set linux_gfx_mode=text
  195. fi
  196. export linux_gfx_mode
  197. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  198. recordfail
  199. load_video
  200. gfxmode $linux_gfx_mode
  201. insmod gzio
  202. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  203. insmod part_msdos
  204. insmod ext2
  205. set root='hd0,msdos1'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  208. else
  209. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  210. fi
  211. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  212. initrd /boot/initrd.img-4.8.0-36-generic
  213. }
  214. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  215. 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' {
  216. recordfail
  217. load_video
  218. gfxmode $linux_gfx_mode
  219. insmod gzio
  220. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  221. insmod part_msdos
  222. insmod ext2
  223. set root='hd0,msdos1'
  224. if [ x$feature_platform_search_hint = xy ]; then
  225. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  226. else
  227. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  228. fi
  229. echo 'Chargement de Linux 4.8.0-36-generic…'
  230. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  231. echo 'Chargement du disque mémoire initial…'
  232. initrd /boot/initrd.img-4.8.0-36-generic
  233. }
  234. 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' {
  235. recordfail
  236. load_video
  237. gfxmode $linux_gfx_mode
  238. insmod gzio
  239. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  240. insmod part_msdos
  241. insmod ext2
  242. set root='hd0,msdos1'
  243. if [ x$feature_platform_search_hint = xy ]; then
  244. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  245. else
  246. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  247. fi
  248. echo 'Chargement de Linux 4.8.0-36-generic…'
  249. 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
  250. echo 'Chargement du disque mémoire initial…'
  251. initrd /boot/initrd.img-4.8.0-36-generic
  252. }
  253. 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' {
  254. recordfail
  255. load_video
  256. insmod gzio
  257. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  258. insmod part_msdos
  259. insmod ext2
  260. set root='hd0,msdos1'
  261. if [ x$feature_platform_search_hint = xy ]; then
  262. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  263. else
  264. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  265. fi
  266. echo 'Chargement de Linux 4.8.0-36-generic…'
  267. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  268. echo 'Chargement du disque mémoire initial…'
  269. initrd /boot/initrd.img-4.8.0-36-generic
  270. }
  271. }
  272. ### END /etc/grub.d/10_linux ###
  273. ### BEGIN /etc/grub.d/20_linux_xen ###
  274. ### END /etc/grub.d/20_linux_xen ###
  275. ### BEGIN /etc/grub.d/20_memtest86+ ###
  276. menuentry 'Memory test (memtest86+)' {
  277. insmod part_msdos
  278. insmod ext2
  279. set root='hd0,msdos1'
  280. if [ x$feature_platform_search_hint = xy ]; then
  281. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  282. else
  283. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  284. fi
  285. knetbsd /boot/memtest86+.elf
  286. }
  287. menuentry 'Memory test (memtest86+, serial console 115200)' {
  288. insmod part_msdos
  289. insmod ext2
  290. set root='hd0,msdos1'
  291. if [ x$feature_platform_search_hint = xy ]; then
  292. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  293. else
  294. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  295. fi
  296. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  297. }
  298. ### END /etc/grub.d/20_memtest86+ ###
  299. ### BEGIN /etc/grub.d/30_os-prober ###
  300. 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' {
  301. insmod part_msdos
  302. insmod ext2
  303. set root='hd0,msdos3'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  306. else
  307. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  308. fi
  309. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  310. initrd /boot/initrd.img-4.8.0-36-generic
  311. }
  312. 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' {
  313. 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' {
  314. insmod part_msdos
  315. insmod ext2
  316. set root='hd0,msdos3'
  317. if [ x$feature_platform_search_hint = xy ]; then
  318. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  319. else
  320. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  321. fi
  322. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  323. initrd /boot/initrd.img-4.8.0-36-generic
  324. }
  325. 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' {
  326. insmod part_msdos
  327. insmod ext2
  328. set root='hd0,msdos3'
  329. if [ x$feature_platform_search_hint = xy ]; then
  330. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  331. else
  332. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  333. fi
  334. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  335. initrd /boot/initrd.img-4.8.0-36-generic
  336. }
  337. 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' {
  338. insmod part_msdos
  339. insmod ext2
  340. set root='hd0,msdos3'
  341. if [ x$feature_platform_search_hint = xy ]; then
  342. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  343. else
  344. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  345. fi
  346. 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
  347. initrd /boot/initrd.img-4.8.0-36-generic
  348. }
  349. 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' {
  350. insmod part_msdos
  351. insmod ext2
  352. set root='hd0,msdos3'
  353. if [ x$feature_platform_search_hint = xy ]; then
  354. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  355. else
  356. search --no-floppy --fs-uuid --set=root 1ea0e817-ac87-4cb9-a6cd-75a2e22376f4
  357. fi
  358. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  359. initrd /boot/initrd.img-4.8.0-36-generic
  360. }
  361. }
  362. 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' {
  363. insmod part_msdos
  364. insmod ext2
  365. set root='hd0,msdos4'
  366. if [ x$feature_platform_search_hint = xy ]; then
  367. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  368. else
  369. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  370. fi
  371. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  372. initrd /boot/initrd.img-4.8.0-36-generic
  373. }
  374. 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' {
  375. 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' {
  376. insmod part_msdos
  377. insmod ext2
  378. set root='hd0,msdos4'
  379. if [ x$feature_platform_search_hint = xy ]; then
  380. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  381. else
  382. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  383. fi
  384. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  385. initrd /boot/initrd.img-4.8.0-36-generic
  386. }
  387. 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' {
  388. insmod part_msdos
  389. insmod ext2
  390. set root='hd0,msdos4'
  391. if [ x$feature_platform_search_hint = xy ]; then
  392. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  393. else
  394. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  395. fi
  396. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  397. initrd /boot/initrd.img-4.8.0-36-generic
  398. }
  399. 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' {
  400. insmod part_msdos
  401. insmod ext2
  402. set root='hd0,msdos4'
  403. if [ x$feature_platform_search_hint = xy ]; then
  404. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  405. else
  406. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  407. fi
  408. 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
  409. initrd /boot/initrd.img-4.8.0-36-generic
  410. }
  411. 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' {
  412. insmod part_msdos
  413. insmod ext2
  414. set root='hd0,msdos4'
  415. if [ x$feature_platform_search_hint = xy ]; then
  416. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  417. else
  418. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  419. fi
  420. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  421. initrd /boot/initrd.img-4.8.0-36-generic
  422. }
  423. }
  424. set timeout_style=menu
  425. if [ "${timeout}" = 0 ]; then
  426. set timeout=10
  427. fi
  428. ### END /etc/grub.d/30_os-prober ###
  429. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  430. ### END /etc/grub.d/30_uefi-firmware ###
  431. ### BEGIN /etc/grub.d/40_custom ###
  432. # This file provides an easy way to add custom menu entries. Simply type the
  433. # menu entries you want to add after this comment. Be careful not to change
  434. # the 'exec tail' line above.
  435. ### END /etc/grub.d/40_custom ###
  436. ### BEGIN /etc/grub.d/41_custom ###
  437. if [ -f ${config_directory}/custom.cfg ]; then
  438. source ${config_directory}/custom.cfg
  439. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  440. source $prefix/custom.cfg;
  441. fi
  442. ### END /etc/grub.d/41_custom ###
  443. --------------------------------------------------------------------------------
  444. =============================== sda1/etc/fstab: ================================
  445. --------------------------------------------------------------------------------
  446. # /etc/fstab: static file system information.
  447. #
  448. # Use 'blkid' to print the universally unique identifier for a
  449. # device; this may be used with UUID= as a more robust way to name devices
  450. # that works even if disks are added and removed. See fstab(5).
  451. #
  452. # <file system> <mount point> <type> <options> <dump> <pass>
  453. # / was on /dev/sda1 during installation
  454. UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f / ext4 errors=remount-ro 0 1
  455. # swap was on /dev/sda5 during installation
  456. UUID=7e2aa1bb-52aa-4848-bfa0-ee08de0cccef none swap sw 0 0
  457. --------------------------------------------------------------------------------
  458. =================== sda1: Location of files loaded by Grub: ====================
  459. GiB - GB File Fragment(s)
  460. 3.840972900 = 4.124213248 boot/grub/grub.cfg 1
  461. 3.826385498 = 4.108550144 boot/grub/i386-pc/core.img 1
  462. 1.445270538 = 1.551847424 boot/vmlinuz-4.8.0-36-generic 1
  463. 1.445270538 = 1.551847424 vmlinuz 1
  464. 2.257053375 = 2.423492608 boot/initrd.img-4.8.0-36-generic 2
  465. 2.257053375 = 2.423492608 initrd.img 2
  466. =========================== sda3/boot/grub/grub.cfg: ===========================
  467. --------------------------------------------------------------------------------
  468. #
  469. # DO NOT EDIT THIS FILE
  470. #
  471. # It is automatically generated by grub-mkconfig using templates
  472. # from /etc/grub.d and settings from /etc/default/grub
  473. #
  474. ### BEGIN /etc/grub.d/00_header ###
  475. if [ -s $prefix/grubenv ]; then
  476. set have_grubenv=true
  477. load_env
  478. fi
  479. if [ "${next_entry}" ] ; then
  480. set default="${next_entry}"
  481. set next_entry=
  482. save_env next_entry
  483. set boot_once=true
  484. else
  485. set default="0"
  486. fi
  487. if [ x"${feature_menuentry_id}" = xy ]; then
  488. menuentry_id_option="--id"
  489. else
  490. menuentry_id_option=""
  491. fi
  492. export menuentry_id_option
  493. if [ "${prev_saved_entry}" ]; then
  494. set saved_entry="${prev_saved_entry}"
  495. save_env saved_entry
  496. set prev_saved_entry=
  497. save_env prev_saved_entry
  498. set boot_once=true
  499. fi
  500. function savedefault {
  501. if [ -z "${boot_once}" ]; then
  502. saved_entry="${chosen}"
  503. save_env saved_entry
  504. fi
  505. }
  506. function recordfail {
  507. set recordfail=1
  508. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  509. }
  510. function load_video {
  511. if [ x$feature_all_video_module = xy ]; then
  512. insmod all_video
  513. else
  514. insmod efi_gop
  515. insmod efi_uga
  516. insmod ieee1275_fb
  517. insmod vbe
  518. insmod vga
  519. insmod video_bochs
  520. insmod video_cirrus
  521. fi
  522. }
  523. if [ x$feature_default_font_path = xy ] ; then
  524. font=unicode
  525. else
  526. insmod part_msdos
  527. insmod ext2
  528. set root='hd0,msdos1'
  529. if [ x$feature_platform_search_hint = xy ]; then
  530. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  531. else
  532. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  533. fi
  534. font="/usr/share/grub/unicode.pf2"
  535. fi
  536. if loadfont $font ; then
  537. set gfxmode=auto
  538. load_video
  539. insmod gfxterm
  540. set locale_dir=$prefix/locale
  541. set lang=fr_FR
  542. insmod gettext
  543. fi
  544. terminal_output gfxterm
  545. if [ "${recordfail}" = 1 ] ; then
  546. set timeout=30
  547. else
  548. if [ x$feature_timeout_style = xy ] ; then
  549. set timeout_style=hidden
  550. set timeout=0
  551. # Fallback hidden-timeout code in case the timeout_style feature is
  552. # unavailable.
  553. elif sleep --interruptible 0 ; then
  554. set timeout=0
  555. fi
  556. fi
  557. ### END /etc/grub.d/00_header ###
  558. ### BEGIN /etc/grub.d/05_debian_theme ###
  559. set menu_color_normal=white/black
  560. set menu_color_highlight=black/light-gray
  561. if background_color 44,0,30,0; then
  562. clear
  563. fi
  564. ### END /etc/grub.d/05_debian_theme ###
  565. ### BEGIN /etc/grub.d/10_linux ###
  566. function gfxmode {
  567. set gfxpayload="${1}"
  568. if [ "${1}" = "keep" ]; then
  569. set vt_handoff=vt.handoff=7
  570. else
  571. set vt_handoff=
  572. fi
  573. }
  574. if [ "${recordfail}" != 1 ]; then
  575. if [ -e ${prefix}/gfxblacklist.txt ]; then
  576. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  577. if [ ${match} = 0 ]; then
  578. set linux_gfx_mode=keep
  579. else
  580. set linux_gfx_mode=text
  581. fi
  582. else
  583. set linux_gfx_mode=text
  584. fi
  585. else
  586. set linux_gfx_mode=keep
  587. fi
  588. else
  589. set linux_gfx_mode=text
  590. fi
  591. export linux_gfx_mode
  592. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  593. recordfail
  594. load_video
  595. gfxmode $linux_gfx_mode
  596. insmod gzio
  597. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  598. insmod part_msdos
  599. insmod ext2
  600. set root='hd0,msdos1'
  601. if [ x$feature_platform_search_hint = xy ]; then
  602. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  603. else
  604. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  605. fi
  606. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  607. initrd /boot/initrd.img-4.8.0-36-generic
  608. }
  609. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  610. 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' {
  611. recordfail
  612. load_video
  613. gfxmode $linux_gfx_mode
  614. insmod gzio
  615. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  616. insmod part_msdos
  617. insmod ext2
  618. set root='hd0,msdos1'
  619. if [ x$feature_platform_search_hint = xy ]; then
  620. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  621. else
  622. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  623. fi
  624. echo 'Chargement de Linux 4.8.0-36-generic…'
  625. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  626. echo 'Chargement du disque mémoire initial…'
  627. initrd /boot/initrd.img-4.8.0-36-generic
  628. }
  629. 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' {
  630. recordfail
  631. load_video
  632. gfxmode $linux_gfx_mode
  633. insmod gzio
  634. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  635. insmod part_msdos
  636. insmod ext2
  637. set root='hd0,msdos1'
  638. if [ x$feature_platform_search_hint = xy ]; then
  639. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  640. else
  641. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  642. fi
  643. echo 'Chargement de Linux 4.8.0-36-generic…'
  644. 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
  645. echo 'Chargement du disque mémoire initial…'
  646. initrd /boot/initrd.img-4.8.0-36-generic
  647. }
  648. 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' {
  649. recordfail
  650. load_video
  651. insmod gzio
  652. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  653. insmod part_msdos
  654. insmod ext2
  655. set root='hd0,msdos1'
  656. if [ x$feature_platform_search_hint = xy ]; then
  657. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  658. else
  659. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  660. fi
  661. echo 'Chargement de Linux 4.8.0-36-generic…'
  662. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  663. echo 'Chargement du disque mémoire initial…'
  664. initrd /boot/initrd.img-4.8.0-36-generic
  665. }
  666. }
  667. ### END /etc/grub.d/10_linux ###
  668. ### BEGIN /etc/grub.d/20_linux_xen ###
  669. ### END /etc/grub.d/20_linux_xen ###
  670. ### BEGIN /etc/grub.d/20_memtest86+ ###
  671. menuentry 'Memory test (memtest86+)' {
  672. insmod part_msdos
  673. insmod ext2
  674. set root='hd0,msdos1'
  675. if [ x$feature_platform_search_hint = xy ]; then
  676. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  677. else
  678. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  679. fi
  680. knetbsd /boot/memtest86+.elf
  681. }
  682. menuentry 'Memory test (memtest86+, serial console 115200)' {
  683. insmod part_msdos
  684. insmod ext2
  685. set root='hd0,msdos1'
  686. if [ x$feature_platform_search_hint = xy ]; then
  687. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  688. else
  689. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  690. fi
  691. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  692. }
  693. ### END /etc/grub.d/20_memtest86+ ###
  694. ### BEGIN /etc/grub.d/30_os-prober ###
  695. ### END /etc/grub.d/30_os-prober ###
  696. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  697. ### END /etc/grub.d/30_uefi-firmware ###
  698. ### BEGIN /etc/grub.d/40_custom ###
  699. # This file provides an easy way to add custom menu entries. Simply type the
  700. # menu entries you want to add after this comment. Be careful not to change
  701. # the 'exec tail' line above.
  702. ### END /etc/grub.d/40_custom ###
  703. ### BEGIN /etc/grub.d/41_custom ###
  704. if [ -f ${config_directory}/custom.cfg ]; then
  705. source ${config_directory}/custom.cfg
  706. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  707. source $prefix/custom.cfg;
  708. fi
  709. ### END /etc/grub.d/41_custom ###
  710. --------------------------------------------------------------------------------
  711. =============================== sda3/etc/fstab: ================================
  712. --------------------------------------------------------------------------------
  713. # /etc/fstab: static file system information.
  714. #
  715. # Use 'blkid' to print the universally unique identifier for a
  716. # device; this may be used with UUID= as a more robust way to name devices
  717. # that works even if disks are added and removed. See fstab(5).
  718. #
  719. # <file system> <mount point> <type> <options> <dump> <pass>
  720. # / was on /dev/sda1 during installation
  721. UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f / ext4 errors=remount-ro 0 1
  722. # swap was on /dev/sda5 during installation
  723. UUID=7e2aa1bb-52aa-4848-bfa0-ee08de0cccef none swap sw 0 0
  724. --------------------------------------------------------------------------------
  725. =================== sda3: Location of files loaded by Grub: ====================
  726. GiB - GB File Fragment(s)
  727. 10.558635712 = 11.337248768 boot/grub/grub.cfg 1
  728. 10.662322998 = 11.448582144 boot/grub/i386-pc/core.img 1
  729. 8.281208038 = 8.891879424 boot/vmlinuz-4.8.0-36-generic 1
  730. 8.281208038 = 8.891879424 vmlinuz 1
  731. 9.092990875 = 9.763524608 boot/initrd.img-4.8.0-36-generic 2
  732. 9.092990875 = 9.763524608 initrd.img 2
  733. =========================== sda4/boot/grub/grub.cfg: ===========================
  734. --------------------------------------------------------------------------------
  735. #
  736. # DO NOT EDIT THIS FILE
  737. #
  738. # It is automatically generated by grub-mkconfig using templates
  739. # from /etc/grub.d and settings from /etc/default/grub
  740. #
  741. ### BEGIN /etc/grub.d/00_header ###
  742. if [ -s $prefix/grubenv ]; then
  743. set have_grubenv=true
  744. load_env
  745. fi
  746. if [ "${next_entry}" ] ; then
  747. set default="${next_entry}"
  748. set next_entry=
  749. save_env next_entry
  750. set boot_once=true
  751. else
  752. set default="0"
  753. fi
  754. if [ x"${feature_menuentry_id}" = xy ]; then
  755. menuentry_id_option="--id"
  756. else
  757. menuentry_id_option=""
  758. fi
  759. export menuentry_id_option
  760. if [ "${prev_saved_entry}" ]; then
  761. set saved_entry="${prev_saved_entry}"
  762. save_env saved_entry
  763. set prev_saved_entry=
  764. save_env prev_saved_entry
  765. set boot_once=true
  766. fi
  767. function savedefault {
  768. if [ -z "${boot_once}" ]; then
  769. saved_entry="${chosen}"
  770. save_env saved_entry
  771. fi
  772. }
  773. function recordfail {
  774. set recordfail=1
  775. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  776. }
  777. function load_video {
  778. if [ x$feature_all_video_module = xy ]; then
  779. insmod all_video
  780. else
  781. insmod efi_gop
  782. insmod efi_uga
  783. insmod ieee1275_fb
  784. insmod vbe
  785. insmod vga
  786. insmod video_bochs
  787. insmod video_cirrus
  788. fi
  789. }
  790. if [ x$feature_default_font_path = xy ] ; then
  791. font=unicode
  792. else
  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. font="/usr/share/grub/unicode.pf2"
  802. fi
  803. if loadfont $font ; then
  804. set gfxmode=auto
  805. load_video
  806. insmod gfxterm
  807. set locale_dir=$prefix/locale
  808. set lang=fr_FR
  809. insmod gettext
  810. fi
  811. terminal_output gfxterm
  812. if [ "${recordfail}" = 1 ] ; then
  813. set timeout=30
  814. else
  815. if [ x$feature_timeout_style = xy ] ; then
  816. set timeout_style=hidden
  817. set timeout=0
  818. # Fallback hidden-timeout code in case the timeout_style feature is
  819. # unavailable.
  820. elif sleep --interruptible 0 ; then
  821. set timeout=0
  822. fi
  823. fi
  824. ### END /etc/grub.d/00_header ###
  825. ### BEGIN /etc/grub.d/05_debian_theme ###
  826. set menu_color_normal=white/black
  827. set menu_color_highlight=black/light-gray
  828. if background_color 44,0,30,0; then
  829. clear
  830. fi
  831. ### END /etc/grub.d/05_debian_theme ###
  832. ### BEGIN /etc/grub.d/10_linux ###
  833. function gfxmode {
  834. set gfxpayload="${1}"
  835. if [ "${1}" = "keep" ]; then
  836. set vt_handoff=vt.handoff=7
  837. else
  838. set vt_handoff=
  839. fi
  840. }
  841. if [ "${recordfail}" != 1 ]; then
  842. if [ -e ${prefix}/gfxblacklist.txt ]; then
  843. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  844. if [ ${match} = 0 ]; then
  845. set linux_gfx_mode=keep
  846. else
  847. set linux_gfx_mode=text
  848. fi
  849. else
  850. set linux_gfx_mode=text
  851. fi
  852. else
  853. set linux_gfx_mode=keep
  854. fi
  855. else
  856. set linux_gfx_mode=text
  857. fi
  858. export linux_gfx_mode
  859. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  860. recordfail
  861. load_video
  862. gfxmode $linux_gfx_mode
  863. insmod gzio
  864. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  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. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-2d5e3c17-1f31-4c21-a12a-c7d28021196f' {
  877. 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' {
  878. recordfail
  879. load_video
  880. gfxmode $linux_gfx_mode
  881. insmod gzio
  882. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  883. insmod part_msdos
  884. insmod ext2
  885. set root='hd0,msdos1'
  886. if [ x$feature_platform_search_hint = xy ]; then
  887. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  888. else
  889. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  890. fi
  891. echo 'Chargement de Linux 4.8.0-36-generic…'
  892. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  893. echo 'Chargement du disque mémoire initial…'
  894. initrd /boot/initrd.img-4.8.0-36-generic
  895. }
  896. 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' {
  897. recordfail
  898. load_video
  899. gfxmode $linux_gfx_mode
  900. insmod gzio
  901. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  902. insmod part_msdos
  903. insmod ext2
  904. set root='hd0,msdos1'
  905. if [ x$feature_platform_search_hint = xy ]; then
  906. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  907. else
  908. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  909. fi
  910. echo 'Chargement de Linux 4.8.0-36-generic…'
  911. 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
  912. echo 'Chargement du disque mémoire initial…'
  913. initrd /boot/initrd.img-4.8.0-36-generic
  914. }
  915. 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' {
  916. recordfail
  917. load_video
  918. insmod gzio
  919. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  920. insmod part_msdos
  921. insmod ext2
  922. set root='hd0,msdos1'
  923. if [ x$feature_platform_search_hint = xy ]; then
  924. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  925. else
  926. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  927. fi
  928. echo 'Chargement de Linux 4.8.0-36-generic…'
  929. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro recovery nomodeset
  930. echo 'Chargement du disque mémoire initial…'
  931. initrd /boot/initrd.img-4.8.0-36-generic
  932. }
  933. }
  934. ### END /etc/grub.d/10_linux ###
  935. ### BEGIN /etc/grub.d/20_linux_xen ###
  936. ### END /etc/grub.d/20_linux_xen ###
  937. ### BEGIN /etc/grub.d/20_memtest86+ ###
  938. menuentry 'Memory test (memtest86+)' {
  939. insmod part_msdos
  940. insmod ext2
  941. set root='hd0,msdos1'
  942. if [ x$feature_platform_search_hint = xy ]; then
  943. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  944. else
  945. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  946. fi
  947. knetbsd /boot/memtest86+.elf
  948. }
  949. menuentry 'Memory test (memtest86+, serial console 115200)' {
  950. insmod part_msdos
  951. insmod ext2
  952. set root='hd0,msdos1'
  953. if [ x$feature_platform_search_hint = xy ]; then
  954. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  955. else
  956. search --no-floppy --fs-uuid --set=root 2d5e3c17-1f31-4c21-a12a-c7d28021196f
  957. fi
  958. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  959. }
  960. ### END /etc/grub.d/20_memtest86+ ###
  961. ### BEGIN /etc/grub.d/30_os-prober ###
  962. ### END /etc/grub.d/30_os-prober ###
  963. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  964. ### END /etc/grub.d/30_uefi-firmware ###
  965. ### BEGIN /etc/grub.d/40_custom ###
  966. # This file provides an easy way to add custom menu entries. Simply type the
  967. # menu entries you want to add after this comment. Be careful not to change
  968. # the 'exec tail' line above.
  969. ### END /etc/grub.d/40_custom ###
  970. ### BEGIN /etc/grub.d/41_custom ###
  971. if [ -f ${config_directory}/custom.cfg ]; then
  972. source ${config_directory}/custom.cfg
  973. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  974. source $prefix/custom.cfg;
  975. fi
  976. ### END /etc/grub.d/41_custom ###
  977. --------------------------------------------------------------------------------
  978. =============================== sda4/etc/fstab: ================================
  979. --------------------------------------------------------------------------------
  980. # /etc/fstab: static file system information.
  981. #
  982. # Use 'blkid' to print the universally unique identifier for a
  983. # device; this may be used with UUID= as a more robust way to name devices
  984. # that works even if disks are added and removed. See fstab(5).
  985. #
  986. # <file system> <mount point> <type> <options> <dump> <pass>
  987. # / was on /dev/sda1 during installation
  988. UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f / ext4 errors=remount-ro 0 1
  989. # swap was on /dev/sda5 during installation
  990. UUID=7e2aa1bb-52aa-4848-bfa0-ee08de0cccef none swap sw 0 0
  991. --------------------------------------------------------------------------------
  992. =================== sda4: Location of files loaded by Grub: ====================
  993. GiB - GB File Fragment(s)
  994. 17.394573212 = 18.677280768 boot/grub/grub.cfg 1
  995. 17.498260498 = 18.788614144 boot/grub/i386-pc/core.img 1
  996. 15.117145538 = 16.231911424 boot/vmlinuz-4.8.0-36-generic 1
  997. 15.117145538 = 16.231911424 vmlinuz 1
  998. 15.928928375 = 17.103556608 boot/initrd.img-4.8.0-36-generic 2
  999. 15.928928375 = 17.103556608 initrd.img 2
  1000. ========= Devices which don't seem to have a corresponding hard drive: =========
  1001. sdb
  1002. ADDITIONAL INFORMATION :
  1003. =================== log of boot-info 2017-03-30__12h10 ===================
  1004. boot-info version : 4ppa40
  1005. boot-sav version : 4ppa40
  1006. glade2script version : 3.2.3~ppa1
  1007. boot-sav-extra version : 4ppa40
  1008. boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  1009. CPU op-mode(s): 32-bit, 64-bit
  1010. BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic root=UUID=2d5e3c17-1f31-4c21-a12a-c7d28021196f ro quiet splash modprobe.blacklist=nouveau vt.handoff=7
  1011. =================== os-prober:
  1012. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
  1013. /dev/sda3:Ubuntu 16.04.2 LTS (16.04):Ubuntu:linux
  1014. /dev/sda4:Ubuntu 16.04.2 LTS (16.04):Ubuntu1:linux
  1015. =================== blkid:
  1016. /dev/sda1: UUID="2d5e3c17-1f31-4c21-a12a-c7d28021196f" TYPE="ext4" PARTUUID="363056c5-01"
  1017. /dev/sda3: UUID="1ea0e817-ac87-4cb9-a6cd-75a2e22376f4" TYPE="ext4" PARTUUID="363056c5-03"
  1018. /dev/sda4: UUID="2d5e3c17-1f31-4c21-a12a-c7d28021196f" TYPE="ext4" PARTUUID="363056c5-04"
  1019. /dev/sda5: UUID="7e2aa1bb-52aa-4848-bfa0-ee08de0cccef" TYPE="swap" PTTYPE="dos" PARTUUID="363056c5-05"
  1020. 1 disks with OS, 3 OS : 3 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  1021. =================== /etc/grub.d/ :
  1022. drwxr-xr-x 2 root root 4096 mars 30 11:32 grub.d
  1023. total 76
  1024. -rwxr-xr-x 1 root root 9791 janv. 13 17:26 00_header
  1025. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  1026. -rwxr-xr-x 1 root root 12261 janv. 13 17:26 10_linux
  1027. -rwxr-xr-x 1 root root 11082 janv. 13 17:26 20_linux_xen
  1028. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  1029. -rwxr-xr-x 1 root root 11692 janv. 13 17:26 30_os-prober
  1030. -rwxr-xr-x 1 root root 1418 janv. 13 17:26 30_uefi-firmware
  1031. -rwxr-xr-x 1 root root 214 janv. 13 17:26 40_custom
  1032. -rwxr-xr-x 1 root root 216 janv. 13 17:26 41_custom
  1033. -rw-r--r-- 1 root root 483 janv. 13 17:26 README
  1034. =================== /etc/default/grub :
  1035. # If you change this file, run 'update-grub' afterwards to update
  1036. # /boot/grub/grub.cfg.
  1037. # For full documentation of the options in this file, see:
  1038. # info -f grub -n 'Simple configuration'
  1039. GRUB_DEFAULT=0
  1040. GRUB_HIDDEN_TIMEOUT=0
  1041. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1042. GRUB_TIMEOUT=10
  1043. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1044. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=nouveau"
  1045. GRUB_CMDLINE_LINUX=""
  1046. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1047. # This works with Linux (no patch required) and with any kernel that obtains
  1048. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1049. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1050. # Uncomment to disable graphical terminal (grub-pc only)
  1051. #GRUB_TERMINAL=console
  1052. # The resolution used on graphical terminal
  1053. # note that you can use only modes which your graphic card supports via VBE
  1054. # you can see them in real GRUB with the command `vbeinfo'
  1055. #GRUB_GFXMODE=640x480
  1056. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1057. #GRUB_DISABLE_LINUX_UUID=true
  1058. # Uncomment to disable generation of recovery mode menu entries
  1059. #GRUB_DISABLE_RECOVERY="true"
  1060. # Uncomment to get a beep at grub start
  1061. #GRUB_INIT_TUNE="480 440 1"
  1062. =================== sda3/etc/grub.d/ :
  1063. drwxr-xr-x 2 root root 4096 mars 30 11:32 grub.d
  1064. total 76
  1065. -rwxr-xr-x 1 root root 9791 janv. 13 17:26 00_header
  1066. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  1067. -rwxr-xr-x 1 root root 12261 janv. 13 17:26 10_linux
  1068. -rwxr-xr-x 1 root root 11082 janv. 13 17:26 20_linux_xen
  1069. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  1070. -rwxr-xr-x 1 root root 11692 janv. 13 17:26 30_os-prober
  1071. -rwxr-xr-x 1 root root 1418 janv. 13 17:26 30_uefi-firmware
  1072. -rwxr-xr-x 1 root root 214 janv. 13 17:26 40_custom
  1073. -rwxr-xr-x 1 root root 216 janv. 13 17:26 41_custom
  1074. -rw-r--r-- 1 root root 483 janv. 13 17:26 README
  1075. =================== sda3/etc/default/grub :
  1076. # If you change this file, run 'update-grub' afterwards to update
  1077. # /boot/grub/grub.cfg.
  1078. # For full documentation of the options in this file, see:
  1079. # info -f grub -n 'Simple configuration'
  1080. GRUB_DEFAULT=0
  1081. GRUB_HIDDEN_TIMEOUT=0
  1082. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1083. GRUB_TIMEOUT=10
  1084. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1085. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=nouveau"
  1086. GRUB_CMDLINE_LINUX=""
  1087. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1088. # This works with Linux (no patch required) and with any kernel that obtains
  1089. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1090. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1091. # Uncomment to disable graphical terminal (grub-pc only)
  1092. #GRUB_TERMINAL=console
  1093. # The resolution used on graphical terminal
  1094. # note that you can use only modes which your graphic card supports via VBE
  1095. # you can see them in real GRUB with the command `vbeinfo'
  1096. #GRUB_GFXMODE=640x480
  1097. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1098. #GRUB_DISABLE_LINUX_UUID=true
  1099. # Uncomment to disable generation of recovery mode menu entries
  1100. #GRUB_DISABLE_RECOVERY="true"
  1101. # Uncomment to get a beep at grub start
  1102. #GRUB_INIT_TUNE="480 440 1"
  1103. =================== sda4/etc/grub.d/ :
  1104. drwxr-xr-x 2 root root 4096 mars 30 11:32 grub.d
  1105. total 76
  1106. -rwxr-xr-x 1 root root 9791 janv. 13 17:26 00_header
  1107. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  1108. -rwxr-xr-x 1 root root 12261 janv. 13 17:26 10_linux
  1109. -rwxr-xr-x 1 root root 11082 janv. 13 17:26 20_linux_xen
  1110. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  1111. -rwxr-xr-x 1 root root 11692 janv. 13 17:26 30_os-prober
  1112. -rwxr-xr-x 1 root root 1418 janv. 13 17:26 30_uefi-firmware
  1113. -rwxr-xr-x 1 root root 214 janv. 13 17:26 40_custom
  1114. -rwxr-xr-x 1 root root 216 janv. 13 17:26 41_custom
  1115. -rw-r--r-- 1 root root 483 janv. 13 17:26 README
  1116. =================== sda4/etc/default/grub :
  1117. # If you change this file, run 'update-grub' afterwards to update
  1118. # /boot/grub/grub.cfg.
  1119. # For full documentation of the options in this file, see:
  1120. # info -f grub -n 'Simple configuration'
  1121. GRUB_DEFAULT=0
  1122. GRUB_HIDDEN_TIMEOUT=0
  1123. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1124. GRUB_TIMEOUT=10
  1125. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1126. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=nouveau"
  1127. GRUB_CMDLINE_LINUX=""
  1128. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1129. # This works with Linux (no patch required) and with any kernel that obtains
  1130. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1131. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1132. # Uncomment to disable graphical terminal (grub-pc only)
  1133. #GRUB_TERMINAL=console
  1134. # The resolution used on graphical terminal
  1135. # note that you can use only modes which your graphic card supports via VBE
  1136. # you can see them in real GRUB with the command `vbeinfo'
  1137. #GRUB_GFXMODE=640x480
  1138. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1139. #GRUB_DISABLE_LINUX_UUID=true
  1140. # Uncomment to disable generation of recovery mode menu entries
  1141. #GRUB_DISABLE_RECOVERY="true"
  1142. # Uncomment to get a beep at grub start
  1143. #GRUB_INIT_TUNE="480 440 1"
  1144. =================== UEFI/Legacy mode:
  1145. This installed-session is not in EFI-mode.
  1146. SecureBoot disabled.
  1147. =================== PARTITIONS & DISKS:
  1148. 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, .
  1149. 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.
  1150. sda4 : 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/sda4.
  1151. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  1152. =================== parted -l:
  1153. Model: ATA ST3160812AS (scsi)
  1154. Disk /dev/sda: 160GB
  1155. Sector size (logical/physical): 512B/512B
  1156. Partition Table: msdos
  1157. Disk Flags:
  1158. Number Start End Size Type File system Flags
  1159. 1 1049kB 7341MB 7340MB primary ext4 boot
  1160. 3 7341MB 14.7GB 7340MB primary ext4
  1161. 4 14.7GB 22.0GB 7340MB primary ext4
  1162. 2 154GB 160GB 6421MB extended
  1163. 5 154GB 160GB 6421MB logical linux-swap(v1)
  1164. =================== parted -lm:
  1165. BYT;
  1166. /dev/sda:160GB:scsi:512:512:msdos:ATA ST3160812AS:;
  1167. 1:1049kB:7341MB:7340MB:ext4::boot;
  1168. 3:7341MB:14.7GB:7340MB:ext4::;
  1169. 4:14.7GB:22.0GB:7340MB:ext4::;
  1170. 2:154GB:160GB:6421MB:::;
  1171. 5:154GB:160GB:6421MB:linux-swap(v1)::;
  1172. =================== lsblk:
  1173. KNAME TYPE FSTYPE SIZE LABEL
  1174. sr0 rom 1024M
  1175. sda disk 149G
  1176. sda4 part ext4 6,9G
  1177. sda2 part 1K
  1178. sda5 part swap 6G
  1179. sda3 part ext4 6,9G
  1180. sda1 part ext4 6,9G
  1181. KNAME ROTA RO RM STATE MOUNTPOINT
  1182. sr0 1 0 1 running
  1183. sda 1 0 0 running
  1184. sda4 1 0 0 /mnt/boot-sav/sda4
  1185. sda2 1 0 0
  1186. sda5 1 0 0 [SWAP]
  1187. sda3 1 0 0 /mnt/boot-sav/sda3
  1188. sda1 1 0 0 /
  1189. =================== mount:
  1190. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  1191. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  1192. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3024388k,nr_inodes=756097,mode=755)
  1193. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  1194. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=609116k,mode=755)
  1195. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  1196. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  1197. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  1198. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  1199. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  1200. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  1201. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  1202. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  1203. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  1204. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  1205. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  1206. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  1207. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  1208. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  1209. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  1210. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  1211. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  1212. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12464)
  1213. mqueue on /dev/mqueue type mqueue (rw,relatime)
  1214. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  1215. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  1216. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  1217. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=609116k,mode=700,uid=1000,gid=1000)
  1218. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  1219. /dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw,relatime,data=ordered)
  1220. /dev/sda4 on /mnt/boot-sav/sda4 type ext4 (rw,relatime,data=ordered)
  1221. =================== ls:
  1222. /sys/block/sda (filtered): alignment_offset badblocks 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 sda4 sda5 size slaves stat subsystem trace uevent
  1223. /sys/block/sdb (filtered): alignment_offset badblocks 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
  1224. /sys/block/sr0 (filtered): alignment_offset badblocks 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
  1225. /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 sda4 sda5 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  1226. ls /dev/mapper: control
  1227. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  1228. =================== df -Th:
  1229. Filesystem Type Size Used Avail Use% Mounted on
  1230. udev devtmpfs 2.9G 0 2.9G 0% /dev
  1231. tmpfs tmpfs 595M 8.8M 587M 2% /run
  1232. /dev/sda1 ext4 6.7G 4.1G 2.2G 65% /
  1233. tmpfs tmpfs 3.0G 192K 3.0G 1% /dev/shm
  1234. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  1235. tmpfs tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup
  1236. tmpfs tmpfs 595M 68K 595M 1% /run/user/1000
  1237. /dev/sda3 ext4 6.7G 4.1G 2.3G 65% /mnt/boot-sav/sda3
  1238. /dev/sda4 ext4 6.7G 4.1G 2.3G 65% /mnt/boot-sav/sda4
  1239. =================== fdisk -l:
  1240. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  1241. Units: sectors of 1 * 512 = 512 bytes
  1242. Sector size (logical/physical): 512 bytes / 4096 bytes
  1243. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1244. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  1245. Units: sectors of 1 * 512 = 512 bytes
  1246. Sector size (logical/physical): 512 bytes / 4096 bytes
  1247. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1248. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  1249. Units: sectors of 1 * 512 = 512 bytes
  1250. Sector size (logical/physical): 512 bytes / 4096 bytes
  1251. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1252. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  1253. Units: sectors of 1 * 512 = 512 bytes
  1254. Sector size (logical/physical): 512 bytes / 4096 bytes
  1255. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1256. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  1257. Units: sectors of 1 * 512 = 512 bytes
  1258. Sector size (logical/physical): 512 bytes / 4096 bytes
  1259. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1260. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  1261. Units: sectors of 1 * 512 = 512 bytes
  1262. Sector size (logical/physical): 512 bytes / 4096 bytes
  1263. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1264. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  1265. Units: sectors of 1 * 512 = 512 bytes
  1266. Sector size (logical/physical): 512 bytes / 4096 bytes
  1267. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1268. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  1269. Units: sectors of 1 * 512 = 512 bytes
  1270. Sector size (logical/physical): 512 bytes / 4096 bytes
  1271. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1272. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  1273. Units: sectors of 1 * 512 = 512 bytes
  1274. Sector size (logical/physical): 512 bytes / 4096 bytes
  1275. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1276. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  1277. Units: sectors of 1 * 512 = 512 bytes
  1278. Sector size (logical/physical): 512 bytes / 4096 bytes
  1279. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1280. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  1281. Units: sectors of 1 * 512 = 512 bytes
  1282. Sector size (logical/physical): 512 bytes / 4096 bytes
  1283. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1284. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  1285. Units: sectors of 1 * 512 = 512 bytes
  1286. Sector size (logical/physical): 512 bytes / 4096 bytes
  1287. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1288. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  1289. Units: sectors of 1 * 512 = 512 bytes
  1290. Sector size (logical/physical): 512 bytes / 4096 bytes
  1291. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1292. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  1293. Units: sectors of 1 * 512 = 512 bytes
  1294. Sector size (logical/physical): 512 bytes / 4096 bytes
  1295. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1296. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  1297. Units: sectors of 1 * 512 = 512 bytes
  1298. Sector size (logical/physical): 512 bytes / 4096 bytes
  1299. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1300. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  1301. Units: sectors of 1 * 512 = 512 bytes
  1302. Sector size (logical/physical): 512 bytes / 4096 bytes
  1303. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1304. Disk /dev/sda: 149 GiB, 160000000000 bytes, 312500000 sectors
  1305. Units: sectors of 1 * 512 = 512 bytes
  1306. Sector size (logical/physical): 512 bytes / 512 bytes
  1307. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1308. Disklabel type: dos
  1309. Disk identifier: 0x363056c5
  1310. Device Boot Start End Sectors Size Id Type
  1311. /dev/sda1 * 2048 14338047 14336000 6.9G 83 Linux
  1312. /dev/sda2 299956222 312498175 12541954 6G 5 Extended
  1313. /dev/sda3 14338048 28674047 14336000 6.9G 83 Linux
  1314. /dev/sda4 28674048 43010047 14336000 6.9G 83 Linux
  1315. /dev/sda5 299956224 312498175 12541952 6G 82 Linux swap / Solaris
  1316. Partition table entries are not in disk order.
  1317. =================== Suggested repair
  1318. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  1319. Additional repair would be performed: unhide-bootmenu-10s
  1320. =================== User settings
  1321. The settings chosen by the user will not act on the boot.
  1322. paste.ubuntu.com ko (), using paste.debian
  1323. paste.debian.net ko (), using paste2