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: 64 GiB, 68719476736 bytes, 134217728 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 130,023,423 130,021,376 83 Linux
  34. /dev/sda2 130,025,470 134,215,679 4,190,210 5 Extended
  35. /dev/sda5 130,025,472 134,215,679 4,190,208 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 5af09be8-2e85-46d7-acd4-edec5497c025 ext4
  39. /dev/sda5 ce4bc610-7b33-4ef2-8f66-aec2785ee1d2 swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Aug 20 10:17 ata-VBOX_CD-ROM_VB2-01700376 -> ../../sr0
  43. lrwxrwxrwx 1 root root 9 Aug 20 10:24 ata-VBOX_HARDDISK_VB042b2438-683b6e1f -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Aug 20 10:24 ata-VBOX_HARDDISK_VB042b2438-683b6e1f-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Aug 20 10:24 ata-VBOX_HARDDISK_VB042b2438-683b6e1f-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Aug 20 10:24 ata-VBOX_HARDDISK_VB042b2438-683b6e1f-part5 -> ../../sda5
  47. ================================ Mount points: =================================
  48. Device Mount_Point Type Options
  49. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  50. =========================== sda1/boot/grub/grub.cfg: ===========================
  51. --------------------------------------------------------------------------------
  52. #
  53. # DO NOT EDIT THIS FILE
  54. #
  55. # It is automatically generated by grub-mkconfig using templates
  56. # from /etc/grub.d and settings from /etc/default/grub
  57. #
  58. ### BEGIN /etc/grub.d/00_header ###
  59. if [ -s $prefix/grubenv ]; then
  60. set have_grubenv=true
  61. load_env
  62. fi
  63. if [ "${next_entry}" ] ; then
  64. set default="${next_entry}"
  65. set next_entry=
  66. save_env next_entry
  67. set boot_once=true
  68. else
  69. set default="0"
  70. fi
  71. if [ x"${feature_menuentry_id}" = xy ]; then
  72. menuentry_id_option="--id"
  73. else
  74. menuentry_id_option=""
  75. fi
  76. export menuentry_id_option
  77. if [ "${prev_saved_entry}" ]; then
  78. set saved_entry="${prev_saved_entry}"
  79. save_env saved_entry
  80. set prev_saved_entry=
  81. save_env prev_saved_entry
  82. set boot_once=true
  83. fi
  84. function savedefault {
  85. if [ -z "${boot_once}" ]; then
  86. saved_entry="${chosen}"
  87. save_env saved_entry
  88. fi
  89. }
  90. function recordfail {
  91. set recordfail=1
  92. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  93. }
  94. function load_video {
  95. if [ x$feature_all_video_module = xy ]; then
  96. insmod all_video
  97. else
  98. insmod efi_gop
  99. insmod efi_uga
  100. insmod ieee1275_fb
  101. insmod vbe
  102. insmod vga
  103. insmod video_bochs
  104. insmod video_cirrus
  105. fi
  106. }
  107. if [ x$feature_default_font_path = xy ] ; then
  108. font=unicode
  109. else
  110. insmod part_msdos
  111. insmod ext2
  112. set root='hd0,msdos1'
  113. if [ x$feature_platform_search_hint = xy ]; then
  114. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  115. else
  116. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  117. fi
  118. font="/usr/share/grub/unicode.pf2"
  119. fi
  120. if loadfont $font ; then
  121. set gfxmode=auto
  122. load_video
  123. insmod gfxterm
  124. set locale_dir=$prefix/locale
  125. set lang=fr_FR
  126. insmod gettext
  127. fi
  128. terminal_output gfxterm
  129. if [ "${recordfail}" = 1 ] ; then
  130. set timeout=30
  131. else
  132. if [ x$feature_timeout_style = xy ] ; then
  133. set timeout_style=hidden
  134. set timeout=0
  135. # Fallback hidden-timeout code in case the timeout_style feature is
  136. # unavailable.
  137. elif sleep --interruptible 0 ; then
  138. set timeout=0
  139. fi
  140. fi
  141. ### END /etc/grub.d/00_header ###
  142. ### BEGIN /etc/grub.d/05_debian_theme ###
  143. set menu_color_normal=white/black
  144. set menu_color_highlight=black/light-gray
  145. if background_color 44,0,30,0; then
  146. clear
  147. fi
  148. ### END /etc/grub.d/05_debian_theme ###
  149. ### BEGIN /etc/grub.d/10_linux ###
  150. function gfxmode {
  151. set gfxpayload="${1}"
  152. if [ "${1}" = "keep" ]; then
  153. set vt_handoff=vt.handoff=7
  154. else
  155. set vt_handoff=
  156. fi
  157. }
  158. if [ "${recordfail}" != 1 ]; then
  159. if [ -e ${prefix}/gfxblacklist.txt ]; then
  160. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  161. if [ ${match} = 0 ]; then
  162. set linux_gfx_mode=keep
  163. else
  164. set linux_gfx_mode=text
  165. fi
  166. else
  167. set linux_gfx_mode=text
  168. fi
  169. else
  170. set linux_gfx_mode=keep
  171. fi
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. export linux_gfx_mode
  176. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-5af09be8-2e85-46d7-acd4-edec5497c025' {
  177. recordfail
  178. load_video
  179. gfxmode $linux_gfx_mode
  180. insmod gzio
  181. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  182. insmod part_msdos
  183. insmod ext2
  184. set root='hd0,msdos1'
  185. if [ x$feature_platform_search_hint = xy ]; then
  186. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  187. else
  188. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  189. fi
  190. linux /boot/vmlinuz-4.4.0-34-generic root=UUID=5af09be8-2e85-46d7-acd4-edec5497c025 ro quiet splash $vt_handoff
  191. initrd /boot/initrd.img-4.4.0-34-generic
  192. }
  193. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-5af09be8-2e85-46d7-acd4-edec5497c025' {
  194. menuentry 'Ubuntu, avec Linux 4.4.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-advanced-5af09be8-2e85-46d7-acd4-edec5497c025' {
  195. recordfail
  196. load_video
  197. gfxmode $linux_gfx_mode
  198. insmod gzio
  199. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  200. insmod part_msdos
  201. insmod ext2
  202. set root='hd0,msdos1'
  203. if [ x$feature_platform_search_hint = xy ]; then
  204. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  205. else
  206. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  207. fi
  208. echo 'Chargement de Linux 4.4.0-34-generic…'
  209. linux /boot/vmlinuz-4.4.0-34-generic root=UUID=5af09be8-2e85-46d7-acd4-edec5497c025 ro quiet splash $vt_handoff
  210. echo 'Chargement du disque mémoire initial…'
  211. initrd /boot/initrd.img-4.4.0-34-generic
  212. }
  213. menuentry 'Ubuntu, with Linux 4.4.0-34-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-init-upstart-5af09be8-2e85-46d7-acd4-edec5497c025' {
  214. recordfail
  215. load_video
  216. gfxmode $linux_gfx_mode
  217. insmod gzio
  218. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  219. insmod part_msdos
  220. insmod ext2
  221. set root='hd0,msdos1'
  222. if [ x$feature_platform_search_hint = xy ]; then
  223. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  224. else
  225. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  226. fi
  227. echo 'Chargement de Linux 4.4.0-34-generic…'
  228. linux /boot/vmlinuz-4.4.0-34-generic root=UUID=5af09be8-2e85-46d7-acd4-edec5497c025 ro quiet splash $vt_handoff init=/sbin/upstart
  229. echo 'Chargement du disque mémoire initial…'
  230. initrd /boot/initrd.img-4.4.0-34-generic
  231. }
  232. menuentry 'Ubuntu, with Linux 4.4.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-recovery-5af09be8-2e85-46d7-acd4-edec5497c025' {
  233. recordfail
  234. load_video
  235. insmod gzio
  236. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  237. insmod part_msdos
  238. insmod ext2
  239. set root='hd0,msdos1'
  240. if [ x$feature_platform_search_hint = xy ]; then
  241. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  242. else
  243. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  244. fi
  245. echo 'Chargement de Linux 4.4.0-34-generic…'
  246. linux /boot/vmlinuz-4.4.0-34-generic root=UUID=5af09be8-2e85-46d7-acd4-edec5497c025 ro recovery nomodeset
  247. echo 'Chargement du disque mémoire initial…'
  248. initrd /boot/initrd.img-4.4.0-34-generic
  249. }
  250. 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-5af09be8-2e85-46d7-acd4-edec5497c025' {
  251. recordfail
  252. load_video
  253. gfxmode $linux_gfx_mode
  254. insmod gzio
  255. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  256. insmod part_msdos
  257. insmod ext2
  258. set root='hd0,msdos1'
  259. if [ x$feature_platform_search_hint = xy ]; then
  260. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  261. else
  262. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  263. fi
  264. echo 'Chargement de Linux 4.4.0-31-generic…'
  265. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=5af09be8-2e85-46d7-acd4-edec5497c025 ro quiet splash $vt_handoff
  266. echo 'Chargement du disque mémoire initial…'
  267. initrd /boot/initrd.img-4.4.0-31-generic
  268. }
  269. 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-5af09be8-2e85-46d7-acd4-edec5497c025' {
  270. recordfail
  271. load_video
  272. gfxmode $linux_gfx_mode
  273. insmod gzio
  274. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  275. insmod part_msdos
  276. insmod ext2
  277. set root='hd0,msdos1'
  278. if [ x$feature_platform_search_hint = xy ]; then
  279. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  280. else
  281. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  282. fi
  283. echo 'Chargement de Linux 4.4.0-31-generic…'
  284. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=5af09be8-2e85-46d7-acd4-edec5497c025 ro quiet splash $vt_handoff init=/sbin/upstart
  285. echo 'Chargement du disque mémoire initial…'
  286. initrd /boot/initrd.img-4.4.0-31-generic
  287. }
  288. 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-5af09be8-2e85-46d7-acd4-edec5497c025' {
  289. recordfail
  290. load_video
  291. insmod gzio
  292. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  293. insmod part_msdos
  294. insmod ext2
  295. set root='hd0,msdos1'
  296. if [ x$feature_platform_search_hint = xy ]; then
  297. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  298. else
  299. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  300. fi
  301. echo 'Chargement de Linux 4.4.0-31-generic…'
  302. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=5af09be8-2e85-46d7-acd4-edec5497c025 ro recovery nomodeset
  303. echo 'Chargement du disque mémoire initial…'
  304. initrd /boot/initrd.img-4.4.0-31-generic
  305. }
  306. menuentry 'Ubuntu, avec Linux 4.4.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-28-generic-advanced-5af09be8-2e85-46d7-acd4-edec5497c025' {
  307. recordfail
  308. load_video
  309. gfxmode $linux_gfx_mode
  310. insmod gzio
  311. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  312. insmod part_msdos
  313. insmod ext2
  314. set root='hd0,msdos1'
  315. if [ x$feature_platform_search_hint = xy ]; then
  316. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  317. else
  318. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  319. fi
  320. echo 'Chargement de Linux 4.4.0-28-generic…'
  321. linux /boot/vmlinuz-4.4.0-28-generic root=UUID=5af09be8-2e85-46d7-acd4-edec5497c025 ro quiet splash $vt_handoff
  322. echo 'Chargement du disque mémoire initial…'
  323. initrd /boot/initrd.img-4.4.0-28-generic
  324. }
  325. menuentry 'Ubuntu, with Linux 4.4.0-28-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-28-generic-init-upstart-5af09be8-2e85-46d7-acd4-edec5497c025' {
  326. recordfail
  327. load_video
  328. gfxmode $linux_gfx_mode
  329. insmod gzio
  330. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  331. insmod part_msdos
  332. insmod ext2
  333. set root='hd0,msdos1'
  334. if [ x$feature_platform_search_hint = xy ]; then
  335. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  336. else
  337. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  338. fi
  339. echo 'Chargement de Linux 4.4.0-28-generic…'
  340. linux /boot/vmlinuz-4.4.0-28-generic root=UUID=5af09be8-2e85-46d7-acd4-edec5497c025 ro quiet splash $vt_handoff init=/sbin/upstart
  341. echo 'Chargement du disque mémoire initial…'
  342. initrd /boot/initrd.img-4.4.0-28-generic
  343. }
  344. menuentry 'Ubuntu, with Linux 4.4.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-28-generic-recovery-5af09be8-2e85-46d7-acd4-edec5497c025' {
  345. recordfail
  346. load_video
  347. insmod gzio
  348. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  349. insmod part_msdos
  350. insmod ext2
  351. set root='hd0,msdos1'
  352. if [ x$feature_platform_search_hint = xy ]; then
  353. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  354. else
  355. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  356. fi
  357. echo 'Chargement de Linux 4.4.0-28-generic…'
  358. linux /boot/vmlinuz-4.4.0-28-generic root=UUID=5af09be8-2e85-46d7-acd4-edec5497c025 ro recovery nomodeset
  359. echo 'Chargement du disque mémoire initial…'
  360. initrd /boot/initrd.img-4.4.0-28-generic
  361. }
  362. }
  363. ### END /etc/grub.d/10_linux ###
  364. ### BEGIN /etc/grub.d/20_linux_xen ###
  365. ### END /etc/grub.d/20_linux_xen ###
  366. ### BEGIN /etc/grub.d/20_memtest86+ ###
  367. menuentry 'Memory test (memtest86+)' {
  368. insmod part_msdos
  369. insmod ext2
  370. set root='hd0,msdos1'
  371. if [ x$feature_platform_search_hint = xy ]; then
  372. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  373. else
  374. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  375. fi
  376. knetbsd /boot/memtest86+.elf
  377. }
  378. menuentry 'Memory test (memtest86+, serial console 115200)' {
  379. insmod part_msdos
  380. insmod ext2
  381. set root='hd0,msdos1'
  382. if [ x$feature_platform_search_hint = xy ]; then
  383. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5af09be8-2e85-46d7-acd4-edec5497c025
  384. else
  385. search --no-floppy --fs-uuid --set=root 5af09be8-2e85-46d7-acd4-edec5497c025
  386. fi
  387. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  388. }
  389. ### END /etc/grub.d/20_memtest86+ ###
  390. ### BEGIN /etc/grub.d/30_os-prober ###
  391. ### END /etc/grub.d/30_os-prober ###
  392. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  393. ### END /etc/grub.d/30_uefi-firmware ###
  394. ### BEGIN /etc/grub.d/40_custom ###
  395. # This file provides an easy way to add custom menu entries. Simply type the
  396. # menu entries you want to add after this comment. Be careful not to change
  397. # the 'exec tail' line above.
  398. ### END /etc/grub.d/40_custom ###
  399. ### BEGIN /etc/grub.d/41_custom ###
  400. if [ -f ${config_directory}/custom.cfg ]; then
  401. source ${config_directory}/custom.cfg
  402. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  403. source $prefix/custom.cfg;
  404. fi
  405. ### END /etc/grub.d/41_custom ###
  406. --------------------------------------------------------------------------------
  407. =============================== sda1/etc/fstab: ================================
  408. --------------------------------------------------------------------------------
  409. # /etc/fstab: static file system information.
  410. #
  411. # Use 'blkid' to print the universally unique identifier for a
  412. # device; this may be used with UUID= as a more robust way to name devices
  413. # that works even if disks are added and removed. See fstab(5).
  414. #
  415. # <file system> <mount point> <type> <options> <dump> <pass>
  416. # / was on /dev/sda1 during installation
  417. UUID=5af09be8-2e85-46d7-acd4-edec5497c025 / ext4 errors=remount-ro 0 1
  418. # swap was on /dev/sda5 during installation
  419. UUID=ce4bc610-7b33-4ef2-8f66-aec2785ee1d2 none swap sw 0 0
  420. --------------------------------------------------------------------------------
  421. =================== sda1: Location of files loaded by Grub: ====================
  422. GiB - GB File Fragment(s)
  423. 55.091453552 = 59.153997824 boot/grub/grub.cfg 1
  424. 12.341747284 = 13.251850240 boot/grub/i386-pc/core.img 1
  425. 18.517913818 = 19.883458560 boot/vmlinuz-4.4.0-28-generic 1
  426. 19.049789429 = 20.454555648 boot/vmlinuz-4.4.0-31-generic 1
  427. 20.390666962 = 21.894311936 boot/vmlinuz-4.4.0-34-generic 1
  428. 20.390666962 = 21.894311936 vmlinuz 1
  429. 19.049789429 = 20.454555648 vmlinuz.old 1
  430. 54.515365601 = 58.535428096 boot/initrd.img-4.4.0-28-generic 4
  431. 55.058773041 = 59.118907392 boot/initrd.img-4.4.0-31-generic 3
  432. 20.690216064 = 22.215950336 boot/initrd.img-4.4.0-34-generic 3
  433. 20.690216064 = 22.215950336 initrd.img 3
  434. 55.058773041 = 59.118907392 initrd.img.old 3
  435. ADDITIONAL INFORMATION :
  436. =================== log of boot-info 2016-08-20__10h23 ===================
  437. boot-info version : 4ppa38
  438. boot-sav version : 4ppa38
  439. glade2script version : 3.2.3~ppa1
  440. boot-sav-extra version : 4ppa38
  441. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, i686)
  442. CPU op-mode(s): 32-bit
  443. BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic root=UUID=5af09be8-2e85-46d7-acd4-edec5497c025 ro recovery nomodeset
  444. =================== os-prober:
  445. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  446. =================== blkid:
  447. /dev/sda1: UUID="5af09be8-2e85-46d7-acd4-edec5497c025" TYPE="ext4" PARTUUID="7ba7f482-01"
  448. /dev/sda5: UUID="ce4bc610-7b33-4ef2-8f66-aec2785ee1d2" TYPE="swap" PARTUUID="7ba7f482-05"
  449. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  450. =================== /etc/grub.d/ :
  451. drwxr-xr-x 2 root root 4096 août 9 12:25 grub.d
  452. total 76
  453. -rwxr-xr-x 1 root root 9791 oct. 14 2015 00_header
  454. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  455. -rwxr-xr-x 1 root root 12261 oct. 14 2015 10_linux
  456. -rwxr-xr-x 1 root root 11082 oct. 14 2015 20_linux_xen
  457. -rwxr-xr-x 1 root root 1992 août 27 2015 20_memtest86+
  458. -rwxr-xr-x 1 root root 11692 oct. 14 2015 30_os-prober
  459. -rwxr-xr-x 1 root root 1418 oct. 14 2015 30_uefi-firmware
  460. -rwxr-xr-x 1 root root 214 oct. 14 2015 40_custom
  461. -rwxr-xr-x 1 root root 216 oct. 14 2015 41_custom
  462. -rw-r--r-- 1 root root 483 oct. 14 2015 README
  463. =================== /etc/default/grub :
  464. # If you change this file, run 'update-grub' afterwards to update
  465. # /boot/grub/grub.cfg.
  466. # For full documentation of the options in this file, see:
  467. # info -f grub -n 'Simple configuration'
  468. GRUB_DEFAULT=0
  469. GRUB_HIDDEN_TIMEOUT=0
  470. GRUB_HIDDEN_TIMEOUT_QUIET=true
  471. GRUB_TIMEOUT=10
  472. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  473. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  474. GRUB_CMDLINE_LINUX=""
  475. # Uncomment to enable BadRAM filtering, modify to suit your needs
  476. # This works with Linux (no patch required) and with any kernel that obtains
  477. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  478. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  479. # Uncomment to disable graphical terminal (grub-pc only)
  480. #GRUB_TERMINAL=console
  481. # The resolution used on graphical terminal
  482. # note that you can use only modes which your graphic card supports via VBE
  483. # you can see them in real GRUB with the command `vbeinfo'
  484. #GRUB_GFXMODE=640x480
  485. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  486. #GRUB_DISABLE_LINUX_UUID=true
  487. # Uncomment to disable generation of recovery mode menu entries
  488. #GRUB_DISABLE_RECOVERY="true"
  489. # Uncomment to get a beep at grub start
  490. #GRUB_INIT_TUNE="480 440 1"
  491. =================== UEFI/Legacy mode:
  492. This installed-session is not EFI-compatible.
  493. SecureBoot disabled.
  494. =================== PARTITIONS & DISKS:
  495. sda1 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 32, 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, .
  496. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  497. =================== parted -l:
  498. Model: ATA VBOX HARDDISK (scsi)
  499. Disk /dev/sda: 68.7GB
  500. Sector size (logical/physical): 512B/512B
  501. Partition Table: msdos
  502. Disk Flags:
  503. Number Start End Size Type File system Flags
  504. 1 1049kB 66.6GB 66.6GB primary ext4 boot
  505. 2 66.6GB 68.7GB 2145MB extended
  506. 5 66.6GB 68.7GB 2145MB logical linux-swap(v1)
  507. =================== parted -lm:
  508. BYT;
  509. /dev/sda:68.7GB:scsi:512:512:msdos:ATA VBOX HARDDISK:;
  510. 1:1049kB:66.6GB:66.6GB:ext4::boot;
  511. 2:66.6GB:68.7GB:2145MB:::;
  512. 5:66.6GB:68.7GB:2145MB:linux-swap(v1)::;
  513. =================== lsblk:
  514. KNAME TYPE FSTYPE SIZE LABEL
  515. sda disk 64G
  516. sda1 part ext4 62G
  517. sda2 part 1K
  518. sda5 part swap 2G
  519. sr0 rom 1024M
  520. KNAME ROTA RO RM STATE MOUNTPOINT
  521. sda 1 0 0 running
  522. sda1 1 0 0 /
  523. sda2 1 0 0
  524. sda5 1 0 0 [SWAP]
  525. sr0 1 0 1 running
  526. =================== mount:
  527. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  528. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  529. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1013460k,nr_inodes=210808,mode=755)
  530. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  531. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=206248k,mode=755)
  532. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  533. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  534. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  535. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  536. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  537. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  538. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  539. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  540. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  541. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  542. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  543. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  544. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  545. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
  546. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  547. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  548. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  549. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  550. mqueue on /dev/mqueue type mqueue (rw,relatime)
  551. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  552. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  553. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  554. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  555. Windows on /media/sf_Windows type vboxsf (rw,nodev,relatime)
  556. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=206248k,mode=700,uid=1000,gid=1000)
  557. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  558. =================== ls:
  559. /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
  560. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  561. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dvd ecryptfs fd full fuse hidraw0 hpet hugepages hwrng initctl input kmsg lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vboxguest vboxuser vfio vga_arbiter vhci vhost-net zero
  562. ls /dev/mapper: control
  563. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  564. =================== df -Th:
  565. Filesystem Type Size Used Avail Use% Mounted on
  566. udev devtmpfs 990M 0 990M 0% /dev
  567. tmpfs tmpfs 202M 3.7M 198M 2% /run
  568. /dev/sda1 ext4 61G 7.1G 51G 13% /
  569. tmpfs tmpfs 1008M 212K 1007M 1% /dev/shm
  570. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  571. tmpfs tmpfs 1008M 0 1008M 0% /sys/fs/cgroup
  572. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  573. Windows vboxsf 447G 360G 88G 81% /media/sf_Windows
  574. tmpfs tmpfs 202M 80K 202M 1% /run/user/1000
  575. =================== fdisk -l:
  576. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  577. Units: sectors of 1 * 512 = 512 bytes
  578. Sector size (logical/physical): 512 bytes / 4096 bytes
  579. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  580. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  581. Units: sectors of 1 * 512 = 512 bytes
  582. Sector size (logical/physical): 512 bytes / 4096 bytes
  583. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  584. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  585. Units: sectors of 1 * 512 = 512 bytes
  586. Sector size (logical/physical): 512 bytes / 4096 bytes
  587. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  588. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  589. Units: sectors of 1 * 512 = 512 bytes
  590. Sector size (logical/physical): 512 bytes / 4096 bytes
  591. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  592. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  593. Units: sectors of 1 * 512 = 512 bytes
  594. Sector size (logical/physical): 512 bytes / 4096 bytes
  595. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  596. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  597. Units: sectors of 1 * 512 = 512 bytes
  598. Sector size (logical/physical): 512 bytes / 4096 bytes
  599. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  600. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  601. Units: sectors of 1 * 512 = 512 bytes
  602. Sector size (logical/physical): 512 bytes / 4096 bytes
  603. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  604. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  605. Units: sectors of 1 * 512 = 512 bytes
  606. Sector size (logical/physical): 512 bytes / 4096 bytes
  607. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  608. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  609. Units: sectors of 1 * 512 = 512 bytes
  610. Sector size (logical/physical): 512 bytes / 4096 bytes
  611. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  612. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  613. Units: sectors of 1 * 512 = 512 bytes
  614. Sector size (logical/physical): 512 bytes / 4096 bytes
  615. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  616. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  617. Units: sectors of 1 * 512 = 512 bytes
  618. Sector size (logical/physical): 512 bytes / 4096 bytes
  619. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  620. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  621. Units: sectors of 1 * 512 = 512 bytes
  622. Sector size (logical/physical): 512 bytes / 4096 bytes
  623. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  624. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  625. Units: sectors of 1 * 512 = 512 bytes
  626. Sector size (logical/physical): 512 bytes / 4096 bytes
  627. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  628. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  629. Units: sectors of 1 * 512 = 512 bytes
  630. Sector size (logical/physical): 512 bytes / 4096 bytes
  631. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  632. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  633. Units: sectors of 1 * 512 = 512 bytes
  634. Sector size (logical/physical): 512 bytes / 4096 bytes
  635. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  636. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  637. Units: sectors of 1 * 512 = 512 bytes
  638. Sector size (logical/physical): 512 bytes / 4096 bytes
  639. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  640. Disk /dev/sda: 64 GiB, 68719476736 bytes, 134217728 sectors
  641. Units: sectors of 1 * 512 = 512 bytes
  642. Sector size (logical/physical): 512 bytes / 512 bytes
  643. I/O size (minimum/optimal): 512 bytes / 512 bytes
  644. Disklabel type: dos
  645. Disk identifier: 0x7ba7f482
  646. Device Boot Start End Sectors Size Id Type
  647. /dev/sda1 * 2048 130023423 130021376 62G 83 Linux
  648. /dev/sda2 130025470 134215679 4190210 2G 5 Extended
  649. /dev/sda5 130025472 134215679 4190208 2G 82 Linux swap / Solaris
  650. =================== Suggested repair
  651. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  652. Additional repair would be performed: unhide-bootmenu-10s
  653. =================== User settings
  654. The settings chosen by the user will not act on the boot.
  655. paste.ubuntu.com ko (), using paste.debian
  656. paste.debian.net ko (), using paste2