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.1 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: -
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  28. Units: sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 512 bytes
  30. I/O size (minimum/optimal): 512 bytes / 512 bytes
  31. Disklabel type: dos
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 * 2,048 968,591,359 968,589,312 83 Linux
  34. /dev/sda2 968,593,406 976,771,071 8,177,666 5 Extended
  35. /dev/sda5 968,593,408 976,771,071 8,177,664 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 506adef2-aa18-4eba-a32b-32a9bef1c71c ext4
  39. /dev/sda5 5ecd75ce-763c-4b4d-8a0e-66659a587cea swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Jan 11 10:03 ata-TOSHIBA_MQ01ABF050_26R8CQ3GT -> ../../sda
  43. lrwxrwxrwx 1 root root 10 Jan 11 10:03 ata-TOSHIBA_MQ01ABF050_26R8CQ3GT-part1 -> ../../sda1
  44. lrwxrwxrwx 1 root root 10 Jan 11 10:03 ata-TOSHIBA_MQ01ABF050_26R8CQ3GT-part2 -> ../../sda2
  45. lrwxrwxrwx 1 root root 10 Jan 11 10:03 ata-TOSHIBA_MQ01ABF050_26R8CQ3GT-part5 -> ../../sda5
  46. lrwxrwxrwx 1 root root 9 Jan 11 10:03 wwn-0x50000396d368b4c9 -> ../../sda
  47. lrwxrwxrwx 1 root root 10 Jan 11 10:03 wwn-0x50000396d368b4c9-part1 -> ../../sda1
  48. lrwxrwxrwx 1 root root 10 Jan 11 10:03 wwn-0x50000396d368b4c9-part2 -> ../../sda2
  49. lrwxrwxrwx 1 root root 10 Jan 11 10:03 wwn-0x50000396d368b4c9-part5 -> ../../sda5
  50. ================================ Mount points: =================================
  51. Device Mount_Point Type Options
  52. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  53. =========================== sda1/boot/grub/grub.cfg: ===========================
  54. --------------------------------------------------------------------------------
  55. #
  56. # DO NOT EDIT THIS FILE
  57. #
  58. # It is automatically generated by grub-mkconfig using templates
  59. # from /etc/grub.d and settings from /etc/default/grub
  60. #
  61. ### BEGIN /etc/grub.d/00_header ###
  62. if [ -s $prefix/grubenv ]; then
  63. set have_grubenv=true
  64. load_env
  65. fi
  66. if [ "${next_entry}" ] ; then
  67. set default="${next_entry}"
  68. set next_entry=
  69. save_env next_entry
  70. set boot_once=true
  71. else
  72. set default="0"
  73. fi
  74. if [ x"${feature_menuentry_id}" = xy ]; then
  75. menuentry_id_option="--id"
  76. else
  77. menuentry_id_option=""
  78. fi
  79. export menuentry_id_option
  80. if [ "${prev_saved_entry}" ]; then
  81. set saved_entry="${prev_saved_entry}"
  82. save_env saved_entry
  83. set prev_saved_entry=
  84. save_env prev_saved_entry
  85. set boot_once=true
  86. fi
  87. function savedefault {
  88. if [ -z "${boot_once}" ]; then
  89. saved_entry="${chosen}"
  90. save_env saved_entry
  91. fi
  92. }
  93. function recordfail {
  94. set recordfail=1
  95. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  96. }
  97. function load_video {
  98. if [ x$feature_all_video_module = xy ]; then
  99. insmod all_video
  100. else
  101. insmod efi_gop
  102. insmod efi_uga
  103. insmod ieee1275_fb
  104. insmod vbe
  105. insmod vga
  106. insmod video_bochs
  107. insmod video_cirrus
  108. fi
  109. }
  110. if [ x$feature_default_font_path = xy ] ; then
  111. font=unicode
  112. else
  113. insmod part_msdos
  114. insmod ext2
  115. set root='hd0,msdos1'
  116. if [ x$feature_platform_search_hint = xy ]; then
  117. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 506adef2-aa18-4eba-a32b-32a9bef1c71c
  118. else
  119. search --no-floppy --fs-uuid --set=root 506adef2-aa18-4eba-a32b-32a9bef1c71c
  120. fi
  121. font="/usr/share/grub/unicode.pf2"
  122. fi
  123. if loadfont $font ; then
  124. set gfxmode=auto
  125. load_video
  126. insmod gfxterm
  127. set locale_dir=$prefix/locale
  128. set lang=fr_FR
  129. insmod gettext
  130. fi
  131. terminal_output gfxterm
  132. if [ "${recordfail}" = 1 ] ; then
  133. set timeout=30
  134. else
  135. if [ x$feature_timeout_style = xy ] ; then
  136. set timeout_style=hidden
  137. set timeout=0
  138. # Fallback hidden-timeout code in case the timeout_style feature is
  139. # unavailable.
  140. elif sleep --interruptible 0 ; then
  141. set timeout=0
  142. fi
  143. fi
  144. ### END /etc/grub.d/00_header ###
  145. ### BEGIN /etc/grub.d/05_debian_theme ###
  146. set menu_color_normal=white/black
  147. set menu_color_highlight=black/light-gray
  148. if background_color 44,0,30,0; then
  149. clear
  150. fi
  151. ### END /etc/grub.d/05_debian_theme ###
  152. ### BEGIN /etc/grub.d/10_linux ###
  153. function gfxmode {
  154. set gfxpayload="${1}"
  155. if [ "${1}" = "keep" ]; then
  156. set vt_handoff=vt.handoff=7
  157. else
  158. set vt_handoff=
  159. fi
  160. }
  161. if [ "${recordfail}" != 1 ]; then
  162. if [ -e ${prefix}/gfxblacklist.txt ]; then
  163. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  164. if [ ${match} = 0 ]; then
  165. set linux_gfx_mode=keep
  166. else
  167. set linux_gfx_mode=text
  168. fi
  169. else
  170. set linux_gfx_mode=text
  171. fi
  172. else
  173. set linux_gfx_mode=keep
  174. fi
  175. else
  176. set linux_gfx_mode=text
  177. fi
  178. export linux_gfx_mode
  179. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-506adef2-aa18-4eba-a32b-32a9bef1c71c' {
  180. recordfail
  181. load_video
  182. gfxmode $linux_gfx_mode
  183. insmod gzio
  184. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  185. insmod part_msdos
  186. insmod ext2
  187. set root='hd0,msdos1'
  188. if [ x$feature_platform_search_hint = xy ]; then
  189. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 506adef2-aa18-4eba-a32b-32a9bef1c71c
  190. else
  191. search --no-floppy --fs-uuid --set=root 506adef2-aa18-4eba-a32b-32a9bef1c71c
  192. fi
  193. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=506adef2-aa18-4eba-a32b-32a9bef1c71c ro quiet splash $vt_handoff
  194. initrd /boot/initrd.img-4.4.0-59-generic
  195. }
  196. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-506adef2-aa18-4eba-a32b-32a9bef1c71c' {
  197. menuentry 'Ubuntu, avec Linux 4.4.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-advanced-506adef2-aa18-4eba-a32b-32a9bef1c71c' {
  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 506adef2-aa18-4eba-a32b-32a9bef1c71c
  208. else
  209. search --no-floppy --fs-uuid --set=root 506adef2-aa18-4eba-a32b-32a9bef1c71c
  210. fi
  211. echo 'Chargement de Linux 4.4.0-59-generic…'
  212. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=506adef2-aa18-4eba-a32b-32a9bef1c71c ro quiet splash $vt_handoff
  213. echo 'Chargement du disque mémoire initial…'
  214. initrd /boot/initrd.img-4.4.0-59-generic
  215. }
  216. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-init-upstart-506adef2-aa18-4eba-a32b-32a9bef1c71c' {
  217. recordfail
  218. load_video
  219. gfxmode $linux_gfx_mode
  220. insmod gzio
  221. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  222. insmod part_msdos
  223. insmod ext2
  224. set root='hd0,msdos1'
  225. if [ x$feature_platform_search_hint = xy ]; then
  226. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 506adef2-aa18-4eba-a32b-32a9bef1c71c
  227. else
  228. search --no-floppy --fs-uuid --set=root 506adef2-aa18-4eba-a32b-32a9bef1c71c
  229. fi
  230. echo 'Chargement de Linux 4.4.0-59-generic…'
  231. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=506adef2-aa18-4eba-a32b-32a9bef1c71c ro quiet splash $vt_handoff init=/sbin/upstart
  232. echo 'Chargement du disque mémoire initial…'
  233. initrd /boot/initrd.img-4.4.0-59-generic
  234. }
  235. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-recovery-506adef2-aa18-4eba-a32b-32a9bef1c71c' {
  236. recordfail
  237. load_video
  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 506adef2-aa18-4eba-a32b-32a9bef1c71c
  245. else
  246. search --no-floppy --fs-uuid --set=root 506adef2-aa18-4eba-a32b-32a9bef1c71c
  247. fi
  248. echo 'Chargement de Linux 4.4.0-59-generic…'
  249. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=506adef2-aa18-4eba-a32b-32a9bef1c71c ro recovery nomodeset
  250. echo 'Chargement du disque mémoire initial…'
  251. initrd /boot/initrd.img-4.4.0-59-generic
  252. }
  253. menuentry 'Ubuntu, avec Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-506adef2-aa18-4eba-a32b-32a9bef1c71c' {
  254. recordfail
  255. load_video
  256. gfxmode $linux_gfx_mode
  257. insmod gzio
  258. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  259. insmod part_msdos
  260. insmod ext2
  261. set root='hd0,msdos1'
  262. if [ x$feature_platform_search_hint = xy ]; then
  263. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 506adef2-aa18-4eba-a32b-32a9bef1c71c
  264. else
  265. search --no-floppy --fs-uuid --set=root 506adef2-aa18-4eba-a32b-32a9bef1c71c
  266. fi
  267. echo 'Chargement de Linux 4.4.0-31-generic…'
  268. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=506adef2-aa18-4eba-a32b-32a9bef1c71c ro quiet splash $vt_handoff
  269. echo 'Chargement du disque mémoire initial…'
  270. initrd /boot/initrd.img-4.4.0-31-generic
  271. }
  272. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-506adef2-aa18-4eba-a32b-32a9bef1c71c' {
  273. recordfail
  274. load_video
  275. gfxmode $linux_gfx_mode
  276. insmod gzio
  277. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  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 506adef2-aa18-4eba-a32b-32a9bef1c71c
  283. else
  284. search --no-floppy --fs-uuid --set=root 506adef2-aa18-4eba-a32b-32a9bef1c71c
  285. fi
  286. echo 'Chargement de Linux 4.4.0-31-generic…'
  287. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=506adef2-aa18-4eba-a32b-32a9bef1c71c ro quiet splash $vt_handoff init=/sbin/upstart
  288. echo 'Chargement du disque mémoire initial…'
  289. initrd /boot/initrd.img-4.4.0-31-generic
  290. }
  291. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-506adef2-aa18-4eba-a32b-32a9bef1c71c' {
  292. recordfail
  293. load_video
  294. insmod gzio
  295. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  296. insmod part_msdos
  297. insmod ext2
  298. set root='hd0,msdos1'
  299. if [ x$feature_platform_search_hint = xy ]; then
  300. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 506adef2-aa18-4eba-a32b-32a9bef1c71c
  301. else
  302. search --no-floppy --fs-uuid --set=root 506adef2-aa18-4eba-a32b-32a9bef1c71c
  303. fi
  304. echo 'Chargement de Linux 4.4.0-31-generic…'
  305. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=506adef2-aa18-4eba-a32b-32a9bef1c71c ro recovery nomodeset
  306. echo 'Chargement du disque mémoire initial…'
  307. initrd /boot/initrd.img-4.4.0-31-generic
  308. }
  309. }
  310. ### END /etc/grub.d/10_linux ###
  311. ### BEGIN /etc/grub.d/20_linux_xen ###
  312. ### END /etc/grub.d/20_linux_xen ###
  313. ### BEGIN /etc/grub.d/20_memtest86+ ###
  314. menuentry 'Memory test (memtest86+)' {
  315. insmod part_msdos
  316. insmod ext2
  317. set root='hd0,msdos1'
  318. if [ x$feature_platform_search_hint = xy ]; then
  319. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 506adef2-aa18-4eba-a32b-32a9bef1c71c
  320. else
  321. search --no-floppy --fs-uuid --set=root 506adef2-aa18-4eba-a32b-32a9bef1c71c
  322. fi
  323. knetbsd /boot/memtest86+.elf
  324. }
  325. menuentry 'Memory test (memtest86+, serial console 115200)' {
  326. insmod part_msdos
  327. insmod ext2
  328. set root='hd0,msdos1'
  329. if [ x$feature_platform_search_hint = xy ]; then
  330. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 506adef2-aa18-4eba-a32b-32a9bef1c71c
  331. else
  332. search --no-floppy --fs-uuid --set=root 506adef2-aa18-4eba-a32b-32a9bef1c71c
  333. fi
  334. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  335. }
  336. ### END /etc/grub.d/20_memtest86+ ###
  337. ### BEGIN /etc/grub.d/30_os-prober ###
  338. ### END /etc/grub.d/30_os-prober ###
  339. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  340. ### END /etc/grub.d/30_uefi-firmware ###
  341. ### BEGIN /etc/grub.d/40_custom ###
  342. # This file provides an easy way to add custom menu entries. Simply type the
  343. # menu entries you want to add after this comment. Be careful not to change
  344. # the 'exec tail' line above.
  345. ### END /etc/grub.d/40_custom ###
  346. ### BEGIN /etc/grub.d/41_custom ###
  347. if [ -f ${config_directory}/custom.cfg ]; then
  348. source ${config_directory}/custom.cfg
  349. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  350. source $prefix/custom.cfg;
  351. fi
  352. ### END /etc/grub.d/41_custom ###
  353. --------------------------------------------------------------------------------
  354. =============================== sda1/etc/fstab: ================================
  355. --------------------------------------------------------------------------------
  356. # /etc/fstab: static file system information.
  357. #
  358. # Use 'blkid' to print the universally unique identifier for a
  359. # device; this may be used with UUID= as a more robust way to name devices
  360. # that works even if disks are added and removed. See fstab(5).
  361. #
  362. # <file system> <mount point> <type> <options> <dump> <pass>
  363. # / was on /dev/sda1 during installation
  364. UUID=506adef2-aa18-4eba-a32b-32a9bef1c71c / ext4 errors=remount-ro 0 1
  365. # swap was on /dev/sda5 during installation
  366. UUID=5ecd75ce-763c-4b4d-8a0e-66659a587cea none swap sw 0 0
  367. --------------------------------------------------------------------------------
  368. =================== sda1: Location of files loaded by Grub: ====================
  369. GiB - GB File Fragment(s)
  370. 364.318721771 = 391.184248832 boot/grub/grub.cfg 1
  371. 360.148330688 = 386.706325504 boot/grub/i386-pc/core.img 1
  372. 1.390350342 = 1.492877312 boot/vmlinuz-4.4.0-31-generic 1
  373. 366.637508392 = 393.674027008 boot/vmlinuz-4.4.0-59-generic 1
  374. 366.637508392 = 393.674027008 vmlinuz 1
  375. 1.390350342 = 1.492877312 vmlinuz.old 1
  376. 365.719722748 = 392.688562176 boot/initrd.img-4.4.0-31-generic 3
  377. 365.965030670 = 392.951959552 boot/initrd.img-4.4.0-59-generic 2
  378. 365.965030670 = 392.951959552 initrd.img 2
  379. 365.719722748 = 392.688562176 initrd.img.old 3
  380. ADDITIONAL INFORMATION :
  381. =================== log of boot-info 2017-01-11__10h03 ===================
  382. boot-info version : 4ppa40
  383. boot-sav version : 4ppa40
  384. glade2script version : 3.2.3~ppa1
  385. boot-sav-extra version : 4ppa40
  386. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  387. CPU op-mode(s): 32-bit, 64-bit
  388. BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic root=UUID=506adef2-aa18-4eba-a32b-32a9bef1c71c ro quiet splash vt.handoff=7
  389. =================== os-prober:
  390. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  391. =================== blkid:
  392. /dev/sda1: UUID="506adef2-aa18-4eba-a32b-32a9bef1c71c" TYPE="ext4" PARTUUID="d0dcae73-01"
  393. /dev/sda5: UUID="5ecd75ce-763c-4b4d-8a0e-66659a587cea" TYPE="swap" PARTUUID="d0dcae73-05"
  394. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  395. =================== /etc/grub.d/ :
  396. drwxr-xr-x 2 root root 4096 janv. 10 17:40 grub.d
  397. total 76
  398. -rwxr-xr-x 1 root root 9791 juin 17 2016 00_header
  399. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  400. -rwxr-xr-x 1 root root 12261 juin 17 2016 10_linux
  401. -rwxr-xr-x 1 root root 11082 juin 17 2016 20_linux_xen
  402. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  403. -rwxr-xr-x 1 root root 11692 juin 17 2016 30_os-prober
  404. -rwxr-xr-x 1 root root 1418 juin 17 2016 30_uefi-firmware
  405. -rwxr-xr-x 1 root root 214 juin 17 2016 40_custom
  406. -rwxr-xr-x 1 root root 216 juin 17 2016 41_custom
  407. -rw-r--r-- 1 root root 483 juin 17 2016 README
  408. =================== /etc/default/grub :
  409. # If you change this file, run 'update-grub' afterwards to update
  410. # /boot/grub/grub.cfg.
  411. # For full documentation of the options in this file, see:
  412. # info -f grub -n 'Simple configuration'
  413. GRUB_DEFAULT=0
  414. GRUB_HIDDEN_TIMEOUT=0
  415. GRUB_HIDDEN_TIMEOUT_QUIET=true
  416. GRUB_TIMEOUT=10
  417. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  418. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  419. GRUB_CMDLINE_LINUX=""
  420. # Uncomment to enable BadRAM filtering, modify to suit your needs
  421. # This works with Linux (no patch required) and with any kernel that obtains
  422. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  423. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  424. # Uncomment to disable graphical terminal (grub-pc only)
  425. #GRUB_TERMINAL=console
  426. # The resolution used on graphical terminal
  427. # note that you can use only modes which your graphic card supports via VBE
  428. # you can see them in real GRUB with the command `vbeinfo'
  429. #GRUB_GFXMODE=640x480
  430. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  431. #GRUB_DISABLE_LINUX_UUID=true
  432. # Uncomment to disable generation of recovery mode menu entries
  433. #GRUB_DISABLE_RECOVERY="true"
  434. # Uncomment to get a beep at grub start
  435. #GRUB_INIT_TUNE="480 440 1"
  436. =================== UEFI/Legacy mode:
  437. This installed-session is not in EFI-mode.
  438. EFI in dmesg.
  439. [ 0.000000] ACPI: UEFI 0x000000007A7A58D8 000042 (v01 TOSASU TOSASU00 00000000 00000000)
  440. [ 1.614346] fb0: EFI VGA frame buffer device
  441. [ 1.998808] fb: switching to inteldrmfb from EFI VGA
  442. SecureBoot disabled.
  443. =================== PARTITIONS & DISKS:
  444. 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, farbios, .
  445. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  446. =================== parted -l:
  447. Model: ATA TOSHIBA MQ01ABF0 (scsi)
  448. Disk /dev/sda: 500GB
  449. Sector size (logical/physical): 512B/512B
  450. Partition Table: msdos
  451. Disk Flags:
  452. Number Start End Size Type File system Flags
  453. 1 1049kB 496GB 496GB primary ext4 boot
  454. 2 496GB 500GB 4187MB extended
  455. 5 496GB 500GB 4187MB logical linux-swap(v1)
  456. =================== parted -lm:
  457. BYT;
  458. /dev/sda:500GB:scsi:512:512:msdos:ATA TOSHIBA MQ01ABF0:;
  459. 1:1049kB:496GB:496GB:ext4::boot;
  460. 2:496GB:500GB:4187MB:::;
  461. 5:496GB:500GB:4187MB:linux-swap(v1)::;
  462. =================== lsblk:
  463. KNAME TYPE FSTYPE SIZE LABEL
  464. sda disk 465,8G
  465. sda1 part ext4 461,9G
  466. sda2 part 1K
  467. sda5 part swap 3,9G
  468. KNAME ROTA RO RM STATE MOUNTPOINT
  469. sda 1 0 0 running
  470. sda1 1 0 0 /
  471. sda2 1 0 0
  472. sda5 1 0 0 [SWAP]
  473. =================== mount:
  474. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  475. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  476. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1951076k,nr_inodes=487769,mode=755)
  477. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  478. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=394240k,mode=755)
  479. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  480. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  481. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  482. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  483. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  484. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  485. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  486. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  487. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  488. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  489. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  490. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  491. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  492. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  493. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  494. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  495. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  496. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  497. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  498. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  499. mqueue on /dev/mqueue type mqueue (rw,relatime)
  500. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  501. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=394240k,mode=700,uid=1000,gid=1000)
  502. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  503. =================== ls:
  504. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
  505. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 ecryptfs fb0 fd full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 shm snapshot snd stderr stdin stdout toshiba_acpi uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  506. ls /dev/mapper: control
  507. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  508. =================== df -Th:
  509. Filesystem Type Size Used Avail Use% Mounted on
  510. udev devtmpfs 1.9G 0 1.9G 0% /dev
  511. tmpfs tmpfs 385M 6.3M 379M 2% /run
  512. /dev/sda1 ext4 455G 25G 407G 6% /
  513. tmpfs tmpfs 1.9G 324K 1.9G 1% /dev/shm
  514. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  515. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  516. tmpfs tmpfs 385M 76K 385M 1% /run/user/1000
  517. =================== fdisk -l:
  518. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  519. Units: sectors of 1 * 512 = 512 bytes
  520. Sector size (logical/physical): 512 bytes / 4096 bytes
  521. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  522. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  523. Units: sectors of 1 * 512 = 512 bytes
  524. Sector size (logical/physical): 512 bytes / 4096 bytes
  525. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  526. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  527. Units: sectors of 1 * 512 = 512 bytes
  528. Sector size (logical/physical): 512 bytes / 4096 bytes
  529. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  530. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  531. Units: sectors of 1 * 512 = 512 bytes
  532. Sector size (logical/physical): 512 bytes / 4096 bytes
  533. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  534. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  535. Units: sectors of 1 * 512 = 512 bytes
  536. Sector size (logical/physical): 512 bytes / 4096 bytes
  537. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  538. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  539. Units: sectors of 1 * 512 = 512 bytes
  540. Sector size (logical/physical): 512 bytes / 4096 bytes
  541. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  542. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  543. Units: sectors of 1 * 512 = 512 bytes
  544. Sector size (logical/physical): 512 bytes / 4096 bytes
  545. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  546. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  547. Units: sectors of 1 * 512 = 512 bytes
  548. Sector size (logical/physical): 512 bytes / 4096 bytes
  549. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  550. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  551. Units: sectors of 1 * 512 = 512 bytes
  552. Sector size (logical/physical): 512 bytes / 4096 bytes
  553. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  554. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  555. Units: sectors of 1 * 512 = 512 bytes
  556. Sector size (logical/physical): 512 bytes / 4096 bytes
  557. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  558. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  559. Units: sectors of 1 * 512 = 512 bytes
  560. Sector size (logical/physical): 512 bytes / 4096 bytes
  561. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  562. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  563. Units: sectors of 1 * 512 = 512 bytes
  564. Sector size (logical/physical): 512 bytes / 4096 bytes
  565. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  566. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  567. Units: sectors of 1 * 512 = 512 bytes
  568. Sector size (logical/physical): 512 bytes / 4096 bytes
  569. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  570. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  571. Units: sectors of 1 * 512 = 512 bytes
  572. Sector size (logical/physical): 512 bytes / 4096 bytes
  573. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  574. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  575. Units: sectors of 1 * 512 = 512 bytes
  576. Sector size (logical/physical): 512 bytes / 4096 bytes
  577. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  578. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  579. Units: sectors of 1 * 512 = 512 bytes
  580. Sector size (logical/physical): 512 bytes / 4096 bytes
  581. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  582. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  583. Units: sectors of 1 * 512 = 512 bytes
  584. Sector size (logical/physical): 512 bytes / 512 bytes
  585. I/O size (minimum/optimal): 512 bytes / 512 bytes
  586. Disklabel type: dos
  587. Disk identifier: 0xd0dcae73
  588. Device Boot Start End Sectors Size Id Type
  589. /dev/sda1 * 2048 968591359 968589312 461.9G 83 Linux
  590. /dev/sda2 968593406 976771071 8177666 3.9G 5 Extended
  591. /dev/sda5 968593408 976771071 8177664 3.9G 82 Linux swap / Solaris
  592. =================== Suggested repair
  593. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  594. Additional repair would be performed: unhide-bootmenu-10s
  595. =================== Final advice in case of suggested repair
  596. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.1 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  597. =================== User settings
  598. The settings chosen by the user will not act on the boot.
  599. paste.ubuntu.com ko (), using paste.debian
  600. paste.debian.net ko (), using paste2