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: Unknown
  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: 232.9 GiB, 250059350016 bytes, 488397168 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 486,318,079 486,316,032 83 Linux
  34. /dev/sda2 486,320,126 488,396,799 2,076,674 5 Extended
  35. /dev/sda5 486,320,128 488,396,799 2,076,672 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 abd7b16c-202b-4fe9-8729-eba318952881 ext4
  39. /dev/sda5 d0a9f8ab-fb4d-41dd-a8a7-4bc9c3e0780d swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Feb 1 21:30 ata-ATAPI_DVD_A_DH20A1S -> ../../sr0
  43. lrwxrwxrwx 1 root root 9 Feb 1 21:49 ata-SAMSUNG_SP2504C_S09QJ1OL904837 -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Feb 1 21:49 ata-SAMSUNG_SP2504C_S09QJ1OL904837-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Feb 1 21:49 ata-SAMSUNG_SP2504C_S09QJ1OL904837-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Feb 1 21:49 ata-SAMSUNG_SP2504C_S09QJ1OL904837-part5 -> ../../sda5
  47. lrwxrwxrwx 1 root root 9 Feb 1 21:30 usb-Generic_USB_CF_Reader_058F312D81B-0:1 -> ../../sdc
  48. lrwxrwxrwx 1 root root 9 Feb 1 21:30 usb-Generic_USB_MS_Reader_058F312D81B-0:3 -> ../../sde
  49. lrwxrwxrwx 1 root root 9 Feb 1 21:30 usb-Generic_USB_SD_Reader_058F312D81B-0:0 -> ../../sdb
  50. lrwxrwxrwx 1 root root 9 Feb 1 21:30 usb-Generic_USB_SM_Reader_058F312D81B-0:2 -> ../../sdd
  51. lrwxrwxrwx 1 root root 9 Feb 1 21:49 wwn-0x50000f001b904837 -> ../../sda
  52. lrwxrwxrwx 1 root root 10 Feb 1 21:49 wwn-0x50000f001b904837-part1 -> ../../sda1
  53. lrwxrwxrwx 1 root root 10 Feb 1 21:49 wwn-0x50000f001b904837-part2 -> ../../sda2
  54. lrwxrwxrwx 1 root root 10 Feb 1 21:49 wwn-0x50000f001b904837-part5 -> ../../sda5
  55. ================================ Mount points: =================================
  56. Device Mount_Point Type Options
  57. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  58. =========================== sda1/boot/grub/grub.cfg: ===========================
  59. --------------------------------------------------------------------------------
  60. #
  61. # DO NOT EDIT THIS FILE
  62. #
  63. # It is automatically generated by grub-mkconfig using templates
  64. # from /etc/grub.d and settings from /etc/default/grub
  65. #
  66. ### BEGIN /etc/grub.d/00_header ###
  67. if [ -s $prefix/grubenv ]; then
  68. set have_grubenv=true
  69. load_env
  70. fi
  71. if [ "${next_entry}" ] ; then
  72. set default="${next_entry}"
  73. set next_entry=
  74. save_env next_entry
  75. set boot_once=true
  76. else
  77. set default="0"
  78. fi
  79. if [ x"${feature_menuentry_id}" = xy ]; then
  80. menuentry_id_option="--id"
  81. else
  82. menuentry_id_option=""
  83. fi
  84. export menuentry_id_option
  85. if [ "${prev_saved_entry}" ]; then
  86. set saved_entry="${prev_saved_entry}"
  87. save_env saved_entry
  88. set prev_saved_entry=
  89. save_env prev_saved_entry
  90. set boot_once=true
  91. fi
  92. function savedefault {
  93. if [ -z "${boot_once}" ]; then
  94. saved_entry="${chosen}"
  95. save_env saved_entry
  96. fi
  97. }
  98. function recordfail {
  99. set recordfail=1
  100. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  101. }
  102. function load_video {
  103. if [ x$feature_all_video_module = xy ]; then
  104. insmod all_video
  105. else
  106. insmod efi_gop
  107. insmod efi_uga
  108. insmod ieee1275_fb
  109. insmod vbe
  110. insmod vga
  111. insmod video_bochs
  112. insmod video_cirrus
  113. fi
  114. }
  115. if [ x$feature_default_font_path = xy ] ; then
  116. font=unicode
  117. else
  118. insmod part_msdos
  119. insmod ext2
  120. set root='hd0,msdos1'
  121. if [ x$feature_platform_search_hint = xy ]; then
  122. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 abd7b16c-202b-4fe9-8729-eba318952881
  123. else
  124. search --no-floppy --fs-uuid --set=root abd7b16c-202b-4fe9-8729-eba318952881
  125. fi
  126. font="/usr/share/grub/unicode.pf2"
  127. fi
  128. if loadfont $font ; then
  129. set gfxmode=auto
  130. load_video
  131. insmod gfxterm
  132. set locale_dir=$prefix/locale
  133. set lang=fr_FR
  134. insmod gettext
  135. fi
  136. terminal_output gfxterm
  137. if [ "${recordfail}" = 1 ] ; then
  138. set timeout=30
  139. else
  140. if [ x$feature_timeout_style = xy ] ; then
  141. set timeout_style=hidden
  142. set timeout=0
  143. # Fallback hidden-timeout code in case the timeout_style feature is
  144. # unavailable.
  145. elif sleep --interruptible 0 ; then
  146. set timeout=0
  147. fi
  148. fi
  149. ### END /etc/grub.d/00_header ###
  150. ### BEGIN /etc/grub.d/05_debian_theme ###
  151. set menu_color_normal=white/black
  152. set menu_color_highlight=black/light-gray
  153. if background_color 44,0,30,0; then
  154. clear
  155. fi
  156. ### END /etc/grub.d/05_debian_theme ###
  157. ### BEGIN /etc/grub.d/10_linux ###
  158. function gfxmode {
  159. set gfxpayload="${1}"
  160. if [ "${1}" = "keep" ]; then
  161. set vt_handoff=vt.handoff=7
  162. else
  163. set vt_handoff=
  164. fi
  165. }
  166. if [ "${recordfail}" != 1 ]; then
  167. if [ -e ${prefix}/gfxblacklist.txt ]; then
  168. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  169. if [ ${match} = 0 ]; then
  170. set linux_gfx_mode=keep
  171. else
  172. set linux_gfx_mode=text
  173. fi
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. else
  178. set linux_gfx_mode=keep
  179. fi
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. export linux_gfx_mode
  184. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-abd7b16c-202b-4fe9-8729-eba318952881' {
  185. recordfail
  186. load_video
  187. gfxmode $linux_gfx_mode
  188. insmod gzio
  189. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  190. insmod part_msdos
  191. insmod ext2
  192. set root='hd0,msdos1'
  193. if [ x$feature_platform_search_hint = xy ]; then
  194. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 abd7b16c-202b-4fe9-8729-eba318952881
  195. else
  196. search --no-floppy --fs-uuid --set=root abd7b16c-202b-4fe9-8729-eba318952881
  197. fi
  198. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=abd7b16c-202b-4fe9-8729-eba318952881 ro quiet splash $vt_handoff
  199. initrd /boot/initrd.img-4.4.0-59-generic
  200. }
  201. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-abd7b16c-202b-4fe9-8729-eba318952881' {
  202. 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-abd7b16c-202b-4fe9-8729-eba318952881' {
  203. recordfail
  204. load_video
  205. gfxmode $linux_gfx_mode
  206. insmod gzio
  207. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  208. insmod part_msdos
  209. insmod ext2
  210. set root='hd0,msdos1'
  211. if [ x$feature_platform_search_hint = xy ]; then
  212. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 abd7b16c-202b-4fe9-8729-eba318952881
  213. else
  214. search --no-floppy --fs-uuid --set=root abd7b16c-202b-4fe9-8729-eba318952881
  215. fi
  216. echo 'Chargement de Linux 4.4.0-59-generic…'
  217. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=abd7b16c-202b-4fe9-8729-eba318952881 ro quiet splash $vt_handoff
  218. echo 'Chargement du disque mémoire initial…'
  219. initrd /boot/initrd.img-4.4.0-59-generic
  220. }
  221. 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-abd7b16c-202b-4fe9-8729-eba318952881' {
  222. recordfail
  223. load_video
  224. gfxmode $linux_gfx_mode
  225. insmod gzio
  226. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  227. insmod part_msdos
  228. insmod ext2
  229. set root='hd0,msdos1'
  230. if [ x$feature_platform_search_hint = xy ]; then
  231. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 abd7b16c-202b-4fe9-8729-eba318952881
  232. else
  233. search --no-floppy --fs-uuid --set=root abd7b16c-202b-4fe9-8729-eba318952881
  234. fi
  235. echo 'Chargement de Linux 4.4.0-59-generic…'
  236. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=abd7b16c-202b-4fe9-8729-eba318952881 ro quiet splash $vt_handoff init=/sbin/upstart
  237. echo 'Chargement du disque mémoire initial…'
  238. initrd /boot/initrd.img-4.4.0-59-generic
  239. }
  240. 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-abd7b16c-202b-4fe9-8729-eba318952881' {
  241. recordfail
  242. load_video
  243. insmod gzio
  244. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  245. insmod part_msdos
  246. insmod ext2
  247. set root='hd0,msdos1'
  248. if [ x$feature_platform_search_hint = xy ]; then
  249. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 abd7b16c-202b-4fe9-8729-eba318952881
  250. else
  251. search --no-floppy --fs-uuid --set=root abd7b16c-202b-4fe9-8729-eba318952881
  252. fi
  253. echo 'Chargement de Linux 4.4.0-59-generic…'
  254. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=abd7b16c-202b-4fe9-8729-eba318952881 ro recovery nomodeset
  255. echo 'Chargement du disque mémoire initial…'
  256. initrd /boot/initrd.img-4.4.0-59-generic
  257. }
  258. menuentry 'Ubuntu, avec Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-abd7b16c-202b-4fe9-8729-eba318952881' {
  259. recordfail
  260. load_video
  261. gfxmode $linux_gfx_mode
  262. insmod gzio
  263. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  264. insmod part_msdos
  265. insmod ext2
  266. set root='hd0,msdos1'
  267. if [ x$feature_platform_search_hint = xy ]; then
  268. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 abd7b16c-202b-4fe9-8729-eba318952881
  269. else
  270. search --no-floppy --fs-uuid --set=root abd7b16c-202b-4fe9-8729-eba318952881
  271. fi
  272. echo 'Chargement de Linux 4.4.0-21-generic…'
  273. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=abd7b16c-202b-4fe9-8729-eba318952881 ro quiet splash $vt_handoff
  274. echo 'Chargement du disque mémoire initial…'
  275. initrd /boot/initrd.img-4.4.0-21-generic
  276. }
  277. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-abd7b16c-202b-4fe9-8729-eba318952881' {
  278. recordfail
  279. load_video
  280. gfxmode $linux_gfx_mode
  281. insmod gzio
  282. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  283. insmod part_msdos
  284. insmod ext2
  285. set root='hd0,msdos1'
  286. if [ x$feature_platform_search_hint = xy ]; then
  287. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 abd7b16c-202b-4fe9-8729-eba318952881
  288. else
  289. search --no-floppy --fs-uuid --set=root abd7b16c-202b-4fe9-8729-eba318952881
  290. fi
  291. echo 'Chargement de Linux 4.4.0-21-generic…'
  292. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=abd7b16c-202b-4fe9-8729-eba318952881 ro quiet splash $vt_handoff init=/sbin/upstart
  293. echo 'Chargement du disque mémoire initial…'
  294. initrd /boot/initrd.img-4.4.0-21-generic
  295. }
  296. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-abd7b16c-202b-4fe9-8729-eba318952881' {
  297. recordfail
  298. load_video
  299. insmod gzio
  300. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  301. insmod part_msdos
  302. insmod ext2
  303. set root='hd0,msdos1'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 abd7b16c-202b-4fe9-8729-eba318952881
  306. else
  307. search --no-floppy --fs-uuid --set=root abd7b16c-202b-4fe9-8729-eba318952881
  308. fi
  309. echo 'Chargement de Linux 4.4.0-21-generic…'
  310. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=abd7b16c-202b-4fe9-8729-eba318952881 ro recovery nomodeset
  311. echo 'Chargement du disque mémoire initial…'
  312. initrd /boot/initrd.img-4.4.0-21-generic
  313. }
  314. }
  315. ### END /etc/grub.d/10_linux ###
  316. ### BEGIN /etc/grub.d/20_linux_xen ###
  317. ### END /etc/grub.d/20_linux_xen ###
  318. ### BEGIN /etc/grub.d/20_memtest86+ ###
  319. menuentry 'Memory test (memtest86+)' {
  320. insmod part_msdos
  321. insmod ext2
  322. set root='hd0,msdos1'
  323. if [ x$feature_platform_search_hint = xy ]; then
  324. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 abd7b16c-202b-4fe9-8729-eba318952881
  325. else
  326. search --no-floppy --fs-uuid --set=root abd7b16c-202b-4fe9-8729-eba318952881
  327. fi
  328. knetbsd /boot/memtest86+.elf
  329. }
  330. menuentry 'Memory test (memtest86+, serial console 115200)' {
  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 abd7b16c-202b-4fe9-8729-eba318952881
  336. else
  337. search --no-floppy --fs-uuid --set=root abd7b16c-202b-4fe9-8729-eba318952881
  338. fi
  339. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  340. }
  341. ### END /etc/grub.d/20_memtest86+ ###
  342. ### BEGIN /etc/grub.d/30_os-prober ###
  343. ### END /etc/grub.d/30_os-prober ###
  344. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  345. ### END /etc/grub.d/30_uefi-firmware ###
  346. ### BEGIN /etc/grub.d/40_custom ###
  347. # This file provides an easy way to add custom menu entries. Simply type the
  348. # menu entries you want to add after this comment. Be careful not to change
  349. # the 'exec tail' line above.
  350. ### END /etc/grub.d/40_custom ###
  351. ### BEGIN /etc/grub.d/41_custom ###
  352. if [ -f ${config_directory}/custom.cfg ]; then
  353. source ${config_directory}/custom.cfg
  354. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  355. source $prefix/custom.cfg;
  356. fi
  357. ### END /etc/grub.d/41_custom ###
  358. --------------------------------------------------------------------------------
  359. =============================== sda1/etc/fstab: ================================
  360. --------------------------------------------------------------------------------
  361. # /etc/fstab: static file system information.
  362. #
  363. # Use 'blkid' to print the universally unique identifier for a
  364. # device; this may be used with UUID= as a more robust way to name devices
  365. # that works even if disks are added and removed. See fstab(5).
  366. #
  367. # <file system> <mount point> <type> <options> <dump> <pass>
  368. # / was on /dev/sda1 during installation
  369. UUID=abd7b16c-202b-4fe9-8729-eba318952881 / ext4 errors=remount-ro 0 1
  370. # swap was on /dev/sda5 during installation
  371. UUID=d0a9f8ab-fb4d-41dd-a8a7-4bc9c3e0780d none swap sw 0 0
  372. --------------------------------------------------------------------------------
  373. =================== sda1: Location of files loaded by Grub: ====================
  374. GiB - GB File Fragment(s)
  375. 176.133796692 = 189.122224128 boot/grub/grub.cfg 1
  376. 12.436168671 = 13.353234432 boot/grub/i386-pc/core.img 1
  377. 1.116882324 = 1.199243264 boot/vmlinuz-4.4.0-21-generic 1
  378. 14.326805115 = 15.383289856 boot/vmlinuz-4.4.0-59-generic 1
  379. 14.326805115 = 15.383289856 vmlinuz 1
  380. 1.116882324 = 1.199243264 vmlinuz.old 1
  381. 15.066829681 = 16.177885184 boot/initrd.img-4.4.0-21-generic 3
  382. 16.429210663 = 17.640730624 boot/initrd.img-4.4.0-59-generic 2
  383. 16.429210663 = 17.640730624 initrd.img 2
  384. 15.066829681 = 16.177885184 initrd.img.old 3
  385. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  386. Unknown BootLoader on sda2
  387. 00000000 18 40 1c bd da 8c b0 46 6a 24 cc ce 8b 1b da ce |[email protected]$......|
  388. 00000010 9e 84 52 33 a5 b3 12 0a 65 dd 0a 71 aa c1 ea 8b |..R3....e..q....|
  389. 00000020 51 b5 d8 3d 95 48 7e b3 e9 88 94 23 a0 79 1b 43 |Q..=.H~....#.y.C|
  390. 00000030 3e 80 f9 a3 8c 53 24 f5 d3 5d 96 3f 1b 25 25 1b |>....S$..].?.%%.|
  391. 00000040 6d 8a 5d ca 85 a5 48 b5 75 6f 56 ec 06 d8 c7 3a |m.]...H.uoV....:|
  392. 00000050 c1 dc 9c 3c d9 a5 94 81 3f 75 bd 17 70 55 14 68 |...<....?u..pU.h|
  393. 00000060 3d c5 95 7c 44 d0 51 7c a1 6c 66 61 e8 46 b5 3a |=..|D.Q|.lfa.F.:|
  394. 00000070 8a 47 1f d1 4c c3 e8 23 79 ec 11 88 c4 a9 43 f7 |.G..L..#y.....C.|
  395. 00000080 59 a0 8e 11 f9 6e 98 f6 64 0f 74 70 87 84 9c 31 |Y....n..d.tp...1|
  396. 00000090 77 b3 45 96 f6 03 35 63 f8 97 50 99 09 32 19 81 |w.E...5c..P..2..|
  397. 000000a0 7e 5d cf 1b 57 5a 37 35 8d 15 f4 fa 7f 19 4c 84 |~]..WZ75......L.|
  398. 000000b0 d4 13 72 6c 94 39 cb ae 31 7c b7 71 7a e4 44 a4 |..rl.9..1|.qz.D.|
  399. 000000c0 0a 0e 72 23 13 3c 1a 80 10 24 ee 27 b1 35 2d 71 |..r#.<...$.'.5-q|
  400. 000000d0 1a 03 06 3a ed 9c f4 5f fd e0 15 6b eb cb 49 90 |...:..._...k..I.|
  401. 000000e0 25 62 a2 a2 94 21 4e f1 03 71 16 b7 e1 8b 6a 3d |%b...!N..q....j=|
  402. 000000f0 17 84 87 d8 45 cd c0 5a b7 ae 70 00 cc ef b2 30 |....E..Z..p....0|
  403. 00000100 76 b6 e1 fb 7f 06 aa 77 73 94 31 8d 98 97 c6 1d |v......ws.1.....|
  404. 00000110 a5 44 a1 71 ff c1 ad e2 a0 17 b7 ac 8c b0 f5 e1 |.D.q............|
  405. 00000120 aa 83 d6 79 aa ee e2 dc 72 9d 0d d1 8d 81 0f 63 |...y....r......c|
  406. 00000130 ec b2 03 a0 50 9a 22 14 9c db a9 b6 47 0a 15 e6 |....P.".....G...|
  407. 00000140 03 1c a3 f7 8a 75 a9 60 27 9e e7 c0 ec 25 37 0a |.....u.`'....%7.|
  408. 00000150 6c 19 1f 48 ae 6e 57 af 4c b1 60 a1 04 65 b0 64 |l..H.nW.L.`..e.d|
  409. 00000160 5b 35 e3 be 26 24 a7 a0 cd d3 a3 9c 0f cc 9b df |[5..&$..........|
  410. 00000170 cb 1c 37 2e ab b0 ac 16 98 3d 2c 2b 53 fc 10 68 |..7......=,+S..h|
  411. 00000180 23 e6 06 6e d0 c4 ce b9 32 a8 c5 b1 49 89 df eb |#..n....2...I...|
  412. 00000190 49 e8 57 9c 59 23 eb 18 67 54 60 0d 8b 42 9e ab |I.W.Y#..gT`..B..|
  413. 000001a0 4e cb fd ca 95 8b 25 08 04 a6 07 05 ab b5 a6 3c |N.....%........<|
  414. 000001b0 8a 73 d4 73 4b 15 72 8e cf b6 41 12 7e 5c 00 fe |.s.sK.r...A.~\..|
  415. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 b0 1f 00 00 00 |................|
  416. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  417. *
  418. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  419. 00000200
  420. ========= Devices which don't seem to have a corresponding hard drive: =========
  421. sdb sdc sdd sde
  422. ADDITIONAL INFORMATION :
  423. =================== log of boot-info 2017-02-01__21h49 ===================
  424. boot-info version : 4ppa40
  425. boot-sav version : 4ppa40
  426. glade2script version : 3.2.3~ppa1
  427. boot-sav-extra version : 4ppa40
  428. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  429. CPU op-mode(s): 32-bit, 64-bit
  430. BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic root=UUID=abd7b16c-202b-4fe9-8729-eba318952881 ro quiet splash vt.handoff=7
  431. =================== os-prober:
  432. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  433. =================== blkid:
  434. /dev/sda1: UUID="abd7b16c-202b-4fe9-8729-eba318952881" TYPE="ext4" PARTUUID="3799aa5b-01"
  435. /dev/sda5: UUID="d0a9f8ab-fb4d-41dd-a8a7-4bc9c3e0780d" TYPE="swap" PARTUUID="3799aa5b-05"
  436. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  437. =================== /etc/grub.d/ :
  438. drwxr-xr-x 2 root root 4096 janv. 12 19:05 grub.d
  439. total 76
  440. -rwxr-xr-x 1 root root 9791 avril 16 2016 00_header
  441. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  442. -rwxr-xr-x 1 root root 12261 avril 16 2016 10_linux
  443. -rwxr-xr-x 1 root root 11082 avril 16 2016 20_linux_xen
  444. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  445. -rwxr-xr-x 1 root root 11692 avril 16 2016 30_os-prober
  446. -rwxr-xr-x 1 root root 1418 avril 16 2016 30_uefi-firmware
  447. -rwxr-xr-x 1 root root 214 avril 16 2016 40_custom
  448. -rwxr-xr-x 1 root root 216 avril 16 2016 41_custom
  449. -rw-r--r-- 1 root root 483 avril 16 2016 README
  450. =================== /etc/default/grub :
  451. # If you change this file, run 'update-grub' afterwards to update
  452. # /boot/grub/grub.cfg.
  453. # For full documentation of the options in this file, see:
  454. # info -f grub -n 'Simple configuration'
  455. GRUB_DEFAULT=0
  456. GRUB_HIDDEN_TIMEOUT=0
  457. GRUB_HIDDEN_TIMEOUT_QUIET=true
  458. GRUB_TIMEOUT=10
  459. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  460. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  461. GRUB_CMDLINE_LINUX=""
  462. # Uncomment to enable BadRAM filtering, modify to suit your needs
  463. # This works with Linux (no patch required) and with any kernel that obtains
  464. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  465. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  466. # Uncomment to disable graphical terminal (grub-pc only)
  467. #GRUB_TERMINAL=console
  468. # The resolution used on graphical terminal
  469. # note that you can use only modes which your graphic card supports via VBE
  470. # you can see them in real GRUB with the command `vbeinfo'
  471. #GRUB_GFXMODE=640x480
  472. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  473. #GRUB_DISABLE_LINUX_UUID=true
  474. # Uncomment to disable generation of recovery mode menu entries
  475. #GRUB_DISABLE_RECOVERY="true"
  476. # Uncomment to get a beep at grub start
  477. #GRUB_INIT_TUNE="480 440 1"
  478. =================== UEFI/Legacy mode:
  479. This installed-session is not in EFI-mode.
  480. SecureBoot disabled.
  481. =================== PARTITIONS & DISKS:
  482. 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, .
  483. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  484. =================== parted -l:
  485. Model: ATA SAMSUNG SP2504C (scsi)
  486. Disk /dev/sda: 250GB
  487. Sector size (logical/physical): 512B/512B
  488. Partition Table: msdos
  489. Disk Flags:
  490. Number Start End Size Type File system Flags
  491. 1 1049kB 249GB 249GB primary ext4 boot
  492. 2 249GB 250GB 1063MB extended
  493. 5 249GB 250GB 1063MB logical linux-swap(v1)
  494. =================== parted -lm:
  495. BYT;
  496. /dev/sda:250GB:scsi:512:512:msdos:ATA SAMSUNG SP2504C:;
  497. 1:1049kB:249GB:249GB:ext4::boot;
  498. 2:249GB:250GB:1063MB:::;
  499. 5:249GB:250GB:1063MB:linux-swap(v1)::;
  500. =================== lsblk:
  501. KNAME TYPE FSTYPE SIZE LABEL
  502. sda disk 232,9G
  503. sda1 part ext4 231,9G
  504. sda2 part 1K
  505. sda5 part swap 1014M
  506. sr0 rom 1024M
  507. KNAME ROTA RO RM STATE MOUNTPOINT
  508. sda 1 0 0 running
  509. sda1 1 0 0 /
  510. sda2 1 0 0
  511. sda5 1 0 0 [SWAP]
  512. sr0 1 0 1 running
  513. =================== mount:
  514. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  515. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  516. udev on /dev type devtmpfs (rw,nosuid,relatime,size=487620k,nr_inodes=121905,mode=755)
  517. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  518. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=101548k,mode=755)
  519. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  520. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  521. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  522. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  523. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  524. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  525. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  526. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  527. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  528. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  529. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  530. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  531. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  532. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  533. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  534. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  535. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  536. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  537. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  538. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  539. mqueue on /dev/mqueue type mqueue (rw,relatime)
  540. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  541. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=101548k,mode=700,uid=1000,gid=1000)
  542. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  543. =================== ls:
  544. /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
  545. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  546. /sys/block/sdc (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
  547. /sys/block/sdd (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
  548. /sys/block/sde (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
  549. /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
  550. /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 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kfd kmsg kvm lightnvm log lp0 mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdc sdd sde sg0 sg1 sg2 sg3 sg4 sg5 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
  551. ls /dev/mapper: control
  552. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  553. =================== df -Th:
  554. Filesystem Type Size Used Avail Use% Mounted on
  555. udev devtmpfs 477M 0 477M 0% /dev
  556. tmpfs tmpfs 100M 5.1M 95M 6% /run
  557. /dev/sda1 ext4 229G 6.9G 210G 4% /
  558. tmpfs tmpfs 496M 144K 496M 1% /dev/shm
  559. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  560. tmpfs tmpfs 496M 0 496M 0% /sys/fs/cgroup
  561. tmpfs tmpfs 100M 76K 100M 1% /run/user/1000
  562. =================== fdisk -l:
  563. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  564. Units: sectors of 1 * 512 = 512 bytes
  565. Sector size (logical/physical): 512 bytes / 4096 bytes
  566. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  567. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  568. Units: sectors of 1 * 512 = 512 bytes
  569. Sector size (logical/physical): 512 bytes / 4096 bytes
  570. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  571. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  572. Units: sectors of 1 * 512 = 512 bytes
  573. Sector size (logical/physical): 512 bytes / 4096 bytes
  574. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  575. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  576. Units: sectors of 1 * 512 = 512 bytes
  577. Sector size (logical/physical): 512 bytes / 4096 bytes
  578. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  579. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  580. Units: sectors of 1 * 512 = 512 bytes
  581. Sector size (logical/physical): 512 bytes / 4096 bytes
  582. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  583. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  584. Units: sectors of 1 * 512 = 512 bytes
  585. Sector size (logical/physical): 512 bytes / 4096 bytes
  586. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  587. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  588. Units: sectors of 1 * 512 = 512 bytes
  589. Sector size (logical/physical): 512 bytes / 4096 bytes
  590. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  591. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  592. Units: sectors of 1 * 512 = 512 bytes
  593. Sector size (logical/physical): 512 bytes / 4096 bytes
  594. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  595. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  596. Units: sectors of 1 * 512 = 512 bytes
  597. Sector size (logical/physical): 512 bytes / 4096 bytes
  598. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  599. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  600. Units: sectors of 1 * 512 = 512 bytes
  601. Sector size (logical/physical): 512 bytes / 4096 bytes
  602. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  603. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  604. Units: sectors of 1 * 512 = 512 bytes
  605. Sector size (logical/physical): 512 bytes / 4096 bytes
  606. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  607. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  608. Units: sectors of 1 * 512 = 512 bytes
  609. Sector size (logical/physical): 512 bytes / 4096 bytes
  610. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  611. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  612. Units: sectors of 1 * 512 = 512 bytes
  613. Sector size (logical/physical): 512 bytes / 4096 bytes
  614. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  615. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  616. Units: sectors of 1 * 512 = 512 bytes
  617. Sector size (logical/physical): 512 bytes / 4096 bytes
  618. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  619. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  620. Units: sectors of 1 * 512 = 512 bytes
  621. Sector size (logical/physical): 512 bytes / 4096 bytes
  622. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  623. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  624. Units: sectors of 1 * 512 = 512 bytes
  625. Sector size (logical/physical): 512 bytes / 4096 bytes
  626. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  627. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  628. Units: sectors of 1 * 512 = 512 bytes
  629. Sector size (logical/physical): 512 bytes / 512 bytes
  630. I/O size (minimum/optimal): 512 bytes / 512 bytes
  631. Disklabel type: dos
  632. Disk identifier: 0x3799aa5b
  633. Device Boot Start End Sectors Size Id Type
  634. /dev/sda1 * 2048 486318079 486316032 231.9G 83 Linux
  635. /dev/sda2 486320126 488396799 2076674 1014M 5 Extended
  636. /dev/sda5 486320128 488396799 2076672 1014M 82 Linux swap / Solaris
  637. =================== Suggested repair
  638. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  639. Additional repair would be performed: unhide-bootmenu-10s
  640. =================== Final advice in case of suggested repair
  641. 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)
  642. =================== User settings
  643. The settings chosen by the user will not act on the boot.
  644. paste.ubuntu.com ko (), using paste.debian
  645. paste.debian.net ko (), using paste2