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 (,msdos6)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ntfs
  12. Boot sector type: Windows 8/2012: NTFS
  13. Boot sector info: No errors found in the Boot Parameter Block.
  14. Operating System:
  15. Boot files: /bootmgr /Boot/BCD
  16. sda2: __________________________________________________________________________
  17. File system: ntfs
  18. Boot sector type: Windows 7/2008: NTFS
  19. Boot sector info: No errors found in the Boot Parameter Block.
  20. Operating System:
  21. Boot files: /Windows/System32/winload.exe
  22. sda3: __________________________________________________________________________
  23. File system: Extended Partition
  24. Boot sector type: Unknown
  25. Boot sector info:
  26. sda5: __________________________________________________________________________
  27. File system: swap
  28. Boot sector type: -
  29. Boot sector info:
  30. sda6: __________________________________________________________________________
  31. File system: ext4
  32. Boot sector type: -
  33. Boot sector info:
  34. Operating System: Ubuntu 16.04 LTS
  35. Boot files: /boot/grub/grub.cfg /etc/fstab
  36. /boot/grub/i386-pc/core.img
  37. ============================ Drive/Partition Info: =============================
  38. Drive: sda _____________________________________________________________________
  39. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  40. Units: sectors of 1 * 512 = 512 bytes
  41. Sector size (logical/physical): 512 bytes / 4096 bytes
  42. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  43. Disklabel type: dos
  44. Partition Boot Start Sector End Sector # of Sectors Id System
  45. /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  46. /dev/sda2 206,848 786,394,073 786,187,226 7 NTFS / exFAT / HPFS
  47. /dev/sda3 786,395,134 976,771,071 190,375,938 5 Extended
  48. /dev/sda5 960,159,744 976,771,071 16,611,328 82 Linux swap / Solaris
  49. /dev/sda6 786,395,136 960,159,743 173,764,608 83 Linux
  50. "blkid" output: ________________________________________________________________
  51. Device UUID TYPE LABEL
  52. /dev/sda1 5ACABD56CABD2EDF ntfs Réservé au système
  53. /dev/sda2 A4E8CB87E8CB55E8 ntfs
  54. /dev/sda5 8a98116a-f43e-4046-b822-7b53ba8c2e23 swap
  55. /dev/sda6 c1afa82d-6d15-4d6b-b008-1155c8ddeaf8 ext4
  56. ========================= "ls -l /dev/disk/by-id" output: ======================
  57. total 0
  58. lrwxrwxrwx 1 root root 9 May 17 14:05 ata-MATSHITA_DVD-RAM_UJ8E1_1345TP213421ESXPH -> ../../sr0
  59. lrwxrwxrwx 1 root root 9 May 17 16:33 ata-TOSHIBA_MQ01ABF050_Y365SDVRS -> ../../sda
  60. lrwxrwxrwx 1 root root 10 May 17 16:34 ata-TOSHIBA_MQ01ABF050_Y365SDVRS-part1 -> ../../sda1
  61. lrwxrwxrwx 1 root root 10 May 17 16:34 ata-TOSHIBA_MQ01ABF050_Y365SDVRS-part2 -> ../../sda2
  62. lrwxrwxrwx 1 root root 10 May 17 16:33 ata-TOSHIBA_MQ01ABF050_Y365SDVRS-part3 -> ../../sda3
  63. lrwxrwxrwx 1 root root 10 May 17 16:33 ata-TOSHIBA_MQ01ABF050_Y365SDVRS-part5 -> ../../sda5
  64. lrwxrwxrwx 1 root root 10 May 17 16:33 ata-TOSHIBA_MQ01ABF050_Y365SDVRS-part6 -> ../../sda6
  65. lrwxrwxrwx 1 root root 9 May 17 16:33 wwn-0x5000039525801ffe -> ../../sda
  66. lrwxrwxrwx 1 root root 10 May 17 16:34 wwn-0x5000039525801ffe-part1 -> ../../sda1
  67. lrwxrwxrwx 1 root root 10 May 17 16:34 wwn-0x5000039525801ffe-part2 -> ../../sda2
  68. lrwxrwxrwx 1 root root 10 May 17 16:33 wwn-0x5000039525801ffe-part3 -> ../../sda3
  69. lrwxrwxrwx 1 root root 10 May 17 16:33 wwn-0x5000039525801ffe-part5 -> ../../sda5
  70. lrwxrwxrwx 1 root root 10 May 17 16:33 wwn-0x5000039525801ffe-part6 -> ../../sda6
  71. ================================ Mount points: =================================
  72. Device Mount_Point Type Options
  73. /dev/sda6 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  74. =========================== sda6/boot/grub/grub.cfg: ===========================
  75. --------------------------------------------------------------------------------
  76. #
  77. # DO NOT EDIT THIS FILE
  78. #
  79. # It is automatically generated by grub-mkconfig using templates
  80. # from /etc/grub.d and settings from /etc/default/grub
  81. #
  82. ### BEGIN /etc/grub.d/00_header ###
  83. if [ -s $prefix/grubenv ]; then
  84. set have_grubenv=true
  85. load_env
  86. fi
  87. if [ "${next_entry}" ] ; then
  88. set default="${next_entry}"
  89. set next_entry=
  90. save_env next_entry
  91. set boot_once=true
  92. else
  93. set default="0"
  94. fi
  95. if [ x"${feature_menuentry_id}" = xy ]; then
  96. menuentry_id_option="--id"
  97. else
  98. menuentry_id_option=""
  99. fi
  100. export menuentry_id_option
  101. if [ "${prev_saved_entry}" ]; then
  102. set saved_entry="${prev_saved_entry}"
  103. save_env saved_entry
  104. set prev_saved_entry=
  105. save_env prev_saved_entry
  106. set boot_once=true
  107. fi
  108. function savedefault {
  109. if [ -z "${boot_once}" ]; then
  110. saved_entry="${chosen}"
  111. save_env saved_entry
  112. fi
  113. }
  114. function recordfail {
  115. set recordfail=1
  116. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  117. }
  118. function load_video {
  119. if [ x$feature_all_video_module = xy ]; then
  120. insmod all_video
  121. else
  122. insmod efi_gop
  123. insmod efi_uga
  124. insmod ieee1275_fb
  125. insmod vbe
  126. insmod vga
  127. insmod video_bochs
  128. insmod video_cirrus
  129. fi
  130. }
  131. if [ x$feature_default_font_path = xy ] ; then
  132. font=unicode
  133. else
  134. insmod part_msdos
  135. insmod ext2
  136. set root='hd0,msdos6'
  137. if [ x$feature_platform_search_hint = xy ]; then
  138. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  139. else
  140. search --no-floppy --fs-uuid --set=root c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  141. fi
  142. font="/usr/share/grub/unicode.pf2"
  143. fi
  144. if loadfont $font ; then
  145. set gfxmode=auto
  146. load_video
  147. insmod gfxterm
  148. set locale_dir=$prefix/locale
  149. set lang=fr_FR
  150. insmod gettext
  151. fi
  152. terminal_output gfxterm
  153. if [ "${recordfail}" = 1 ] ; then
  154. set timeout=30
  155. else
  156. if [ x$feature_timeout_style = xy ] ; then
  157. set timeout_style=menu
  158. set timeout=10
  159. # Fallback normal timeout code in case the timeout_style feature is
  160. # unavailable.
  161. else
  162. set timeout=10
  163. fi
  164. fi
  165. ### END /etc/grub.d/00_header ###
  166. ### BEGIN /etc/grub.d/05_debian_theme ###
  167. set menu_color_normal=white/black
  168. set menu_color_highlight=black/light-gray
  169. if background_color 44,0,30,0; then
  170. clear
  171. fi
  172. ### END /etc/grub.d/05_debian_theme ###
  173. ### BEGIN /etc/grub.d/10_linux ###
  174. function gfxmode {
  175. set gfxpayload="${1}"
  176. if [ "${1}" = "keep" ]; then
  177. set vt_handoff=vt.handoff=7
  178. else
  179. set vt_handoff=
  180. fi
  181. }
  182. if [ "${recordfail}" != 1 ]; then
  183. if [ -e ${prefix}/gfxblacklist.txt ]; then
  184. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  185. if [ ${match} = 0 ]; then
  186. set linux_gfx_mode=keep
  187. else
  188. set linux_gfx_mode=text
  189. fi
  190. else
  191. set linux_gfx_mode=text
  192. fi
  193. else
  194. set linux_gfx_mode=keep
  195. fi
  196. else
  197. set linux_gfx_mode=text
  198. fi
  199. export linux_gfx_mode
  200. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c1afa82d-6d15-4d6b-b008-1155c8ddeaf8' {
  201. recordfail
  202. load_video
  203. gfxmode $linux_gfx_mode
  204. insmod gzio
  205. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  206. insmod part_msdos
  207. insmod ext2
  208. set root='hd0,msdos6'
  209. if [ x$feature_platform_search_hint = xy ]; then
  210. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  211. else
  212. search --no-floppy --fs-uuid --set=root c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  213. fi
  214. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=c1afa82d-6d15-4d6b-b008-1155c8ddeaf8 ro quiet splash $vt_handoff
  215. initrd /boot/initrd.img-4.4.0-22-generic
  216. }
  217. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-c1afa82d-6d15-4d6b-b008-1155c8ddeaf8' {
  218. 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-c1afa82d-6d15-4d6b-b008-1155c8ddeaf8' {
  219. recordfail
  220. load_video
  221. gfxmode $linux_gfx_mode
  222. insmod gzio
  223. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  224. insmod part_msdos
  225. insmod ext2
  226. set root='hd0,msdos6'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  229. else
  230. search --no-floppy --fs-uuid --set=root c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  231. fi
  232. echo 'Chargement de Linux 4.4.0-22-generic…'
  233. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=c1afa82d-6d15-4d6b-b008-1155c8ddeaf8 ro quiet splash $vt_handoff
  234. echo 'Chargement du disque mémoire initial…'
  235. initrd /boot/initrd.img-4.4.0-22-generic
  236. }
  237. 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-c1afa82d-6d15-4d6b-b008-1155c8ddeaf8' {
  238. recordfail
  239. load_video
  240. gfxmode $linux_gfx_mode
  241. insmod gzio
  242. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  243. insmod part_msdos
  244. insmod ext2
  245. set root='hd0,msdos6'
  246. if [ x$feature_platform_search_hint = xy ]; then
  247. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  248. else
  249. search --no-floppy --fs-uuid --set=root c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  250. fi
  251. echo 'Chargement de Linux 4.4.0-22-generic…'
  252. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=c1afa82d-6d15-4d6b-b008-1155c8ddeaf8 ro quiet splash $vt_handoff init=/sbin/upstart
  253. echo 'Chargement du disque mémoire initial…'
  254. initrd /boot/initrd.img-4.4.0-22-generic
  255. }
  256. 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-c1afa82d-6d15-4d6b-b008-1155c8ddeaf8' {
  257. recordfail
  258. load_video
  259. insmod gzio
  260. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  261. insmod part_msdos
  262. insmod ext2
  263. set root='hd0,msdos6'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  266. else
  267. search --no-floppy --fs-uuid --set=root c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  268. fi
  269. echo 'Chargement de Linux 4.4.0-22-generic…'
  270. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=c1afa82d-6d15-4d6b-b008-1155c8ddeaf8 ro recovery nomodeset
  271. echo 'Chargement du disque mémoire initial…'
  272. initrd /boot/initrd.img-4.4.0-22-generic
  273. }
  274. 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-c1afa82d-6d15-4d6b-b008-1155c8ddeaf8' {
  275. recordfail
  276. load_video
  277. gfxmode $linux_gfx_mode
  278. insmod gzio
  279. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  280. insmod part_msdos
  281. insmod ext2
  282. set root='hd0,msdos6'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  285. else
  286. search --no-floppy --fs-uuid --set=root c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  287. fi
  288. echo 'Chargement de Linux 4.4.0-21-generic…'
  289. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=c1afa82d-6d15-4d6b-b008-1155c8ddeaf8 ro quiet splash $vt_handoff
  290. echo 'Chargement du disque mémoire initial…'
  291. initrd /boot/initrd.img-4.4.0-21-generic
  292. }
  293. 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-c1afa82d-6d15-4d6b-b008-1155c8ddeaf8' {
  294. recordfail
  295. load_video
  296. gfxmode $linux_gfx_mode
  297. insmod gzio
  298. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  299. insmod part_msdos
  300. insmod ext2
  301. set root='hd0,msdos6'
  302. if [ x$feature_platform_search_hint = xy ]; then
  303. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  304. else
  305. search --no-floppy --fs-uuid --set=root c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  306. fi
  307. echo 'Chargement de Linux 4.4.0-21-generic…'
  308. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=c1afa82d-6d15-4d6b-b008-1155c8ddeaf8 ro quiet splash $vt_handoff init=/sbin/upstart
  309. echo 'Chargement du disque mémoire initial…'
  310. initrd /boot/initrd.img-4.4.0-21-generic
  311. }
  312. 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-c1afa82d-6d15-4d6b-b008-1155c8ddeaf8' {
  313. recordfail
  314. load_video
  315. insmod gzio
  316. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  317. insmod part_msdos
  318. insmod ext2
  319. set root='hd0,msdos6'
  320. if [ x$feature_platform_search_hint = xy ]; then
  321. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  322. else
  323. search --no-floppy --fs-uuid --set=root c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  324. fi
  325. echo 'Chargement de Linux 4.4.0-21-generic…'
  326. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=c1afa82d-6d15-4d6b-b008-1155c8ddeaf8 ro recovery nomodeset
  327. echo 'Chargement du disque mémoire initial…'
  328. initrd /boot/initrd.img-4.4.0-21-generic
  329. }
  330. }
  331. ### END /etc/grub.d/10_linux ###
  332. ### BEGIN /etc/grub.d/20_linux_xen ###
  333. ### END /etc/grub.d/20_linux_xen ###
  334. ### BEGIN /etc/grub.d/20_memtest86+ ###
  335. menuentry 'Memory test (memtest86+)' {
  336. insmod part_msdos
  337. insmod ext2
  338. set root='hd0,msdos6'
  339. if [ x$feature_platform_search_hint = xy ]; then
  340. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  341. else
  342. search --no-floppy --fs-uuid --set=root c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  343. fi
  344. knetbsd /boot/memtest86+.elf
  345. }
  346. menuentry 'Memory test (memtest86+, serial console 115200)' {
  347. insmod part_msdos
  348. insmod ext2
  349. set root='hd0,msdos6'
  350. if [ x$feature_platform_search_hint = xy ]; then
  351. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  352. else
  353. search --no-floppy --fs-uuid --set=root c1afa82d-6d15-4d6b-b008-1155c8ddeaf8
  354. fi
  355. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  356. }
  357. ### END /etc/grub.d/20_memtest86+ ###
  358. ### BEGIN /etc/grub.d/30_os-prober ###
  359. menuentry 'Windows 7 (loader) (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-5ACABD56CABD2EDF' {
  360. insmod part_msdos
  361. insmod ntfs
  362. set root='hd0,msdos1'
  363. if [ x$feature_platform_search_hint = xy ]; then
  364. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5ACABD56CABD2EDF
  365. else
  366. search --no-floppy --fs-uuid --set=root 5ACABD56CABD2EDF
  367. fi
  368. parttool ${root} hidden-
  369. chainloader +1
  370. }
  371. set timeout_style=menu
  372. if [ "${timeout}" = 0 ]; then
  373. set timeout=10
  374. fi
  375. ### END /etc/grub.d/30_os-prober ###
  376. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  377. ### END /etc/grub.d/30_uefi-firmware ###
  378. ### BEGIN /etc/grub.d/40_custom ###
  379. # This file provides an easy way to add custom menu entries. Simply type the
  380. # menu entries you want to add after this comment. Be careful not to change
  381. # the 'exec tail' line above.
  382. ### END /etc/grub.d/40_custom ###
  383. ### BEGIN /etc/grub.d/41_custom ###
  384. if [ -f ${config_directory}/custom.cfg ]; then
  385. source ${config_directory}/custom.cfg
  386. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  387. source $prefix/custom.cfg;
  388. fi
  389. ### END /etc/grub.d/41_custom ###
  390. --------------------------------------------------------------------------------
  391. =============================== sda6/etc/fstab: ================================
  392. --------------------------------------------------------------------------------
  393. # /etc/fstab: static file system information.
  394. #
  395. # Use 'blkid' to print the universally unique identifier for a
  396. # device; this may be used with UUID= as a more robust way to name devices
  397. # that works even if disks are added and removed. See fstab(5).
  398. #
  399. # <file system> <mount point> <type> <options> <dump> <pass>
  400. # / was on /dev/sda6 during installation
  401. UUID=c1afa82d-6d15-4d6b-b008-1155c8ddeaf8 / ext4 errors=remount-ro 0 1
  402. # swap was on /dev/sda5 during installation
  403. UUID=8a98116a-f43e-4046-b822-7b53ba8c2e23 none swap sw 0 0
  404. --------------------------------------------------------------------------------
  405. =================== sda6: Location of files loaded by Grub: ====================
  406. GiB - GB File Fragment(s)
  407. 389.685733795 = 418.421870592 boot/grub/grub.cfg 1
  408. 447.123950958 = 480.095686656 boot/grub/i386-pc/core.img 1
  409. 376.004577637 = 403.731841024 boot/vmlinuz-4.4.0-21-generic 1
  410. 402.620494843 = 432.310464512 boot/vmlinuz-4.4.0-22-generic 1
  411. 402.620494843 = 432.310464512 vmlinuz 1
  412. 376.004577637 = 403.731841024 vmlinuz.old 1
  413. 400.646480560 = 430.190882816 boot/initrd.img-4.4.0-21-generic 3
  414. 400.011772156 = 429.509369856 boot/initrd.img-4.4.0-22-generic 3
  415. 400.011772156 = 429.509369856 initrd.img 3
  416. 400.646480560 = 430.190882816 initrd.img.old 3
  417. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  418. Unknown BootLoader on sda3
  419. 00000000 44 18 04 ab 77 2d d7 cb 10 0a 26 c3 3d 56 58 9a |D...w-....&.=VX.|
  420. 00000010 31 58 51 f9 b5 ac 3e 9a bc 96 47 40 42 f8 c1 e0 |1XQ...>...G@B...|
  421. 00000020 17 29 05 87 95 39 b1 cb a6 13 79 fd 6b 0d c8 18 |.)...9....y.k...|
  422. 00000030 ea f1 88 16 5c 0f 6a 1e 5f 40 0a 33 e6 89 01 e1 |....\.[email protected]....|
  423. 00000040 60 69 7d b7 44 c7 08 c6 9d 55 68 35 56 7d fb 5e |`i}.D....Uh5V}.^|
  424. 00000050 17 22 fc 5d cf 15 a9 62 9c 61 fe a7 9a 4c b2 75 |.".]...b.a...L.u|
  425. 00000060 c2 66 2e dd 43 56 53 d5 bc 0b da 44 83 16 e1 aa |.f..CVS....D....|
  426. 00000070 f4 70 1f ed ab e4 92 47 d5 6e 59 ab 73 31 79 fe |.p.....G.nY.s1y.|
  427. 00000080 79 83 37 85 3c fa dc 5c 42 6b 5b 95 34 3e 3a 6d |y.7.<..\Bk[.4>:m|
  428. 00000090 c6 27 3a 2a c6 0e fd 07 e1 e3 11 c5 2a 42 41 6f |.':*........*BAo|
  429. 000000a0 98 8b bb ea 2d 17 25 96 74 a9 11 01 dc fb fc 4e |....-.%.t......N|
  430. 000000b0 04 7a 1b 08 cc 4c 23 14 61 d2 05 c1 a4 13 56 ad |.z...L#.a.....V.|
  431. 000000c0 04 49 82 e5 d5 e6 4c 08 00 e1 52 f6 1d f5 36 3b |.I....L...R...6;|
  432. 000000d0 02 d6 04 35 ec 95 f9 0b 7e 4e 03 e1 55 87 22 bf |...5....~N..U.".|
  433. 000000e0 6e 90 9f 14 1d 1f cd 08 e2 9d 19 c6 51 6a 1f 9d |n...........Qj..|
  434. 000000f0 78 5c 43 64 99 3b 0b c8 25 1e 28 3c a5 4b d7 a8 |x\Cd.;..%.(<.K..|
  435. 00000100 07 aa 80 5d 23 ce 15 4e f8 5d fa db c2 a3 9d b6 |...]#..N.]......|
  436. 00000110 66 f2 89 ee ea da 03 81 5d 61 46 17 8f bc ac 6c |f.......]aF....l|
  437. 00000120 96 f9 62 95 d6 7e 85 be de 03 1c 67 9e 05 cc da |..b..~.....g....|
  438. 00000130 18 51 88 1b a8 cc 2b ec fd 38 80 90 39 38 bf c6 |.Q....+..8..98..|
  439. 00000140 94 4f 81 dc 37 56 26 f1 ee 7f 46 ac 9c b1 d6 07 |.O..7V&...F.....|
  440. 00000150 a6 a9 ac dc c0 d4 b1 ce cd 24 ca 19 2a 16 c6 7f |.........$..*...|
  441. 00000160 3d 8c 80 b6 92 f9 ca 02 aa 71 00 ba 61 ef 3d 82 |=........q..a.=.|
  442. 00000170 51 2c ac 59 90 48 9a 9a 34 26 45 8a a4 b4 8d 36 |Q,.Y.H..4&E....6|
  443. 00000180 94 79 f5 c7 01 2d a4 9f 4c 19 e7 46 4f 8a 7c 6d |.y...-..L..FO.|m|
  444. 00000190 90 3f cc b9 cc 3a 57 b3 3f 17 eb 1c a5 b2 64 26 |.?...:W.?.....d&|
  445. 000001a0 8e f7 dc fd 7e 2d 5d 09 7b b5 be 68 cf 14 a5 6f |....~-].{..h...o|
  446. 000001b0 ae b6 c5 60 28 79 b7 88 44 e8 36 73 1e 56 00 fe |...`(y..D.6s.V..|
  447. 000001c0 ff ff 82 fe ff ff 02 70 5b 0a 00 78 fd 00 00 fe |.......p[..x....|
  448. 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 70 5b 0a 00 00 |...........p[...|
  449. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  450. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  451. 00000200
  452. ADDITIONAL INFORMATION :
  453. =================== log of boot-info 2016-05-17__16h33 ===================
  454. boot-info version : 4ppa37
  455. boot-sav version : 4ppa37
  456. glade2script version : 3.2.3~ppa1
  457. boot-sav-extra version : 4ppa37
  458. boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  459. CPU op-mode(s): 32-bit, 64-bit
  460. BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic root=UUID=c1afa82d-6d15-4d6b-b008-1155c8ddeaf8 ro quiet splash vt.handoff=7
  461. Unmount sda1 from /media/apoma/Réservé au système to avoid space incompatibilities
  462. Partition 3 does not start on physical sector boundary.
  463. =================== os-prober:
  464. /dev/sda6:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  465. /dev/sda1:Windows 7 (loader):Windows:chain
  466. =================== blkid:
  467. /dev/sda1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="5ACABD56CABD2EDF" TYPE="ntfs" PARTUUID="0006bbc1-01"
  468. /dev/sda2: UUID="A4E8CB87E8CB55E8" TYPE="ntfs" PARTUUID="0006bbc1-02"
  469. /dev/sda5: UUID="8a98116a-f43e-4046-b822-7b53ba8c2e23" TYPE="swap" PARTUUID="0006bbc1-05"
  470. /dev/sda6: UUID="c1afa82d-6d15-4d6b-b008-1155c8ddeaf8" TYPE="ext4" PARTUUID="0006bbc1-06"
  471. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  472. Windows not detected by os-prober on sda2.
  473. Partition 3 does not start on physical sector boundary.
  474. Partition 3 does not start on physical sector boundary.
  475. =================== /etc/grub.d/ :
  476. drwxr-xr-x 2 root root 4096 avril 21 00:15 grub.d
  477. total 76
  478. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  479. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  480. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  481. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  482. -rwxr-xr-x 1 root root 1992 janv. 28 13:44 20_memtest86+
  483. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  484. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  485. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  486. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  487. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  488. =================== /etc/default/grub :
  489. # If you change this file, run 'update-grub' afterwards to update
  490. # /boot/grub/grub.cfg.
  491. # For full documentation of the options in this file, see:
  492. # info -f grub -n 'Simple configuration'
  493. GRUB_DEFAULT=0
  494. #GRUB_HIDDEN_TIMEOUT=0
  495. GRUB_HIDDEN_TIMEOUT_QUIET=true
  496. GRUB_TIMEOUT=10
  497. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  498. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  499. GRUB_CMDLINE_LINUX=""
  500. # Uncomment to enable BadRAM filtering, modify to suit your needs
  501. # This works with Linux (no patch required) and with any kernel that obtains
  502. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  503. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  504. # Uncomment to disable graphical terminal (grub-pc only)
  505. #GRUB_TERMINAL=console
  506. # The resolution used on graphical terminal
  507. # note that you can use only modes which your graphic card supports via VBE
  508. # you can see them in real GRUB with the command `vbeinfo'
  509. #GRUB_GFXMODE=640x480
  510. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  511. #GRUB_DISABLE_LINUX_UUID=true
  512. # Uncomment to disable generation of recovery mode menu entries
  513. #GRUB_DISABLE_RECOVERY="true"
  514. # Uncomment to get a beep at grub start
  515. #GRUB_INIT_TUNE="480 440 1"
  516. =================== UEFI/Legacy mode:
  517. This installed-session is not in EFI-mode.
  518. SecureBoot disabled.
  519. =================== PARTITIONS & DISKS:
  520. sda6 : 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, .
  521. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  522. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  523. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  524. =================== parted -l:
  525. Model: ATA TOSHIBA MQ01ABF0 (scsi)
  526. Disk /dev/sda: 500GB
  527. Sector size (logical/physical): 512B/4096B
  528. Partition Table: msdos
  529. Disk Flags:
  530. Number Start End Size Type File system Flags
  531. 1 1049kB 106MB 105MB primary ntfs boot
  532. 2 106MB 403GB 403GB primary ntfs
  533. 3 403GB 500GB 97.5GB extended
  534. 6 403GB 492GB 89.0GB logical ext4
  535. 5 492GB 500GB 8505MB logical linux-swap(v1)
  536. =================== parted -lm:
  537. BYT;
  538. /dev/sda:500GB:scsi:512:4096:msdos:ATA TOSHIBA MQ01ABF0:;
  539. 1:1049kB:106MB:105MB:ntfs::boot;
  540. 2:106MB:403GB:403GB:ntfs::;
  541. 3:403GB:500GB:97.5GB:::;
  542. 6:403GB:492GB:89.0GB:ext4::;
  543. 5:492GB:500GB:8505MB:linux-swap(v1)::;
  544. =================== lsblk:
  545. KNAME TYPE FSTYPE SIZE LABEL
  546. sda disk 465,8G
  547. sda1 part ntfs 100M Réservé au système
  548. sda2 part ntfs 374,9G
  549. sda3 part 1K
  550. sda5 part swap 7,9G
  551. sda6 part ext4 82,9G
  552. sr0 rom 1024M
  553. KNAME ROTA RO RM STATE MOUNTPOINT
  554. sda 1 0 0 running
  555. sda1 1 0 0 /mnt/boot-sav/sda1
  556. sda2 1 0 0 /mnt/boot-sav/sda2
  557. sda3 1 0 0
  558. sda5 1 0 0 [SWAP]
  559. sda6 1 0 0 /
  560. sr0 1 0 1 running
  561. =================== mount:
  562. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  563. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  564. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4027600k,nr_inodes=1006900,mode=755)
  565. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  566. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=809384k,mode=755)
  567. /dev/sda6 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  568. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  569. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  570. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  571. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  572. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  573. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  574. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  575. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  576. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  577. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  578. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  579. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  580. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  581. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  582. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  583. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  584. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  585. mqueue on /dev/mqueue type mqueue (rw,relatime)
  586. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  587. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  588. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  589. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  590. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=809384k,mode=700,uid=1000,gid=1000)
  591. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  592. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  593. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  594. =================== ls:
  595. /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 sda3 sda5 sda6 size slaves stat subsystem trace uevent
  596. /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
  597. /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 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-18 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
  598. ls /dev/mapper: control
  599. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  600. =================== hexdump -n512 -C /dev/sda1
  601. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  602. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  603. 00000020 00 00 00 00 80 00 80 00 ff 1f 03 00 00 00 00 00 |................|
  604. 00000030 55 21 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U!..............|
  605. 00000040 f6 00 00 00 01 00 00 00 df 2e bd ca 56 bd ca 5a |............V..Z|
  606. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  607. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  608. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  609. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  610. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  611. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  612. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  613. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  614. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  615. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  616. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  617. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  618. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  619. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  620. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  621. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  622. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  623. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  624. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  625. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  626. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  627. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  628. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  629. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  630. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  631. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  632. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  633. 00000200
  634. =================== hexdump -n512 -C /dev/sda2
  635. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  636. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 28 03 00 |........?....(..|
  637. 00000020 00 00 00 00 80 00 80 00 d9 43 dc 2e 00 00 00 00 |.........C......|
  638. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  639. 00000040 f6 00 00 00 01 00 00 00 e8 55 cb e8 87 cb e8 a4 |.........U......|
  640. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  641. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  642. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  643. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  644. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  645. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  646. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  647. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  648. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  649. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  650. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  651. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  652. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  653. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  654. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  655. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  656. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  657. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  658. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  659. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 |t.............Er|
  660. 00000190 72 65 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 |reur lecture dis|
  661. 000001a0 71 75 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 61 62 |que...BOOTMGR ab|
  662. 000001b0 73 65 6e 74 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 |sent...BOOTMGR c|
  663. 000001c0 6f 6d 70 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b |ompress....Ctrl+|
  664. 000001d0 41 6c 74 2b 53 75 70 70 72 20 70 6f 75 72 20 72 |Alt+Suppr pour r|
  665. 000001e0 65 64 82 6d 61 72 72 65 72 0d 0a 00 6f 20 72 65 |ed.marrer...o re|
  666. 000001f0 73 74 61 72 74 0d 0a 00 8c a4 b5 c9 00 00 55 aa |start.........U.|
  667. 00000200
  668. Partition 3 does not start on physical sector boundary.
  669. =================== df -Th:
  670. Filesystem Type Size Used Avail Use% Mounted on
  671. udev devtmpfs 3.9G 0 3.9G 0% /dev
  672. tmpfs tmpfs 791M 9.5M 781M 2% /run
  673. /dev/sda6 ext4 82G 34G 44G 44% /
  674. tmpfs tmpfs 3.9G 796K 3.9G 1% /dev/shm
  675. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  676. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  677. tmpfs tmpfs 791M 68K 791M 1% /run/user/1000
  678. /dev/sda1 fuseblk 100M 28M 73M 28% /mnt/boot-sav/sda1
  679. /dev/sda2 fuseblk 375G 266G 110G 71% /mnt/boot-sav/sda2
  680. =================== fdisk -l:
  681. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  682. Units: sectors of 1 * 512 = 512 bytes
  683. Sector size (logical/physical): 512 bytes / 4096 bytes
  684. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  685. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  686. Units: sectors of 1 * 512 = 512 bytes
  687. Sector size (logical/physical): 512 bytes / 4096 bytes
  688. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  689. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  690. Units: sectors of 1 * 512 = 512 bytes
  691. Sector size (logical/physical): 512 bytes / 4096 bytes
  692. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  693. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  694. Units: sectors of 1 * 512 = 512 bytes
  695. Sector size (logical/physical): 512 bytes / 4096 bytes
  696. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  697. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  698. Units: sectors of 1 * 512 = 512 bytes
  699. Sector size (logical/physical): 512 bytes / 4096 bytes
  700. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  701. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  702. Units: sectors of 1 * 512 = 512 bytes
  703. Sector size (logical/physical): 512 bytes / 4096 bytes
  704. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  705. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  706. Units: sectors of 1 * 512 = 512 bytes
  707. Sector size (logical/physical): 512 bytes / 4096 bytes
  708. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  709. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  710. Units: sectors of 1 * 512 = 512 bytes
  711. Sector size (logical/physical): 512 bytes / 4096 bytes
  712. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  713. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  714. Units: sectors of 1 * 512 = 512 bytes
  715. Sector size (logical/physical): 512 bytes / 4096 bytes
  716. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  717. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  718. Units: sectors of 1 * 512 = 512 bytes
  719. Sector size (logical/physical): 512 bytes / 4096 bytes
  720. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  721. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  722. Units: sectors of 1 * 512 = 512 bytes
  723. Sector size (logical/physical): 512 bytes / 4096 bytes
  724. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  725. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  726. Units: sectors of 1 * 512 = 512 bytes
  727. Sector size (logical/physical): 512 bytes / 4096 bytes
  728. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  729. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  730. Units: sectors of 1 * 512 = 512 bytes
  731. Sector size (logical/physical): 512 bytes / 4096 bytes
  732. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  733. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  734. Units: sectors of 1 * 512 = 512 bytes
  735. Sector size (logical/physical): 512 bytes / 4096 bytes
  736. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  737. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  738. Units: sectors of 1 * 512 = 512 bytes
  739. Sector size (logical/physical): 512 bytes / 4096 bytes
  740. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  741. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  742. Units: sectors of 1 * 512 = 512 bytes
  743. Sector size (logical/physical): 512 bytes / 4096 bytes
  744. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  745. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  746. Units: sectors of 1 * 512 = 512 bytes
  747. Sector size (logical/physical): 512 bytes / 4096 bytes
  748. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  749. Disklabel type: dos
  750. Disk identifier: 0x0006bbc1
  751. Device Boot Start End Sectors Size Id Type
  752. /dev/sda1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
  753. /dev/sda2 206848 786394073 786187226 374.9G 7 HPFS/NTFS/exFAT
  754. /dev/sda3 786395134 976771071 190375938 90.8G 5 Extended
  755. /dev/sda5 960159744 976771071 16611328 7.9G 82 Linux swap / Solaris
  756. /dev/sda6 786395136 960159743 173764608 82.9G 83 Linux
  757. Partition table entries are not in disk order.
  758. =================== Suggested repair
  759. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda6 into the MBR of sda.
  760. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  761. =================== Final advice in case of suggested repair
  762. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04 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)
  763. =================== User settings
  764. The settings chosen by the user will not act on the boot.
  765. paste.ubuntu.com ko (), using paste.debian
  766. paste.debian.net ko (), using paste2