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 (,msdos5)/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 8/2012: NTFS
  19. Boot sector info: No errors found in the Boot Parameter Block.
  20. Operating System:
  21. Boot files: /bootmgr /Boot/BCD /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: ext4
  28. Boot sector type: -
  29. Boot sector info:
  30. Operating System: Ubuntu 16.04 LTS
  31. Boot files: /boot/grub/grub.cfg /etc/fstab
  32. /boot/grub/i386-pc/core.img
  33. sda6: __________________________________________________________________________
  34. File system: swap
  35. Boot sector type: -
  36. Boot sector info:
  37. ============================ Drive/Partition Info: =============================
  38. Drive: sda _____________________________________________________________________
  39. Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 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 1,023,999 1,021,952 7 NTFS / exFAT / HPFS
  46. /dev/sda2 1,024,000 714,166,271 713,142,272 7 NTFS / exFAT / HPFS
  47. /dev/sda3 714,168,318 1,465,147,391 750,979,074 5 Extended
  48. /dev/sda5 714,168,320 1,457,336,288 743,167,969 83 Linux
  49. /dev/sda6 1,457,338,368 1,465,147,391 7,809,024 82 Linux swap / Solaris
  50. "blkid" output: ________________________________________________________________
  51. Device UUID TYPE LABEL
  52. /dev/sda1 5C3A4B333A4B098A ntfs System Reserved
  53. /dev/sda2 C8626645626637F8 ntfs Windows
  54. /dev/sda5 f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3 ext4
  55. /dev/sda6 3610fa3f-1403-4368-b4d1-24c1e08b3a9a swap
  56. ========================= "ls -l /dev/disk/by-id" output: ======================
  57. total 0
  58. lrwxrwxrwx 1 root root 9 May 13 12:50 ata-Hitachi_HTS547575A9E384_J2190059G645PC -> ../../sda
  59. lrwxrwxrwx 1 root root 10 May 13 12:50 ata-Hitachi_HTS547575A9E384_J2190059G645PC-part1 -> ../../sda1
  60. lrwxrwxrwx 1 root root 10 May 13 12:50 ata-Hitachi_HTS547575A9E384_J2190059G645PC-part2 -> ../../sda2
  61. lrwxrwxrwx 1 root root 10 May 13 12:50 ata-Hitachi_HTS547575A9E384_J2190059G645PC-part3 -> ../../sda3
  62. lrwxrwxrwx 1 root root 10 May 13 12:50 ata-Hitachi_HTS547575A9E384_J2190059G645PC-part5 -> ../../sda5
  63. lrwxrwxrwx 1 root root 10 May 13 12:50 ata-Hitachi_HTS547575A9E384_J2190059G645PC-part6 -> ../../sda6
  64. lrwxrwxrwx 1 root root 9 May 13 12:36 ata-MATSHITADVD-RAM_UJ8B0_YN46_338717 -> ../../sr0
  65. lrwxrwxrwx 1 root root 9 May 13 12:50 wwn-0x5000cca6e0c2c9ee -> ../../sda
  66. lrwxrwxrwx 1 root root 10 May 13 12:50 wwn-0x5000cca6e0c2c9ee-part1 -> ../../sda1
  67. lrwxrwxrwx 1 root root 10 May 13 12:50 wwn-0x5000cca6e0c2c9ee-part2 -> ../../sda2
  68. lrwxrwxrwx 1 root root 10 May 13 12:50 wwn-0x5000cca6e0c2c9ee-part3 -> ../../sda3
  69. lrwxrwxrwx 1 root root 10 May 13 12:50 wwn-0x5000cca6e0c2c9ee-part5 -> ../../sda5
  70. lrwxrwxrwx 1 root root 10 May 13 12:50 wwn-0x5000cca6e0c2c9ee-part6 -> ../../sda6
  71. ================================ Mount points: =================================
  72. Device Mount_Point Type Options
  73. /dev/sda5 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  74. =========================== sda5/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,msdos5'
  137. if [ x$feature_platform_search_hint = xy ]; then
  138. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  139. else
  140. search --no-floppy --fs-uuid --set=root f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  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=en_US
  150. insmod gettext
  151. fi
  152. terminal_output gfxterm
  153. if [ "${recordfail}" = 1 ] ; then
  154. set timeout=10
  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-f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3' {
  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,msdos5'
  209. if [ x$feature_platform_search_hint = xy ]; then
  210. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  211. else
  212. search --no-floppy --fs-uuid --set=root f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  213. fi
  214. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3 ro quiet splash $vt_handoff
  215. initrd /boot/initrd.img-4.4.0-22-generic
  216. }
  217. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3' {
  218. menuentry 'Ubuntu, with 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-f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3' {
  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,msdos5'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  229. else
  230. search --no-floppy --fs-uuid --set=root f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  231. fi
  232. echo 'Loading Linux 4.4.0-22-generic ...'
  233. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3 ro quiet splash $vt_handoff
  234. echo 'Loading initial ramdisk ...'
  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-f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3' {
  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,msdos5'
  246. if [ x$feature_platform_search_hint = xy ]; then
  247. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  248. else
  249. search --no-floppy --fs-uuid --set=root f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  250. fi
  251. echo 'Loading Linux 4.4.0-22-generic ...'
  252. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3 ro quiet splash $vt_handoff init=/sbin/upstart
  253. echo 'Loading initial ramdisk ...'
  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-f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3' {
  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,msdos5'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  266. else
  267. search --no-floppy --fs-uuid --set=root f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  268. fi
  269. echo 'Loading Linux 4.4.0-22-generic ...'
  270. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3 ro recovery nomodeset
  271. echo 'Loading initial ramdisk ...'
  272. initrd /boot/initrd.img-4.4.0-22-generic
  273. }
  274. menuentry 'Ubuntu, with 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-f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3' {
  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,msdos5'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  285. else
  286. search --no-floppy --fs-uuid --set=root f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  287. fi
  288. echo 'Loading Linux 4.4.0-21-generic ...'
  289. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3 ro quiet splash $vt_handoff
  290. echo 'Loading initial ramdisk ...'
  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-f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3' {
  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,msdos5'
  302. if [ x$feature_platform_search_hint = xy ]; then
  303. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  304. else
  305. search --no-floppy --fs-uuid --set=root f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  306. fi
  307. echo 'Loading Linux 4.4.0-21-generic ...'
  308. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3 ro quiet splash $vt_handoff init=/sbin/upstart
  309. echo 'Loading initial ramdisk ...'
  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-f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3' {
  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,msdos5'
  320. if [ x$feature_platform_search_hint = xy ]; then
  321. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  322. else
  323. search --no-floppy --fs-uuid --set=root f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3
  324. fi
  325. echo 'Loading Linux 4.4.0-21-generic ...'
  326. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3 ro recovery nomodeset
  327. echo 'Loading initial ramdisk ...'
  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/30_os-prober ###
  335. ### END /etc/grub.d/30_os-prober ###
  336. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  337. ### END /etc/grub.d/30_uefi-firmware ###
  338. ### BEGIN /etc/grub.d/40_custom ###
  339. # This file provides an easy way to add custom menu entries. Simply type the
  340. # menu entries you want to add after this comment. Be careful not to change
  341. # the 'exec tail' line above.
  342. ### END /etc/grub.d/40_custom ###
  343. ### BEGIN /etc/grub.d/41_custom ###
  344. if [ -f ${config_directory}/custom.cfg ]; then
  345. source ${config_directory}/custom.cfg
  346. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  347. source $prefix/custom.cfg;
  348. fi
  349. ### END /etc/grub.d/41_custom ###
  350. --------------------------------------------------------------------------------
  351. =============================== sda5/etc/fstab: ================================
  352. --------------------------------------------------------------------------------
  353. # /etc/fstab: static file system information.
  354. #
  355. # Use 'blkid' to print the universally unique identifier for a
  356. # device; this may be used with UUID= as a more robust way to name devices
  357. # that works even if disks are added and removed. See fstab(5).
  358. #
  359. # <file system> <mount point> <type> <options> <dump> <pass>
  360. # / was on /dev/sda5 during installation
  361. UUID=f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3 / ext4 errors=remount-ro 0 1
  362. # swap was on /dev/sda6 during installation
  363. UUID=3610fa3f-1403-4368-b4d1-24c1e08b3a9a none swap sw 0 0
  364. --------------------------------------------------------------------------------
  365. =================== sda5: Location of files loaded by Grub: ====================
  366. GiB - GB File Fragment(s)
  367. 452.672447205 = 486.053339136 boot/grub/grub.cfg 1
  368. 572.688716888 = 614.919827456 boot/grub/i386-pc/core.img 1
  369. 341.626647949 = 366.818820096 boot/vmlinuz-4.4.0-21-generic 1
  370. 342.086109161 = 367.312162816 boot/vmlinuz-4.4.0-22-generic 1
  371. 342.086109161 = 367.312162816 vmlinuz 1
  372. 341.626647949 = 366.818820096 vmlinuz.old 1
  373. 342.053131104 = 367.276752896 boot/initrd.img-4.4.0-21-generic 2
  374. 343.178138733 = 368.484720640 boot/initrd.img-4.4.0-22-generic 1
  375. 343.178138733 = 368.484720640 initrd.img 1
  376. 342.053131104 = 367.276752896 initrd.img.old 2
  377. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  378. Unknown BootLoader on sda3
  379. 00000000 d3 bf e9 a1 22 3f d1 4c 0a c0 84 e8 d3 bf d9 5d |...."?.L.......]|
  380. 00000010 1f 3f dc 29 0d c0 00 00 00 00 07 fd d1 bf 33 d4 |.?.)..........3.|
  381. 00000020 2b 3f af 24 0e c0 64 71 d1 bf 42 18 2f 3f a5 47 |+?.$..dq..B./?.G|
  382. 00000030 0b c0 de 5c d3 bf e9 a1 22 3f d1 4c 0a c0 00 00 |...\...."?.L....|
  383. 00000040 00 00 09 a7 d4 bf b6 26 22 3f 9a 53 0d c0 07 fd |.......&"?.S....|
  384. 00000050 d1 bf 33 d4 2b 3f af 24 0e c0 84 e8 d3 bf d9 5d |..3.+?.$.......]|
  385. 00000060 1f 3f dc 29 0d c0 00 00 00 00 64 71 d1 bf 42 18 |.?.)......dq..B.|
  386. 00000070 2f 3f a5 47 0b c0 09 a7 d4 bf b6 26 22 3f 9a 53 |/?.G.......&"?.S|
  387. 00000080 0d c0 64 1b d4 bf c5 6a 25 3f 8f 76 0a c0 00 00 |..d....j%?.v....|
  388. 00000090 00 00 a1 71 e2 bf 4c cc 65 3f 6d 26 8b bf 73 98 |...q..L.e?m&..s.|
  389. 000000a0 e2 bf 0f ce 21 3f f4 b1 01 c0 eb e3 e2 bf 40 b4 |....!?........@.|
  390. 000000b0 26 3f d7 f9 01 c0 00 00 00 00 80 ee e2 bf b6 ea |&?..............|
  391. 000000c0 16 3f 03 1b 0f c0 d2 96 e2 bf 8a b9 10 3f 6a e4 |.?...........?j.|
  392. 000000d0 0e c0 4c 80 e2 bf 35 8e 63 3f 8d 4a 8b bf 00 00 |..L...5.c?.J....|
  393. 000000e0 00 00 80 ee e2 bf b6 ea 16 3f 03 1b 0f c0 4c 80 |.........?....L.|
  394. 000000f0 e2 bf 35 8e 63 3f 8d 4a 8b bf 8a b3 e2 bf 57 c4 |..5.c?.J......W.|
  395. 00000100 69 3f 46 b8 8b bf 00 00 00 00 a1 71 e2 bf 4c cc |i?F........q..L.|
  396. 00000110 65 3f 6d 26 8b bf eb e3 e2 bf 40 b4 26 3f d7 f9 |e?m&......@.&?..|
  397. 00000120 01 c0 8c b3 e2 bf f8 b3 6a 3f 46 b8 8b bf 00 00 |........j?F.....|
  398. 00000130 00 00 39 4a c7 3f 12 d6 b0 3f 93 14 b1 3f 39 4a |..9J.?...?...?9J|
  399. 00000140 c7 3f 3e 2a a3 3f 4d 8a b8 3f a1 9e e4 3f 57 dc |.?>*.?M..?...?W.|
  400. 00000150 9b 3f cb 3a a9 3f 00 00 00 00 a9 ef c7 3f cb d2 |.?.:.?.......?..|
  401. 00000160 a3 3f a0 96 95 3f a1 9e e4 3f 29 88 a9 3f 10 c5 |.?...?...?)..?..|
  402. 00000170 a1 3f a1 9e e4 3f cb d2 a3 3f a0 96 95 3f 00 00 |.?...?...?...?..|
  403. 00000180 00 00 a9 ef c7 3f cb d2 a3 3f a0 96 95 3f 39 4a |.....?...?...?9J|
  404. 00000190 c7 3f 12 d6 b0 3f 93 14 b1 3f a1 9e e4 3f 29 88 |.?...?...?...?).|
  405. 000001a0 a9 3f 10 c5 a1 3f 00 00 00 00 40 55 b4 bf b7 8b |.?...?....@U....|
  406. 000001b0 ad 3f 9b cf 8a 3f 64 de b5 bf 97 92 a8 3f 00 fe |.?...?d......?..|
  407. 000001c0 ff ff 83 fe ff ff 02 00 00 00 e1 d7 4b 2c 00 fe |............K,..|
  408. 000001d0 ff ff 05 fe ff ff 9d d8 4b 2c 65 2f 77 00 00 00 |........K,e/w...|
  409. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  410. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  411. 00000200
  412. =============================== StdErr Messages: ===============================
  413. File descriptor 9 (/proc/3642/mounts) leaked on lvs invocation. Parent PID 11022: bash
  414. File descriptor 63 (pipe:[39497]) leaked on lvs invocation. Parent PID 11022: bash
  415. ADDITIONAL INFORMATION :
  416. =================== log of boot-info 2016-05-13__12h50 ===================
  417. boot-info version : 4ppa37
  418. boot-sav version : 4ppa37
  419. glade2script version : 3.2.3~ppa1
  420. boot-sav-extra version : 4ppa37
  421. File descriptor 9 (/proc/3642/mounts) leaked on lvs invocation. Parent PID 5285: /bin/sh
  422. boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  423. CPU op-mode(s): 32-bit, 64-bit
  424. BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic root=UUID=f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3 ro quiet splash vt.handoff=7
  425. Partition 3 does not start on physical sector boundary.
  426. =================== os-prober:
  427. /dev/sda5:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  428. /dev/sda1:Windows 10 (loader):Windows:chain
  429. /dev/sda2:Windows 10 (loader):Windows1:chain
  430. =================== blkid:
  431. /dev/sda1: LABEL="System Reserved" UUID="5C3A4B333A4B098A" TYPE="ntfs" PARTUUID="95be62a4-01"
  432. /dev/sda2: LABEL="Windows" UUID="C8626645626637F8" TYPE="ntfs" PARTUUID="95be62a4-02"
  433. /dev/sda5: UUID="f1f6c6ea-fbab-4f42-a4a5-07471bb9f5d3" TYPE="ext4" PARTUUID="95be62a4-05"
  434. /dev/sda6: UUID="3610fa3f-1403-4368-b4d1-24c1e08b3a9a" TYPE="swap" PARTUUID="95be62a4-06"
  435. 1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  436. Partition 3 does not start on physical sector boundary.
  437. Partition 3 does not start on physical sector boundary.
  438. =================== /etc/grub.d/ :
  439. drwxr-xr-x 2 root root 4096 mai 9 21:17 grub.d
  440. drwxr-xr-x 2 root root 4096 mai 9 21:14 grub.d.bak
  441. total 72
  442. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  443. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  444. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  445. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  446. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  447. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  448. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  449. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  450. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  451. =================== /etc/default/grub :
  452. # If you change this file, run 'update-grub' afterwards to update
  453. # /boot/grub/grub.cfg.
  454. # For full documentation of the options in this file, see:
  455. # info -f grub -n 'Simple configuration'
  456. GRUB_DEFAULT=0
  457. #GRUB_HIDDEN_TIMEOUT=0
  458. GRUB_HIDDEN_TIMEOUT_QUIET=true
  459. GRUB_TIMEOUT=10
  460. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  461. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  462. GRUB_CMDLINE_LINUX=""
  463. # Uncomment to enable BadRAM filtering, modify to suit your needs
  464. # This works with Linux (no patch required) and with any kernel that obtains
  465. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  466. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  467. # Uncomment to disable graphical terminal (grub-pc only)
  468. #GRUB_TERMINAL=console
  469. # The resolution used on graphical terminal
  470. # note that you can use only modes which your graphic card supports via VBE
  471. # you can see them in real GRUB with the command `vbeinfo'
  472. #GRUB_GFXMODE=640x480
  473. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  474. #GRUB_DISABLE_LINUX_UUID=true
  475. # Uncomment to disable generation of recovery mode menu entries
  476. #GRUB_DISABLE_RECOVERY="true"
  477. # Uncomment to get a beep at grub start
  478. #GRUB_INIT_TUNE="480 440 1"
  479. =================== UEFI/Legacy mode:
  480. This installed-session is not in EFI-mode.
  481. SecureBoot disabled.
  482. =================== PARTITIONS & DISKS:
  483. sda5 : 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, .
  484. 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.
  485. 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, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  486. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  487. =================== parted -l:
  488. Model: ATA Hitachi HTS54757 (scsi)
  489. Disk /dev/sda: 750GB
  490. Sector size (logical/physical): 512B/4096B
  491. Partition Table: msdos
  492. Disk Flags:
  493. Number Start End Size Type File system Flags
  494. 1 1049kB 524MB 523MB primary ntfs boot
  495. 2 524MB 366GB 365GB primary ntfs
  496. 3 366GB 750GB 385GB extended
  497. 5 366GB 746GB 381GB logical ext4
  498. 6 746GB 750GB 3998MB logical linux-swap(v1)
  499. =================== parted -lm:
  500. BYT;
  501. /dev/sda:750GB:scsi:512:4096:msdos:ATA Hitachi HTS54757:;
  502. 1:1049kB:524MB:523MB:ntfs::boot;
  503. 2:524MB:366GB:365GB:ntfs::;
  504. 3:366GB:750GB:385GB:::;
  505. 5:366GB:746GB:381GB:ext4::;
  506. 6:746GB:750GB:3998MB:linux-swap(v1)::;
  507. =================== lsblk:
  508. KNAME TYPE FSTYPE SIZE LABEL
  509. sda disk 698,7G
  510. sda1 part ntfs 499M System Reserved
  511. sda2 part ntfs 340,1G Windows
  512. sda3 part 1K
  513. sda5 part ext4 354,4G
  514. sda6 part swap 3,7G
  515. sr0 rom 1024M
  516. KNAME ROTA RO RM STATE MOUNTPOINT
  517. sda 1 0 0 running
  518. sda1 1 0 0 /mnt/boot-sav/sda1
  519. sda2 1 0 0 /mnt/boot-sav/sda2
  520. sda3 1 0 0
  521. sda5 1 0 0 /
  522. sda6 1 0 0 [SWAP]
  523. sr0 1 0 1 running
  524. =================== mount:
  525. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  526. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  527. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4009212k,nr_inodes=1002303,mode=755)
  528. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  529. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=805824k,mode=755)
  530. /dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  531. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  532. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  533. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  534. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  535. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  536. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  537. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  538. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  539. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  540. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  541. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  542. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  543. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  544. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  545. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  546. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  547. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  548. mqueue on /dev/mqueue type mqueue (rw,relatime)
  549. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  550. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  551. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  552. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  553. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=805824k,mode=700,uid=1000,gid=1000)
  554. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  555. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  556. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  557. =================== ls:
  558. /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
  559. /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
  560. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fb1 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  561. ls /dev/mapper: control
  562. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  563. =================== hexdump -n512 -C /dev/sda1
  564. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  565. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  566. 00000020 00 00 00 00 80 00 80 00 ff 97 0f 00 00 00 00 00 |................|
  567. 00000030 55 a6 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U...............|
  568. 00000040 f6 00 00 00 01 00 00 00 8a 09 4b 3a 33 4b 3a 5c |..........K:3K:|
  569. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  570. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  571. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  572. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  573. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  574. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  575. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  576. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  577. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  578. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  579. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  580. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  581. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  582. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  583. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  584. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  585. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  586. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  587. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  588. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  589. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  590. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  591. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  592. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  593. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  594. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  595. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  596. 00000200
  597. =================== hexdump -n512 -C /dev/sda2
  598. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  599. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a0 0f 00 |........?.......|
  600. 00000020 00 00 00 00 80 00 80 00 f8 af 81 2a 00 00 00 00 |...........*....|
  601. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  602. 00000040 f6 00 00 00 01 00 00 00 f8 37 66 62 45 66 62 c8 |.........7fbEfb.|
  603. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  604. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  605. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  606. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  607. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  608. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  609. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  610. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  611. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  612. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  613. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  614. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  615. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  616. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  617. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  618. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  619. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  620. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  621. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  622. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  623. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  624. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  625. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  626. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  627. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  628. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  629. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  630. 00000200
  631. Partition 3 does not start on physical sector boundary.
  632. =================== df -Th:
  633. Filesystem Type Size Used Avail Use% Mounted on
  634. udev devtmpfs 3.9G 0 3.9G 0% /dev
  635. tmpfs tmpfs 787M 9.4M 778M 2% /run
  636. /dev/sda5 ext4 349G 188G 144G 57% /
  637. tmpfs tmpfs 3.9G 660K 3.9G 1% /dev/shm
  638. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  639. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  640. tmpfs tmpfs 787M 56K 787M 1% /run/user/1000
  641. /dev/sda1 fuseblk 499M 31M 469M 7% /mnt/boot-sav/sda1
  642. /dev/sda2 fuseblk 341G 17G 324G 5% /mnt/boot-sav/sda2
  643. =================== fdisk -l:
  644. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  645. Units: sectors of 1 * 512 = 512 bytes
  646. Sector size (logical/physical): 512 bytes / 4096 bytes
  647. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  648. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  649. Units: sectors of 1 * 512 = 512 bytes
  650. Sector size (logical/physical): 512 bytes / 4096 bytes
  651. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  652. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  653. Units: sectors of 1 * 512 = 512 bytes
  654. Sector size (logical/physical): 512 bytes / 4096 bytes
  655. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  656. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  657. Units: sectors of 1 * 512 = 512 bytes
  658. Sector size (logical/physical): 512 bytes / 4096 bytes
  659. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  660. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  661. Units: sectors of 1 * 512 = 512 bytes
  662. Sector size (logical/physical): 512 bytes / 4096 bytes
  663. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  664. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  665. Units: sectors of 1 * 512 = 512 bytes
  666. Sector size (logical/physical): 512 bytes / 4096 bytes
  667. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  668. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  669. Units: sectors of 1 * 512 = 512 bytes
  670. Sector size (logical/physical): 512 bytes / 4096 bytes
  671. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  672. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  673. Units: sectors of 1 * 512 = 512 bytes
  674. Sector size (logical/physical): 512 bytes / 4096 bytes
  675. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  676. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  677. Units: sectors of 1 * 512 = 512 bytes
  678. Sector size (logical/physical): 512 bytes / 4096 bytes
  679. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  680. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  681. Units: sectors of 1 * 512 = 512 bytes
  682. Sector size (logical/physical): 512 bytes / 4096 bytes
  683. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  684. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  685. Units: sectors of 1 * 512 = 512 bytes
  686. Sector size (logical/physical): 512 bytes / 4096 bytes
  687. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  688. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  689. Units: sectors of 1 * 512 = 512 bytes
  690. Sector size (logical/physical): 512 bytes / 4096 bytes
  691. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  692. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  693. Units: sectors of 1 * 512 = 512 bytes
  694. Sector size (logical/physical): 512 bytes / 4096 bytes
  695. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  696. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  697. Units: sectors of 1 * 512 = 512 bytes
  698. Sector size (logical/physical): 512 bytes / 4096 bytes
  699. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  700. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  701. Units: sectors of 1 * 512 = 512 bytes
  702. Sector size (logical/physical): 512 bytes / 4096 bytes
  703. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  704. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  705. Units: sectors of 1 * 512 = 512 bytes
  706. Sector size (logical/physical): 512 bytes / 4096 bytes
  707. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  708. Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
  709. Units: sectors of 1 * 512 = 512 bytes
  710. Sector size (logical/physical): 512 bytes / 4096 bytes
  711. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  712. Disklabel type: dos
  713. Disk identifier: 0x95be62a4
  714. Device Boot Start End Sectors Size Id Type
  715. /dev/sda1 * 2048 1023999 1021952 499M 7 HPFS/NTFS/exFAT
  716. /dev/sda2 1024000 714166271 713142272 340.1G 7 HPFS/NTFS/exFAT
  717. /dev/sda3 714168318 1465147391 750979074 358.1G 5 Extended
  718. /dev/sda5 714168320 1457336288 743167969 354.4G 83 Linux
  719. /dev/sda6 1457338368 1465147391 7809024 3.7G 82 Linux swap / Solaris
  720. =================== Suggested repair
  721. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda5 into the MBR of sda.
  722. Additional repair would be performed: unhide-bootmenu-10s
  723. =================== Final advice in case of suggested repair
  724. 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)
  725. =================== User settings
  726. The settings chosen by the user will not act on the boot.
  727. paste.ubuntu.com ko (), using paste.debian
  728. paste.debian.net ko (), using paste2