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