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 (,msdos3)/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. ============================ Drive/Partition Info: =============================
  33. Drive: sda _____________________________________________________________________
  34. Disk /dev/sda: 149 GiB, 160000000000 bytes, 312500000 sectors
  35. Units: sectors of 1 * 512 = 512 bytes
  36. Sector size (logical/physical): 512 bytes / 512 bytes
  37. I/O size (minimum/optimal): 512 bytes / 512 bytes
  38. Disklabel type: dos
  39. Partition Boot Start Sector End Sector # of Sectors Id System
  40. /dev/sda1 * 2,048 21,598,207 21,596,160 83 Linux
  41. /dev/sda2 299,956,222 312,498,175 12,541,954 5 Extended
  42. /dev/sda5 299,956,224 312,498,175 12,541,952 82 Linux swap / Solaris
  43. /dev/sda3 21,598,208 43,194,367 21,596,160 83 Linux
  44. "blkid" output: ________________________________________________________________
  45. Device UUID TYPE LABEL
  46. /dev/sda1 9b841555-d545-4213-ae3d-175475085dab ext4
  47. /dev/sda3 9b841555-d545-4213-ae3d-175475085dab ext4
  48. /dev/sda5 9d1e2f66-c2e2-4817-b8d0-dc111b342da2 swap
  49. ========================= "ls -l /dev/disk/by-id" output: ======================
  50. total 0
  51. lrwxrwxrwx 1 root root 9 Mar 28 22:36 ata-ST3160812AS_5LS8KVFX -> ../../sda
  52. lrwxrwxrwx 1 root root 10 Mar 28 22:36 ata-ST3160812AS_5LS8KVFX-part1 -> ../../sda1
  53. lrwxrwxrwx 1 root root 10 Mar 28 22:36 ata-ST3160812AS_5LS8KVFX-part2 -> ../../sda2
  54. lrwxrwxrwx 1 root root 10 Mar 28 22:36 ata-ST3160812AS_5LS8KVFX-part3 -> ../../sda3
  55. lrwxrwxrwx 1 root root 10 Mar 28 22:36 ata-ST3160812AS_5LS8KVFX-part5 -> ../../sda5
  56. lrwxrwxrwx 1 root root 9 Mar 28 22:27 ata-hp_CDDVDW_TS-H653T_R7106GRB526028 -> ../../sr0
  57. lrwxrwxrwx 1 root root 9 Mar 28 22:27 usb-Multiple_Card_Reader_058F63666433-0:0 -> ../../sdb
  58. ================================ Mount points: =================================
  59. Device Mount_Point Type Options
  60. /dev/sda3 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  61. =========================== sda1/boot/grub/grub.cfg: ===========================
  62. --------------------------------------------------------------------------------
  63. #
  64. # DO NOT EDIT THIS FILE
  65. #
  66. # It is automatically generated by grub-mkconfig using templates
  67. # from /etc/grub.d and settings from /etc/default/grub
  68. #
  69. ### BEGIN /etc/grub.d/00_header ###
  70. if [ -s $prefix/grubenv ]; then
  71. set have_grubenv=true
  72. load_env
  73. fi
  74. if [ "${next_entry}" ] ; then
  75. set default="${next_entry}"
  76. set next_entry=
  77. save_env next_entry
  78. set boot_once=true
  79. else
  80. set default="0"
  81. fi
  82. if [ x"${feature_menuentry_id}" = xy ]; then
  83. menuentry_id_option="--id"
  84. else
  85. menuentry_id_option=""
  86. fi
  87. export menuentry_id_option
  88. if [ "${prev_saved_entry}" ]; then
  89. set saved_entry="${prev_saved_entry}"
  90. save_env saved_entry
  91. set prev_saved_entry=
  92. save_env prev_saved_entry
  93. set boot_once=true
  94. fi
  95. function savedefault {
  96. if [ -z "${boot_once}" ]; then
  97. saved_entry="${chosen}"
  98. save_env saved_entry
  99. fi
  100. }
  101. function recordfail {
  102. set recordfail=1
  103. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  104. }
  105. function load_video {
  106. if [ x$feature_all_video_module = xy ]; then
  107. insmod all_video
  108. else
  109. insmod efi_gop
  110. insmod efi_uga
  111. insmod ieee1275_fb
  112. insmod vbe
  113. insmod vga
  114. insmod video_bochs
  115. insmod video_cirrus
  116. fi
  117. }
  118. if [ x$feature_default_font_path = xy ] ; then
  119. font=unicode
  120. else
  121. insmod part_msdos
  122. insmod ext2
  123. set root='hd0,msdos1'
  124. if [ x$feature_platform_search_hint = xy ]; then
  125. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  126. else
  127. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  128. fi
  129. font="/usr/share/grub/unicode.pf2"
  130. fi
  131. if loadfont $font ; then
  132. set gfxmode=auto
  133. load_video
  134. insmod gfxterm
  135. set locale_dir=$prefix/locale
  136. set lang=fr_FR
  137. insmod gettext
  138. fi
  139. terminal_output gfxterm
  140. if [ "${recordfail}" = 1 ] ; then
  141. set timeout=30
  142. else
  143. if [ x$feature_timeout_style = xy ] ; then
  144. set timeout_style=hidden
  145. set timeout=0
  146. # Fallback hidden-timeout code in case the timeout_style feature is
  147. # unavailable.
  148. elif sleep --interruptible 0 ; then
  149. set timeout=0
  150. fi
  151. fi
  152. ### END /etc/grub.d/00_header ###
  153. ### BEGIN /etc/grub.d/05_debian_theme ###
  154. set menu_color_normal=white/black
  155. set menu_color_highlight=black/light-gray
  156. if background_color 44,0,30,0; then
  157. clear
  158. fi
  159. ### END /etc/grub.d/05_debian_theme ###
  160. ### BEGIN /etc/grub.d/10_linux ###
  161. function gfxmode {
  162. set gfxpayload="${1}"
  163. if [ "${1}" = "keep" ]; then
  164. set vt_handoff=vt.handoff=7
  165. else
  166. set vt_handoff=
  167. fi
  168. }
  169. if [ "${recordfail}" != 1 ]; then
  170. if [ -e ${prefix}/gfxblacklist.txt ]; then
  171. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  172. if [ ${match} = 0 ]; then
  173. set linux_gfx_mode=keep
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. else
  181. set linux_gfx_mode=keep
  182. fi
  183. else
  184. set linux_gfx_mode=text
  185. fi
  186. export linux_gfx_mode
  187. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9b841555-d545-4213-ae3d-175475085dab' {
  188. recordfail
  189. load_video
  190. gfxmode $linux_gfx_mode
  191. insmod gzio
  192. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  193. insmod part_msdos
  194. insmod ext2
  195. set root='hd0,msdos1'
  196. if [ x$feature_platform_search_hint = xy ]; then
  197. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  198. else
  199. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  200. fi
  201. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  202. initrd /boot/initrd.img-4.8.0-36-generic
  203. }
  204. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-9b841555-d545-4213-ae3d-175475085dab' {
  205. 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-9b841555-d545-4213-ae3d-175475085dab' {
  206. recordfail
  207. load_video
  208. gfxmode $linux_gfx_mode
  209. insmod gzio
  210. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  211. insmod part_msdos
  212. insmod ext2
  213. set root='hd0,msdos1'
  214. if [ x$feature_platform_search_hint = xy ]; then
  215. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  216. else
  217. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  218. fi
  219. echo 'Chargement de Linux 4.8.0-36-generic…'
  220. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  221. echo 'Chargement du disque mémoire initial…'
  222. initrd /boot/initrd.img-4.8.0-36-generic
  223. }
  224. 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-9b841555-d545-4213-ae3d-175475085dab' {
  225. recordfail
  226. load_video
  227. gfxmode $linux_gfx_mode
  228. insmod gzio
  229. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  230. insmod part_msdos
  231. insmod ext2
  232. set root='hd0,msdos1'
  233. if [ x$feature_platform_search_hint = xy ]; then
  234. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  235. else
  236. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  237. fi
  238. echo 'Chargement de Linux 4.8.0-36-generic…'
  239. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  240. echo 'Chargement du disque mémoire initial…'
  241. initrd /boot/initrd.img-4.8.0-36-generic
  242. }
  243. 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-9b841555-d545-4213-ae3d-175475085dab' {
  244. recordfail
  245. load_video
  246. insmod gzio
  247. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  248. insmod part_msdos
  249. insmod ext2
  250. set root='hd0,msdos1'
  251. if [ x$feature_platform_search_hint = xy ]; then
  252. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  253. else
  254. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  255. fi
  256. echo 'Chargement de Linux 4.8.0-36-generic…'
  257. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro recovery nomodeset
  258. echo 'Chargement du disque mémoire initial…'
  259. initrd /boot/initrd.img-4.8.0-36-generic
  260. }
  261. }
  262. ### END /etc/grub.d/10_linux ###
  263. ### BEGIN /etc/grub.d/20_linux_xen ###
  264. ### END /etc/grub.d/20_linux_xen ###
  265. ### BEGIN /etc/grub.d/20_memtest86+ ###
  266. menuentry 'Memory test (memtest86+)' {
  267. insmod part_msdos
  268. insmod ext2
  269. set root='hd0,msdos1'
  270. if [ x$feature_platform_search_hint = xy ]; then
  271. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  272. else
  273. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  274. fi
  275. knetbsd /boot/memtest86+.elf
  276. }
  277. menuentry 'Memory test (memtest86+, serial console 115200)' {
  278. insmod part_msdos
  279. insmod ext2
  280. set root='hd0,msdos1'
  281. if [ x$feature_platform_search_hint = xy ]; then
  282. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  283. else
  284. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  285. fi
  286. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  287. }
  288. ### END /etc/grub.d/20_memtest86+ ###
  289. ### BEGIN /etc/grub.d/30_os-prober ###
  290. ### END /etc/grub.d/30_os-prober ###
  291. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  292. ### END /etc/grub.d/30_uefi-firmware ###
  293. ### BEGIN /etc/grub.d/40_custom ###
  294. # This file provides an easy way to add custom menu entries. Simply type the
  295. # menu entries you want to add after this comment. Be careful not to change
  296. # the 'exec tail' line above.
  297. ### END /etc/grub.d/40_custom ###
  298. ### BEGIN /etc/grub.d/41_custom ###
  299. if [ -f ${config_directory}/custom.cfg ]; then
  300. source ${config_directory}/custom.cfg
  301. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  302. source $prefix/custom.cfg;
  303. fi
  304. ### END /etc/grub.d/41_custom ###
  305. --------------------------------------------------------------------------------
  306. =============================== sda1/etc/fstab: ================================
  307. --------------------------------------------------------------------------------
  308. # /etc/fstab: static file system information.
  309. #
  310. # Use 'blkid' to print the universally unique identifier for a
  311. # device; this may be used with UUID= as a more robust way to name devices
  312. # that works even if disks are added and removed. See fstab(5).
  313. #
  314. # <file system> <mount point> <type> <options> <dump> <pass>
  315. # / was on /dev/sda1 during installation
  316. UUID=9b841555-d545-4213-ae3d-175475085dab / ext4 errors=remount-ro 0 1
  317. # swap was on /dev/sda5 during installation
  318. UUID=9d1e2f66-c2e2-4817-b8d0-dc111b342da2 none swap sw 0 0
  319. --------------------------------------------------------------------------------
  320. =================== sda1: Location of files loaded by Grub: ====================
  321. GiB - GB File Fragment(s)
  322. 3.887077332 = 4.173717504 boot/grub/grub.cfg 1
  323. 3.774810791 = 4.053172224 boot/grub/i386-pc/core.img 1
  324. 1.406208038 = 1.509904384 boot/vmlinuz-4.8.0-36-generic 1
  325. 1.406208038 = 1.509904384 vmlinuz 1
  326. 4.220912933 = 4.532170752 boot/initrd.img-4.8.0-36-generic 2
  327. 4.220912933 = 4.532170752 initrd.img 2
  328. =========================== sda3/boot/grub/grub.cfg: ===========================
  329. --------------------------------------------------------------------------------
  330. #
  331. # DO NOT EDIT THIS FILE
  332. #
  333. # It is automatically generated by grub-mkconfig using templates
  334. # from /etc/grub.d and settings from /etc/default/grub
  335. #
  336. ### BEGIN /etc/grub.d/00_header ###
  337. if [ -s $prefix/grubenv ]; then
  338. set have_grubenv=true
  339. load_env
  340. fi
  341. if [ "${next_entry}" ] ; then
  342. set default="${next_entry}"
  343. set next_entry=
  344. save_env next_entry
  345. set boot_once=true
  346. else
  347. set default="0"
  348. fi
  349. if [ x"${feature_menuentry_id}" = xy ]; then
  350. menuentry_id_option="--id"
  351. else
  352. menuentry_id_option=""
  353. fi
  354. export menuentry_id_option
  355. if [ "${prev_saved_entry}" ]; then
  356. set saved_entry="${prev_saved_entry}"
  357. save_env saved_entry
  358. set prev_saved_entry=
  359. save_env prev_saved_entry
  360. set boot_once=true
  361. fi
  362. function savedefault {
  363. if [ -z "${boot_once}" ]; then
  364. saved_entry="${chosen}"
  365. save_env saved_entry
  366. fi
  367. }
  368. function recordfail {
  369. set recordfail=1
  370. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  371. }
  372. function load_video {
  373. if [ x$feature_all_video_module = xy ]; then
  374. insmod all_video
  375. else
  376. insmod efi_gop
  377. insmod efi_uga
  378. insmod ieee1275_fb
  379. insmod vbe
  380. insmod vga
  381. insmod video_bochs
  382. insmod video_cirrus
  383. fi
  384. }
  385. if [ x$feature_default_font_path = xy ] ; then
  386. font=unicode
  387. else
  388. insmod part_msdos
  389. insmod ext2
  390. set root='hd0,msdos3'
  391. if [ x$feature_platform_search_hint = xy ]; then
  392. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 9b841555-d545-4213-ae3d-175475085dab
  393. else
  394. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  395. fi
  396. font="/usr/share/grub/unicode.pf2"
  397. fi
  398. if loadfont $font ; then
  399. set gfxmode=auto
  400. load_video
  401. insmod gfxterm
  402. set locale_dir=$prefix/locale
  403. set lang=fr_FR
  404. insmod gettext
  405. fi
  406. terminal_output gfxterm
  407. if [ "${recordfail}" = 1 ] ; then
  408. set timeout=30
  409. else
  410. if [ x$feature_timeout_style = xy ] ; then
  411. set timeout_style=hidden
  412. set timeout=0
  413. # Fallback hidden-timeout code in case the timeout_style feature is
  414. # unavailable.
  415. elif sleep --interruptible 0 ; then
  416. set timeout=0
  417. fi
  418. fi
  419. ### END /etc/grub.d/00_header ###
  420. ### BEGIN /etc/grub.d/05_debian_theme ###
  421. set menu_color_normal=white/black
  422. set menu_color_highlight=black/light-gray
  423. if background_color 44,0,30,0; then
  424. clear
  425. fi
  426. ### END /etc/grub.d/05_debian_theme ###
  427. ### BEGIN /etc/grub.d/10_linux ###
  428. function gfxmode {
  429. set gfxpayload="${1}"
  430. if [ "${1}" = "keep" ]; then
  431. set vt_handoff=vt.handoff=7
  432. else
  433. set vt_handoff=
  434. fi
  435. }
  436. if [ "${recordfail}" != 1 ]; then
  437. if [ -e ${prefix}/gfxblacklist.txt ]; then
  438. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  439. if [ ${match} = 0 ]; then
  440. set linux_gfx_mode=keep
  441. else
  442. set linux_gfx_mode=text
  443. fi
  444. else
  445. set linux_gfx_mode=text
  446. fi
  447. else
  448. set linux_gfx_mode=keep
  449. fi
  450. else
  451. set linux_gfx_mode=text
  452. fi
  453. export linux_gfx_mode
  454. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9b841555-d545-4213-ae3d-175475085dab' {
  455. recordfail
  456. load_video
  457. gfxmode $linux_gfx_mode
  458. insmod gzio
  459. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  460. insmod part_msdos
  461. insmod ext2
  462. set root='hd0,msdos3'
  463. if [ x$feature_platform_search_hint = xy ]; then
  464. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 9b841555-d545-4213-ae3d-175475085dab
  465. else
  466. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  467. fi
  468. linux /boot/vmlinuz-4.8.0-44-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  469. initrd /boot/initrd.img-4.8.0-44-generic
  470. }
  471. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-9b841555-d545-4213-ae3d-175475085dab' {
  472. menuentry 'Ubuntu, avec Linux 4.8.0-44-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-44-generic-advanced-9b841555-d545-4213-ae3d-175475085dab' {
  473. recordfail
  474. load_video
  475. gfxmode $linux_gfx_mode
  476. insmod gzio
  477. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  478. insmod part_msdos
  479. insmod ext2
  480. set root='hd0,msdos3'
  481. if [ x$feature_platform_search_hint = xy ]; then
  482. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 9b841555-d545-4213-ae3d-175475085dab
  483. else
  484. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  485. fi
  486. echo 'Chargement de Linux 4.8.0-44-generic…'
  487. linux /boot/vmlinuz-4.8.0-44-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  488. echo 'Chargement du disque mémoire initial…'
  489. initrd /boot/initrd.img-4.8.0-44-generic
  490. }
  491. menuentry 'Ubuntu, with Linux 4.8.0-44-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-44-generic-init-upstart-9b841555-d545-4213-ae3d-175475085dab' {
  492. recordfail
  493. load_video
  494. gfxmode $linux_gfx_mode
  495. insmod gzio
  496. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  497. insmod part_msdos
  498. insmod ext2
  499. set root='hd0,msdos3'
  500. if [ x$feature_platform_search_hint = xy ]; then
  501. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 9b841555-d545-4213-ae3d-175475085dab
  502. else
  503. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  504. fi
  505. echo 'Chargement de Linux 4.8.0-44-generic…'
  506. linux /boot/vmlinuz-4.8.0-44-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  507. echo 'Chargement du disque mémoire initial…'
  508. initrd /boot/initrd.img-4.8.0-44-generic
  509. }
  510. menuentry 'Ubuntu, with Linux 4.8.0-44-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-44-generic-recovery-9b841555-d545-4213-ae3d-175475085dab' {
  511. recordfail
  512. load_video
  513. insmod gzio
  514. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  515. insmod part_msdos
  516. insmod ext2
  517. set root='hd0,msdos3'
  518. if [ x$feature_platform_search_hint = xy ]; then
  519. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 9b841555-d545-4213-ae3d-175475085dab
  520. else
  521. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  522. fi
  523. echo 'Chargement de Linux 4.8.0-44-generic…'
  524. linux /boot/vmlinuz-4.8.0-44-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro recovery nomodeset
  525. echo 'Chargement du disque mémoire initial…'
  526. initrd /boot/initrd.img-4.8.0-44-generic
  527. }
  528. 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-9b841555-d545-4213-ae3d-175475085dab' {
  529. recordfail
  530. load_video
  531. gfxmode $linux_gfx_mode
  532. insmod gzio
  533. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  534. insmod part_msdos
  535. insmod ext2
  536. set root='hd0,msdos3'
  537. if [ x$feature_platform_search_hint = xy ]; then
  538. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 9b841555-d545-4213-ae3d-175475085dab
  539. else
  540. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  541. fi
  542. echo 'Chargement de Linux 4.8.0-36-generic…'
  543. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  544. echo 'Chargement du disque mémoire initial…'
  545. initrd /boot/initrd.img-4.8.0-36-generic
  546. }
  547. 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-9b841555-d545-4213-ae3d-175475085dab' {
  548. recordfail
  549. load_video
  550. gfxmode $linux_gfx_mode
  551. insmod gzio
  552. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  553. insmod part_msdos
  554. insmod ext2
  555. set root='hd0,msdos3'
  556. if [ x$feature_platform_search_hint = xy ]; then
  557. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 9b841555-d545-4213-ae3d-175475085dab
  558. else
  559. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  560. fi
  561. echo 'Chargement de Linux 4.8.0-36-generic…'
  562. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  563. echo 'Chargement du disque mémoire initial…'
  564. initrd /boot/initrd.img-4.8.0-36-generic
  565. }
  566. 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-9b841555-d545-4213-ae3d-175475085dab' {
  567. recordfail
  568. load_video
  569. insmod gzio
  570. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  571. insmod part_msdos
  572. insmod ext2
  573. set root='hd0,msdos3'
  574. if [ x$feature_platform_search_hint = xy ]; then
  575. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 9b841555-d545-4213-ae3d-175475085dab
  576. else
  577. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  578. fi
  579. echo 'Chargement de Linux 4.8.0-36-generic…'
  580. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro recovery nomodeset
  581. echo 'Chargement du disque mémoire initial…'
  582. initrd /boot/initrd.img-4.8.0-36-generic
  583. }
  584. }
  585. ### END /etc/grub.d/10_linux ###
  586. ### BEGIN /etc/grub.d/20_linux_xen ###
  587. ### END /etc/grub.d/20_linux_xen ###
  588. ### BEGIN /etc/grub.d/20_memtest86+ ###
  589. menuentry 'Memory test (memtest86+)' {
  590. insmod part_msdos
  591. insmod ext2
  592. set root='hd0,msdos3'
  593. if [ x$feature_platform_search_hint = xy ]; then
  594. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 9b841555-d545-4213-ae3d-175475085dab
  595. else
  596. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  597. fi
  598. knetbsd /boot/memtest86+.elf
  599. }
  600. menuentry 'Memory test (memtest86+, serial console 115200)' {
  601. insmod part_msdos
  602. insmod ext2
  603. set root='hd0,msdos3'
  604. if [ x$feature_platform_search_hint = xy ]; then
  605. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 9b841555-d545-4213-ae3d-175475085dab
  606. else
  607. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  608. fi
  609. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  610. }
  611. ### END /etc/grub.d/20_memtest86+ ###
  612. ### BEGIN /etc/grub.d/30_os-prober ###
  613. menuentry 'Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-9b841555-d545-4213-ae3d-175475085dab' {
  614. insmod part_msdos
  615. insmod ext2
  616. set root='hd0,msdos1'
  617. if [ x$feature_platform_search_hint = xy ]; then
  618. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  619. else
  620. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  621. fi
  622. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  623. initrd /boot/initrd.img-4.8.0-36-generic
  624. }
  625. submenu 'Options avancées pour Ubuntu 16.04.2 LTS (16.04) (sur /dev/sda1)' $menuentry_id_option 'osprober-gnulinux-advanced-9b841555-d545-4213-ae3d-175475085dab' {
  626. menuentry 'Ubuntu (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.8.0-36-generic--9b841555-d545-4213-ae3d-175475085dab' {
  627. insmod part_msdos
  628. insmod ext2
  629. set root='hd0,msdos1'
  630. if [ x$feature_platform_search_hint = xy ]; then
  631. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  632. else
  633. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  634. fi
  635. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  636. initrd /boot/initrd.img-4.8.0-36-generic
  637. }
  638. 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--9b841555-d545-4213-ae3d-175475085dab' {
  639. insmod part_msdos
  640. insmod ext2
  641. set root='hd0,msdos1'
  642. if [ x$feature_platform_search_hint = xy ]; then
  643. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  644. else
  645. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  646. fi
  647. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff
  648. initrd /boot/initrd.img-4.8.0-36-generic
  649. }
  650. 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--9b841555-d545-4213-ae3d-175475085dab' {
  651. insmod part_msdos
  652. insmod ext2
  653. set root='hd0,msdos1'
  654. if [ x$feature_platform_search_hint = xy ]; then
  655. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  656. else
  657. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  658. fi
  659. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau $vt_handoff init=/sbin/upstart
  660. initrd /boot/initrd.img-4.8.0-36-generic
  661. }
  662. 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=9b841555-d545-4213-ae3d-175475085dab ro recovery nomodeset-9b841555-d545-4213-ae3d-175475085dab' {
  663. insmod part_msdos
  664. insmod ext2
  665. set root='hd0,msdos1'
  666. if [ x$feature_platform_search_hint = xy ]; then
  667. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9b841555-d545-4213-ae3d-175475085dab
  668. else
  669. search --no-floppy --fs-uuid --set=root 9b841555-d545-4213-ae3d-175475085dab
  670. fi
  671. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro recovery nomodeset
  672. initrd /boot/initrd.img-4.8.0-36-generic
  673. }
  674. }
  675. set timeout_style=menu
  676. if [ "${timeout}" = 0 ]; then
  677. set timeout=10
  678. fi
  679. ### END /etc/grub.d/30_os-prober ###
  680. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  681. ### END /etc/grub.d/30_uefi-firmware ###
  682. ### BEGIN /etc/grub.d/40_custom ###
  683. # This file provides an easy way to add custom menu entries. Simply type the
  684. # menu entries you want to add after this comment. Be careful not to change
  685. # the 'exec tail' line above.
  686. ### END /etc/grub.d/40_custom ###
  687. ### BEGIN /etc/grub.d/41_custom ###
  688. if [ -f ${config_directory}/custom.cfg ]; then
  689. source ${config_directory}/custom.cfg
  690. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  691. source $prefix/custom.cfg;
  692. fi
  693. ### END /etc/grub.d/41_custom ###
  694. --------------------------------------------------------------------------------
  695. =============================== sda3/etc/fstab: ================================
  696. --------------------------------------------------------------------------------
  697. # /etc/fstab: static file system information.
  698. #
  699. # Use 'blkid' to print the universally unique identifier for a
  700. # device; this may be used with UUID= as a more robust way to name devices
  701. # that works even if disks are added and removed. See fstab(5).
  702. #
  703. # <file system> <mount point> <type> <options> <dump> <pass>
  704. # / was on /dev/sda1 during installation
  705. UUID=9b841555-d545-4213-ae3d-175475085dab / ext4 errors=remount-ro 0 1
  706. # swap was on /dev/sda5 during installation
  707. UUID=9d1e2f66-c2e2-4817-b8d0-dc111b342da2 none swap sw 0 0
  708. --------------------------------------------------------------------------------
  709. =================== sda3: Location of files loaded by Grub: ====================
  710. GiB - GB File Fragment(s)
  711. 13.367561340 = 14.353309696 boot/grub/grub.cfg 1
  712. 14.205108643 = 15.252619264 boot/grub/i386-pc/core.img 1
  713. 11.704059601 = 12.567138304 boot/vmlinuz-4.8.0-36-generic 1
  714. 16.222026825 = 17.418268672 boot/vmlinuz-4.8.0-44-generic 1
  715. 16.222026825 = 17.418268672 vmlinuz 1
  716. 11.704059601 = 12.567138304 vmlinuz.old 1
  717. 14.518764496 = 15.589404672 boot/initrd.img-4.8.0-36-generic 2
  718. 16.685970306 = 17.916424192 boot/initrd.img-4.8.0-44-generic 2
  719. 16.685970306 = 17.916424192 initrd.img 2
  720. 14.518764496 = 15.589404672 initrd.img.old 2
  721. ========= Devices which don't seem to have a corresponding hard drive: =========
  722. sdb
  723. ADDITIONAL INFORMATION :
  724. =================== log of boot-info 2017-03-28__22h36 ===================
  725. boot-info version : 4ppa40
  726. boot-sav version : 4ppa40
  727. glade2script version : 3.2.3~ppa1
  728. boot-sav-extra version : 4ppa40
  729. boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  730. CPU op-mode(s): 32-bit, 64-bit
  731. BOOT_IMAGE=/boot/vmlinuz-4.8.0-44-generic root=UUID=9b841555-d545-4213-ae3d-175475085dab ro quiet splash modprobe.blacklist=nouveau vt.handoff=7
  732. =================== os-prober:
  733. /dev/sda3:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
  734. /dev/sda1:Ubuntu 16.04.2 LTS (16.04):Ubuntu:linux
  735. =================== blkid:
  736. /dev/sda1: UUID="9b841555-d545-4213-ae3d-175475085dab" TYPE="ext4" PARTUUID="4e15f813-01"
  737. /dev/sda3: UUID="9b841555-d545-4213-ae3d-175475085dab" TYPE="ext4" PARTUUID="4e15f813-03"
  738. /dev/sda5: UUID="9d1e2f66-c2e2-4817-b8d0-dc111b342da2" TYPE="swap" PTTYPE="dos" PARTUUID="4e15f813-05"
  739. 1 disks with OS, 2 OS : 2 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  740. =================== /etc/grub.d/ :
  741. drwxr-xr-x 2 root root 4096 mars 28 22:10 grub.d
  742. total 80
  743. -rwxr-xr-x 1 root root 9791 janv. 13 17:26 00_header
  744. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  745. -rwxr-xr-x 1 root root 12512 mars 1 22:01 10_linux
  746. -rwxr-xr-x 1 root root 11082 janv. 13 17:26 20_linux_xen
  747. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  748. -rwxr-xr-x 1 root root 11692 janv. 13 17:26 30_os-prober
  749. -rwxr-xr-x 1 root root 1418 janv. 13 17:26 30_uefi-firmware
  750. -rwxr-xr-x 1 root root 214 janv. 13 17:26 40_custom
  751. -rwxr-xr-x 1 root root 216 janv. 13 17:26 41_custom
  752. -rw-r--r-- 1 root root 483 janv. 13 17:26 README
  753. =================== /etc/default/grub :
  754. # If you change this file, run 'update-grub' afterwards to update
  755. # /boot/grub/grub.cfg.
  756. # For full documentation of the options in this file, see:
  757. # info -f grub -n 'Simple configuration'
  758. GRUB_DEFAULT=0
  759. GRUB_HIDDEN_TIMEOUT=0
  760. GRUB_HIDDEN_TIMEOUT_QUIET=true
  761. GRUB_TIMEOUT=10
  762. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  763. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=nouveau"
  764. GRUB_CMDLINE_LINUX=""
  765. # Uncomment to enable BadRAM filtering, modify to suit your needs
  766. # This works with Linux (no patch required) and with any kernel that obtains
  767. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  768. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  769. # Uncomment to disable graphical terminal (grub-pc only)
  770. #GRUB_TERMINAL=console
  771. # The resolution used on graphical terminal
  772. # note that you can use only modes which your graphic card supports via VBE
  773. # you can see them in real GRUB with the command `vbeinfo'
  774. #GRUB_GFXMODE=640x480
  775. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  776. #GRUB_DISABLE_LINUX_UUID=true
  777. # Uncomment to disable generation of recovery mode menu entries
  778. #GRUB_DISABLE_RECOVERY="true"
  779. # Uncomment to get a beep at grub start
  780. #GRUB_INIT_TUNE="480 440 1"
  781. =================== sda1/etc/grub.d/ :
  782. drwxr-xr-x 2 root root 4096 févr. 15 21:36 grub.d
  783. total 76
  784. -rwxr-xr-x 1 root root 9791 janv. 13 17:26 00_header
  785. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  786. -rwxr-xr-x 1 root root 12261 janv. 13 17:26 10_linux
  787. -rwxr-xr-x 1 root root 11082 janv. 13 17:26 20_linux_xen
  788. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  789. -rwxr-xr-x 1 root root 11692 janv. 13 17:26 30_os-prober
  790. -rwxr-xr-x 1 root root 1418 janv. 13 17:26 30_uefi-firmware
  791. -rwxr-xr-x 1 root root 214 janv. 13 17:26 40_custom
  792. -rwxr-xr-x 1 root root 216 janv. 13 17:26 41_custom
  793. -rw-r--r-- 1 root root 483 janv. 13 17:26 README
  794. =================== sda1/etc/default/grub :
  795. # If you change this file, run 'update-grub' afterwards to update
  796. # /boot/grub/grub.cfg.
  797. # For full documentation of the options in this file, see:
  798. # info -f grub -n 'Simple configuration'
  799. GRUB_DEFAULT=0
  800. GRUB_HIDDEN_TIMEOUT=0
  801. GRUB_HIDDEN_TIMEOUT_QUIET=true
  802. GRUB_TIMEOUT=10
  803. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  804. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=nouveau"
  805. GRUB_CMDLINE_LINUX=""
  806. # Uncomment to enable BadRAM filtering, modify to suit your needs
  807. # This works with Linux (no patch required) and with any kernel that obtains
  808. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  809. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  810. # Uncomment to disable graphical terminal (grub-pc only)
  811. #GRUB_TERMINAL=console
  812. # The resolution used on graphical terminal
  813. # note that you can use only modes which your graphic card supports via VBE
  814. # you can see them in real GRUB with the command `vbeinfo'
  815. #GRUB_GFXMODE=640x480
  816. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  817. #GRUB_DISABLE_LINUX_UUID=true
  818. # Uncomment to disable generation of recovery mode menu entries
  819. #GRUB_DISABLE_RECOVERY="true"
  820. # Uncomment to get a beep at grub start
  821. #GRUB_INIT_TUNE="480 440 1"
  822. =================== sda1recordfail=1/grub/grubenv :
  823. recordfail=1
  824. =================== UEFI/Legacy mode:
  825. This installed-session is not in EFI-mode.
  826. SecureBoot disabled.
  827. =================== PARTITIONS & DISKS:
  828. 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, .
  829. sda1 : sda, not-sepboot, grubenv-ng 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.
  830. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  831. =================== parted -l:
  832. Model: ATA ST3160812AS (scsi)
  833. Disk /dev/sda: 160GB
  834. Sector size (logical/physical): 512B/512B
  835. Partition Table: msdos
  836. Disk Flags:
  837. Number Start End Size Type File system Flags
  838. 1 1049kB 11.1GB 11.1GB primary ext4 boot
  839. 3 11.1GB 22.1GB 11.1GB primary ext4
  840. 2 154GB 160GB 6421MB extended
  841. 5 154GB 160GB 6421MB logical linux-swap(v1)
  842. =================== parted -lm:
  843. BYT;
  844. /dev/sda:160GB:scsi:512:512:msdos:ATA ST3160812AS:;
  845. 1:1049kB:11.1GB:11.1GB:ext4::boot;
  846. 3:11.1GB:22.1GB:11.1GB:ext4::;
  847. 2:154GB:160GB:6421MB:::;
  848. 5:154GB:160GB:6421MB:linux-swap(v1)::;
  849. =================== lsblk:
  850. KNAME TYPE FSTYPE SIZE LABEL
  851. sr0 rom 1024M
  852. sda disk 149G
  853. sda2 part 1K
  854. sda5 part swap 6G
  855. sda3 part ext4 10,3G
  856. sda1 part ext4 10,3G
  857. KNAME ROTA RO RM STATE MOUNTPOINT
  858. sr0 1 0 1 running
  859. sda 1 0 0 running
  860. sda2 1 0 0
  861. sda5 1 0 0 [SWAP]
  862. sda3 1 0 0 /
  863. sda1 1 0 0 /mnt/boot-sav/sda1
  864. =================== mount:
  865. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  866. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  867. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3024392k,nr_inodes=756098,mode=755)
  868. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  869. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=609116k,mode=755)
  870. /dev/sda3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  871. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  872. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  873. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  874. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  875. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  876. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  877. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  878. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  879. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  880. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  881. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  882. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  883. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  884. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  885. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  886. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  887. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=9198)
  888. mqueue on /dev/mqueue type mqueue (rw,relatime)
  889. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  890. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  891. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  892. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=609116k,mode=700,uid=1000,gid=1000)
  893. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  894. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  895. =================== ls:
  896. /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 sda5 size slaves stat subsystem trace uevent
  897. /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
  898. /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
  899. /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 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  900. ls /dev/mapper: control
  901. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  902. =================== df -Th:
  903. Filesystem Type Size Used Avail Use% Mounted on
  904. udev devtmpfs 2.9G 0 2.9G 0% /dev
  905. tmpfs tmpfs 595M 8.7M 587M 2% /run
  906. /dev/sda3 ext4 11G 4.7G 4.8G 50% /
  907. tmpfs tmpfs 3.0G 236K 3.0G 1% /dev/shm
  908. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  909. tmpfs tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup
  910. tmpfs tmpfs 595M 72K 595M 1% /run/user/1000
  911. /dev/sda1 ext4 11G 4.0G 5.5G 42% /mnt/boot-sav/sda1
  912. =================== fdisk -l:
  913. Disk /dev/sda: 149 GiB, 160000000000 bytes, 312500000 sectors
  914. Units: sectors of 1 * 512 = 512 bytes
  915. Sector size (logical/physical): 512 bytes / 512 bytes
  916. I/O size (minimum/optimal): 512 bytes / 512 bytes
  917. Disklabel type: dos
  918. Disk identifier: 0x4e15f813
  919. Device Boot Start End Sectors Size Id Type
  920. /dev/sda1 * 2048 21598207 21596160 10.3G 83 Linux
  921. /dev/sda2 299956222 312498175 12541954 6G 5 Extended
  922. /dev/sda3 21598208 43194367 21596160 10.3G 83 Linux
  923. /dev/sda5 299956224 312498175 12541952 6G 82 Linux swap / Solaris
  924. Partition table entries are not in disk order.
  925. =================== Suggested repair
  926. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda3 into the MBR of sda.
  927. Additional repair would be performed: unhide-bootmenu-10s
  928. =================== User settings
  929. The settings chosen by the user will not act on the boot.
  930. paste.ubuntu.com ko (), using paste.debian
  931. paste.debian.net ko (), using paste2