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 2000/XP: NTFS
  13. Boot sector info: No errors found in the Boot Parameter Block.
  14. Operating System: Windows XP
  15. Boot files: /boot.ini /ntldr /NTDETECT.COM
  16. sda2: __________________________________________________________________________
  17. File system: ntfs
  18. Boot sector type: Windows Vista: NTFS
  19. Boot sector info: No errors found in the Boot Parameter Block.
  20. Operating System:
  21. Boot files:
  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: 74.5 GiB, 80026361856 bytes, 156301488 sectors
  40. Units: sectors of 1 * 512 = 512 bytes
  41. Sector size (logical/physical): 512 bytes / 512 bytes
  42. I/O size (minimum/optimal): 512 bytes / 512 bytes
  43. Disklabel type: dos
  44. Partition Boot Start Sector End Sector # of Sectors Id System
  45. /dev/sda1 * 2,048 58,370,047 58,368,000 7 NTFS / exFAT / HPFS
  46. /dev/sda2 58,370,048 121,177,554 62,807,507 7 NTFS / exFAT / HPFS
  47. /dev/sda3 121,178,110 156,301,311 35,123,202 5 Extended
  48. /dev/sda5 150,013,952 156,301,311 6,287,360 82 Linux swap / Solaris
  49. /dev/sda6 121,178,112 150,013,951 28,835,840 83 Linux
  50. "blkid" output: ________________________________________________________________
  51. Device UUID TYPE LABEL
  52. /dev/sda1 5389AC87485D6D7A ntfs
  53. /dev/sda2 3E7A0F5D5CBF9AEB ntfs
  54. /dev/sda5 44379a29-124b-4189-a941-fe44b8a66716 swap
  55. /dev/sda6 b288ff6b-c067-4e6d-a67a-a9292d3c362c ext4
  56. ========================= "ls -l /dev/disk/by-id" output: ======================
  57. total 0
  58. lrwxrwxrwx 1 root root 9 Jun 12 16:39 ata-Optiarc_DVD_RW_AD-7561A_30647850_2216428Q111 -> ../../sr0
  59. lrwxrwxrwx 1 root root 9 Jun 12 16:58 ata-TOSHIBA_MK8037GSX_Z7MEF15KS -> ../../sda
  60. lrwxrwxrwx 1 root root 10 Jun 12 16:58 ata-TOSHIBA_MK8037GSX_Z7MEF15KS-part1 -> ../../sda1
  61. lrwxrwxrwx 1 root root 10 Jun 12 16:58 ata-TOSHIBA_MK8037GSX_Z7MEF15KS-part2 -> ../../sda2
  62. lrwxrwxrwx 1 root root 10 Jun 12 16:58 ata-TOSHIBA_MK8037GSX_Z7MEF15KS-part3 -> ../../sda3
  63. lrwxrwxrwx 1 root root 10 Jun 12 16:58 ata-TOSHIBA_MK8037GSX_Z7MEF15KS-part5 -> ../../sda5
  64. lrwxrwxrwx 1 root root 10 Jun 12 16:58 ata-TOSHIBA_MK8037GSX_Z7MEF15KS-part6 -> ../../sda6
  65. ================================ Mount points: =================================
  66. Device Mount_Point Type Options
  67. /dev/sda6 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  68. ================================ sda1/boot.ini: ================================
  69. --------------------------------------------------------------------------------
  70. [boot loader]
  71. timeout=30
  72. default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
  73. [operating systems]
  74. multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professionnel" /noexecute=optin /fastdetect
  75. --------------------------------------------------------------------------------
  76. =========================== sda6/boot/grub/grub.cfg: ===========================
  77. --------------------------------------------------------------------------------
  78. #
  79. # DO NOT EDIT THIS FILE
  80. #
  81. # It is automatically generated by grub-mkconfig using templates
  82. # from /etc/grub.d and settings from /etc/default/grub
  83. #
  84. ### BEGIN /etc/grub.d/00_header ###
  85. if [ -s $prefix/grubenv ]; then
  86. set have_grubenv=true
  87. load_env
  88. fi
  89. if [ "${next_entry}" ] ; then
  90. set default="${next_entry}"
  91. set next_entry=
  92. save_env next_entry
  93. set boot_once=true
  94. else
  95. set default="0"
  96. fi
  97. if [ x"${feature_menuentry_id}" = xy ]; then
  98. menuentry_id_option="--id"
  99. else
  100. menuentry_id_option=""
  101. fi
  102. export menuentry_id_option
  103. if [ "${prev_saved_entry}" ]; then
  104. set saved_entry="${prev_saved_entry}"
  105. save_env saved_entry
  106. set prev_saved_entry=
  107. save_env prev_saved_entry
  108. set boot_once=true
  109. fi
  110. function savedefault {
  111. if [ -z "${boot_once}" ]; then
  112. saved_entry="${chosen}"
  113. save_env saved_entry
  114. fi
  115. }
  116. function recordfail {
  117. set recordfail=1
  118. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  119. }
  120. function load_video {
  121. if [ x$feature_all_video_module = xy ]; then
  122. insmod all_video
  123. else
  124. insmod efi_gop
  125. insmod efi_uga
  126. insmod ieee1275_fb
  127. insmod vbe
  128. insmod vga
  129. insmod video_bochs
  130. insmod video_cirrus
  131. fi
  132. }
  133. if [ x$feature_default_font_path = xy ] ; then
  134. font=unicode
  135. else
  136. insmod part_msdos
  137. insmod ext2
  138. set root='hd0,msdos6'
  139. if [ x$feature_platform_search_hint = xy ]; then
  140. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b288ff6b-c067-4e6d-a67a-a9292d3c362c
  141. else
  142. search --no-floppy --fs-uuid --set=root b288ff6b-c067-4e6d-a67a-a9292d3c362c
  143. fi
  144. font="/usr/share/grub/unicode.pf2"
  145. fi
  146. if loadfont $font ; then
  147. set gfxmode=auto
  148. load_video
  149. insmod gfxterm
  150. set locale_dir=$prefix/locale
  151. set lang=fr_FR
  152. insmod gettext
  153. fi
  154. terminal_output gfxterm
  155. if [ "${recordfail}" = 1 ] ; then
  156. set timeout=30
  157. else
  158. if [ x$feature_timeout_style = xy ] ; then
  159. set timeout_style=menu
  160. set timeout=10
  161. # Fallback normal timeout code in case the timeout_style feature is
  162. # unavailable.
  163. else
  164. set timeout=10
  165. fi
  166. fi
  167. ### END /etc/grub.d/00_header ###
  168. ### BEGIN /etc/grub.d/05_debian_theme ###
  169. set menu_color_normal=white/black
  170. set menu_color_highlight=black/light-gray
  171. if background_color 44,0,30,0; then
  172. clear
  173. fi
  174. ### END /etc/grub.d/05_debian_theme ###
  175. ### BEGIN /etc/grub.d/10_linux ###
  176. function gfxmode {
  177. set gfxpayload="${1}"
  178. if [ "${1}" = "keep" ]; then
  179. set vt_handoff=vt.handoff=7
  180. else
  181. set vt_handoff=
  182. fi
  183. }
  184. if [ "${recordfail}" != 1 ]; then
  185. if [ -e ${prefix}/gfxblacklist.txt ]; then
  186. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  187. if [ ${match} = 0 ]; then
  188. set linux_gfx_mode=keep
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. else
  193. set linux_gfx_mode=text
  194. fi
  195. else
  196. set linux_gfx_mode=keep
  197. fi
  198. else
  199. set linux_gfx_mode=text
  200. fi
  201. export linux_gfx_mode
  202. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b288ff6b-c067-4e6d-a67a-a9292d3c362c' {
  203. recordfail
  204. load_video
  205. gfxmode $linux_gfx_mode
  206. insmod gzio
  207. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  208. insmod part_msdos
  209. insmod ext2
  210. set root='hd0,msdos6'
  211. if [ x$feature_platform_search_hint = xy ]; then
  212. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b288ff6b-c067-4e6d-a67a-a9292d3c362c
  213. else
  214. search --no-floppy --fs-uuid --set=root b288ff6b-c067-4e6d-a67a-a9292d3c362c
  215. fi
  216. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=b288ff6b-c067-4e6d-a67a-a9292d3c362c ro quiet splash $vt_handoff
  217. initrd /boot/initrd.img-4.4.0-24-generic
  218. }
  219. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-b288ff6b-c067-4e6d-a67a-a9292d3c362c' {
  220. menuentry 'Ubuntu, avec Linux 4.4.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-advanced-b288ff6b-c067-4e6d-a67a-a9292d3c362c' {
  221. recordfail
  222. load_video
  223. gfxmode $linux_gfx_mode
  224. insmod gzio
  225. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  226. insmod part_msdos
  227. insmod ext2
  228. set root='hd0,msdos6'
  229. if [ x$feature_platform_search_hint = xy ]; then
  230. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b288ff6b-c067-4e6d-a67a-a9292d3c362c
  231. else
  232. search --no-floppy --fs-uuid --set=root b288ff6b-c067-4e6d-a67a-a9292d3c362c
  233. fi
  234. echo 'Chargement de Linux 4.4.0-24-generic…'
  235. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=b288ff6b-c067-4e6d-a67a-a9292d3c362c ro quiet splash $vt_handoff
  236. echo 'Chargement du disque mémoire initial…'
  237. initrd /boot/initrd.img-4.4.0-24-generic
  238. }
  239. menuentry 'Ubuntu, with Linux 4.4.0-24-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-init-upstart-b288ff6b-c067-4e6d-a67a-a9292d3c362c' {
  240. recordfail
  241. load_video
  242. gfxmode $linux_gfx_mode
  243. insmod gzio
  244. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  245. insmod part_msdos
  246. insmod ext2
  247. set root='hd0,msdos6'
  248. if [ x$feature_platform_search_hint = xy ]; then
  249. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b288ff6b-c067-4e6d-a67a-a9292d3c362c
  250. else
  251. search --no-floppy --fs-uuid --set=root b288ff6b-c067-4e6d-a67a-a9292d3c362c
  252. fi
  253. echo 'Chargement de Linux 4.4.0-24-generic…'
  254. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=b288ff6b-c067-4e6d-a67a-a9292d3c362c ro quiet splash $vt_handoff init=/sbin/upstart
  255. echo 'Chargement du disque mémoire initial…'
  256. initrd /boot/initrd.img-4.4.0-24-generic
  257. }
  258. menuentry 'Ubuntu, with Linux 4.4.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-recovery-b288ff6b-c067-4e6d-a67a-a9292d3c362c' {
  259. recordfail
  260. load_video
  261. insmod gzio
  262. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  263. insmod part_msdos
  264. insmod ext2
  265. set root='hd0,msdos6'
  266. if [ x$feature_platform_search_hint = xy ]; then
  267. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b288ff6b-c067-4e6d-a67a-a9292d3c362c
  268. else
  269. search --no-floppy --fs-uuid --set=root b288ff6b-c067-4e6d-a67a-a9292d3c362c
  270. fi
  271. echo 'Chargement de Linux 4.4.0-24-generic…'
  272. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=b288ff6b-c067-4e6d-a67a-a9292d3c362c ro recovery nomodeset
  273. echo 'Chargement du disque mémoire initial…'
  274. initrd /boot/initrd.img-4.4.0-24-generic
  275. }
  276. 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-b288ff6b-c067-4e6d-a67a-a9292d3c362c' {
  277. recordfail
  278. load_video
  279. gfxmode $linux_gfx_mode
  280. insmod gzio
  281. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  282. insmod part_msdos
  283. insmod ext2
  284. set root='hd0,msdos6'
  285. if [ x$feature_platform_search_hint = xy ]; then
  286. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b288ff6b-c067-4e6d-a67a-a9292d3c362c
  287. else
  288. search --no-floppy --fs-uuid --set=root b288ff6b-c067-4e6d-a67a-a9292d3c362c
  289. fi
  290. echo 'Chargement de Linux 4.4.0-21-generic…'
  291. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=b288ff6b-c067-4e6d-a67a-a9292d3c362c ro quiet splash $vt_handoff
  292. echo 'Chargement du disque mémoire initial…'
  293. initrd /boot/initrd.img-4.4.0-21-generic
  294. }
  295. 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-b288ff6b-c067-4e6d-a67a-a9292d3c362c' {
  296. recordfail
  297. load_video
  298. gfxmode $linux_gfx_mode
  299. insmod gzio
  300. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  301. insmod part_msdos
  302. insmod ext2
  303. set root='hd0,msdos6'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b288ff6b-c067-4e6d-a67a-a9292d3c362c
  306. else
  307. search --no-floppy --fs-uuid --set=root b288ff6b-c067-4e6d-a67a-a9292d3c362c
  308. fi
  309. echo 'Chargement de Linux 4.4.0-21-generic…'
  310. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=b288ff6b-c067-4e6d-a67a-a9292d3c362c ro quiet splash $vt_handoff init=/sbin/upstart
  311. echo 'Chargement du disque mémoire initial…'
  312. initrd /boot/initrd.img-4.4.0-21-generic
  313. }
  314. 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-b288ff6b-c067-4e6d-a67a-a9292d3c362c' {
  315. recordfail
  316. load_video
  317. insmod gzio
  318. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  319. insmod part_msdos
  320. insmod ext2
  321. set root='hd0,msdos6'
  322. if [ x$feature_platform_search_hint = xy ]; then
  323. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b288ff6b-c067-4e6d-a67a-a9292d3c362c
  324. else
  325. search --no-floppy --fs-uuid --set=root b288ff6b-c067-4e6d-a67a-a9292d3c362c
  326. fi
  327. echo 'Chargement de Linux 4.4.0-21-generic…'
  328. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=b288ff6b-c067-4e6d-a67a-a9292d3c362c ro recovery nomodeset
  329. echo 'Chargement du disque mémoire initial…'
  330. initrd /boot/initrd.img-4.4.0-21-generic
  331. }
  332. }
  333. ### END /etc/grub.d/10_linux ###
  334. ### BEGIN /etc/grub.d/20_linux_xen ###
  335. ### END /etc/grub.d/20_linux_xen ###
  336. ### BEGIN /etc/grub.d/20_memtest86+ ###
  337. menuentry 'Memory test (memtest86+)' {
  338. insmod part_msdos
  339. insmod ext2
  340. set root='hd0,msdos6'
  341. if [ x$feature_platform_search_hint = xy ]; then
  342. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b288ff6b-c067-4e6d-a67a-a9292d3c362c
  343. else
  344. search --no-floppy --fs-uuid --set=root b288ff6b-c067-4e6d-a67a-a9292d3c362c
  345. fi
  346. knetbsd /boot/memtest86+.elf
  347. }
  348. menuentry 'Memory test (memtest86+, serial console 115200)' {
  349. insmod part_msdos
  350. insmod ext2
  351. set root='hd0,msdos6'
  352. if [ x$feature_platform_search_hint = xy ]; then
  353. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b288ff6b-c067-4e6d-a67a-a9292d3c362c
  354. else
  355. search --no-floppy --fs-uuid --set=root b288ff6b-c067-4e6d-a67a-a9292d3c362c
  356. fi
  357. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  358. }
  359. ### END /etc/grub.d/20_memtest86+ ###
  360. ### BEGIN /etc/grub.d/30_os-prober ###
  361. menuentry 'Microsoft Windows XP Professionnel (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-5389AC87485D6D7A' {
  362. insmod part_msdos
  363. insmod ntfs
  364. set root='hd0,msdos1'
  365. if [ x$feature_platform_search_hint = xy ]; then
  366. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5389AC87485D6D7A
  367. else
  368. search --no-floppy --fs-uuid --set=root 5389AC87485D6D7A
  369. fi
  370. parttool ${root} hidden-
  371. drivemap -s (hd0) ${root}
  372. chainloader +1
  373. }
  374. set timeout_style=menu
  375. if [ "${timeout}" = 0 ]; then
  376. set timeout=10
  377. fi
  378. ### END /etc/grub.d/30_os-prober ###
  379. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  380. ### END /etc/grub.d/30_uefi-firmware ###
  381. ### BEGIN /etc/grub.d/40_custom ###
  382. # This file provides an easy way to add custom menu entries. Simply type the
  383. # menu entries you want to add after this comment. Be careful not to change
  384. # the 'exec tail' line above.
  385. ### END /etc/grub.d/40_custom ###
  386. ### BEGIN /etc/grub.d/41_custom ###
  387. if [ -f ${config_directory}/custom.cfg ]; then
  388. source ${config_directory}/custom.cfg
  389. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  390. source $prefix/custom.cfg;
  391. fi
  392. ### END /etc/grub.d/41_custom ###
  393. --------------------------------------------------------------------------------
  394. =============================== sda6/etc/fstab: ================================
  395. --------------------------------------------------------------------------------
  396. # /etc/fstab: static file system information.
  397. #
  398. # Use 'blkid' to print the universally unique identifier for a
  399. # device; this may be used with UUID= as a more robust way to name devices
  400. # that works even if disks are added and removed. See fstab(5).
  401. #
  402. # <file system> <mount point> <type> <options> <dump> <pass>
  403. # / was on /dev/sda6 during installation
  404. UUID=b288ff6b-c067-4e6d-a67a-a9292d3c362c / ext4 errors=remount-ro 0 1
  405. # swap was on /dev/sda5 during installation
  406. UUID=44379a29-124b-4189-a941-fe44b8a66716 none swap sw 0 0
  407. --------------------------------------------------------------------------------
  408. =================== sda6: Location of files loaded by Grub: ====================
  409. GiB - GB File Fragment(s)
  410. 60.646648407 = 65.118842880 boot/grub/grub.cfg 1
  411. 59.977092743 = 64.399912960 boot/grub/i386-pc/core.img 1
  412. 62.277835846 = 66.870317056 boot/vmlinuz-4.4.0-21-generic 1
  413. 61.288524628 = 65.808052224 boot/vmlinuz-4.4.0-24-generic 1
  414. 61.288524628 = 65.808052224 vmlinuz 1
  415. 62.277835846 = 66.870317056 vmlinuz.old 1
  416. 60.446285248 = 64.903704576 boot/initrd.img-4.4.0-21-generic 4
  417. 61.242107391 = 65.758212096 boot/initrd.img-4.4.0-24-generic 4
  418. 61.242107391 = 65.758212096 initrd.img 4
  419. 60.446285248 = 64.903704576 initrd.img.old 4
  420. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  421. Unknown BootLoader on sda3
  422. 00000000 40 40 73 74 64 40 40 51 45 41 41 41 45 41 56 30 |@@std@@QEAAAEAV0|
  423. 00000010 31 40 4a 40 5a 00 3f 3f 36 3f 24 62 61 73 69 63 |1@J@Z.??6?$basic|
  424. 00000020 5f 6f 73 74 72 65 61 6d 40 47 55 3f 24 63 68 61 |_ostream@GU?$cha|
  425. 00000030 72 5f 74 72 61 69 74 73 40 47 40 73 74 64 40 40 |r_traits@G@std@@|
  426. 00000040 40 73 74 64 40 40 51 45 41 41 41 45 41 56 30 31 |@std@@QEAAAEAV01|
  427. 00000050 40 4b 40 5a 00 3f 3f 36 3f 24 62 61 73 69 63 5f |@K@Z.??6?$basic_|
  428. 00000060 6f 73 74 72 65 61 6d 40 47 55 3f 24 63 68 61 72 |ostream@GU?$char|
  429. 00000070 5f 74 72 61 69 74 73 40 47 40 73 74 64 40 40 40 |_traits@G@std@@@|
  430. 00000080 73 74 64 40 40 51 45 41 41 41 45 41 56 30 31 40 |std@@QEAAAEAV01@|
  431. 00000090 4d 40 5a 00 3f 3f 36 3f 24 62 61 73 69 63 5f 6f |M@Z.??6?$basic_o|
  432. 000000a0 73 74 72 65 61 6d 40 47 55 3f 24 63 68 61 72 5f |stream@GU?$char_|
  433. 000000b0 74 72 61 69 74 73 40 47 40 73 74 64 40 40 40 73 |traits@G@std@@@s|
  434. 000000c0 74 64 40 40 51 45 41 41 41 45 41 56 30 31 40 4e |td@@QEAAAEAV01@N|
  435. 000000d0 40 5a 00 3f 3f 36 3f 24 62 61 73 69 63 5f 6f 73 |@Z.??6?$basic_os|
  436. 000000e0 74 72 65 61 6d 40 47 55 3f 24 63 68 61 72 5f 74 |tream@GU?$char_t|
  437. 000000f0 72 61 69 74 73 40 47 40 73 74 64 40 40 40 73 74 |raits@G@std@@@st|
  438. 00000100 64 40 40 51 45 41 41 41 45 41 56 30 31 40 4f 40 |d@@QEAAAEAV01@O@|
  439. 00000110 5a 00 3f 3f 36 3f 24 62 61 73 69 63 5f 6f 73 74 |Z.??6?$basic_ost|
  440. 00000120 72 65 61 6d 40 47 55 3f 24 63 68 61 72 5f 74 72 |ream@GU?$char_tr|
  441. 00000130 61 69 74 73 40 47 40 73 74 64 40 40 40 73 74 64 |aits@G@std@@@std|
  442. 00000140 40 40 51 45 41 41 41 45 41 56 30 31 40 50 36 41 |@@QEAAAEAV01@P6A|
  443. 00000150 41 45 41 56 30 31 40 41 45 41 56 30 31 40 40 5a |AEAV01@AEAV01@@Z|
  444. 00000160 40 5a 00 3f 3f 36 3f 24 62 61 73 69 63 5f 6f 73 |@Z.??6?$basic_os|
  445. 00000170 74 72 65 61 6d 40 47 55 3f 24 63 68 61 72 5f 74 |tream@GU?$char_t|
  446. 00000180 72 61 69 74 73 40 47 40 73 74 64 40 40 40 73 74 |raits@G@std@@@st|
  447. 00000190 64 40 40 51 45 41 41 41 45 41 56 30 31 40 50 36 |d@@QEAAAEAV01@P6|
  448. 000001a0 41 41 45 41 56 3f 24 62 61 73 69 63 5f 69 6f 73 |AAEAV?$basic_ios|
  449. 000001b0 40 47 55 3f 24 63 68 61 72 5f 74 72 61 69 00 fe |@GU?$char_trai..|
  450. 000001c0 ff ff 82 fe ff ff 02 00 b8 01 00 f0 5f 00 00 fe |............_...|
  451. 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 00 b8 01 00 00 |................|
  452. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  453. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  454. 00000200
  455. ADDITIONAL INFORMATION :
  456. =================== log of boot-info 2016-06-12__16h58 ===================
  457. boot-info version : 4ppa37
  458. boot-sav version : 4ppa37
  459. glade2script version : 3.2.3~ppa1
  460. boot-sav-extra version : 4ppa37
  461. boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, i686)
  462. CPU op-mode(s): 32-bit, 64-bit
  463. BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic root=UUID=b288ff6b-c067-4e6d-a67a-a9292d3c362c ro quiet splash vt.handoff=7
  464. =================== os-prober:
  465. /dev/sda6:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  466. /dev/sda1:Microsoft Windows XP Professionnel:Windows:chain
  467. =================== blkid:
  468. /dev/sda1: UUID="5389AC87485D6D7A" TYPE="ntfs" PARTUUID="000ede1d-01"
  469. /dev/sda2: UUID="3E7A0F5D5CBF9AEB" TYPE="ntfs" PARTUUID="000ede1d-02"
  470. /dev/sda5: UUID="44379a29-124b-4189-a941-fe44b8a66716" TYPE="swap" PARTUUID="000ede1d-05"
  471. /dev/sda6: UUID="b288ff6b-c067-4e6d-a67a-a9292d3c362c" TYPE="ext4" PARTUUID="000ede1d-06"
  472. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  473. =================== /etc/grub.d/ :
  474. drwxr-xr-x 2 root root 4096 avril 21 00:14 grub.d
  475. total 76
  476. -rwxr-xr-x 1 root root 9791 avril 16 00:02 00_header
  477. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  478. -rwxr-xr-x 1 root root 12261 avril 16 00:02 10_linux
  479. -rwxr-xr-x 1 root root 11082 avril 16 00:02 20_linux_xen
  480. -rwxr-xr-x 1 root root 1992 janv. 28 13:44 20_memtest86+
  481. -rwxr-xr-x 1 root root 11692 avril 16 00:02 30_os-prober
  482. -rwxr-xr-x 1 root root 1418 avril 16 00:02 30_uefi-firmware
  483. -rwxr-xr-x 1 root root 214 avril 16 00:02 40_custom
  484. -rwxr-xr-x 1 root root 216 avril 16 00:02 41_custom
  485. -rw-r--r-- 1 root root 483 avril 16 00:02 README
  486. =================== /etc/default/grub :
  487. # If you change this file, run 'update-grub' afterwards to update
  488. # /boot/grub/grub.cfg.
  489. # For full documentation of the options in this file, see:
  490. # info -f grub -n 'Simple configuration'
  491. GRUB_DEFAULT=0
  492. #GRUB_HIDDEN_TIMEOUT=0
  493. GRUB_HIDDEN_TIMEOUT_QUIET=true
  494. GRUB_TIMEOUT=10
  495. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  496. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  497. GRUB_CMDLINE_LINUX=""
  498. # Uncomment to enable BadRAM filtering, modify to suit your needs
  499. # This works with Linux (no patch required) and with any kernel that obtains
  500. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  501. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  502. # Uncomment to disable graphical terminal (grub-pc only)
  503. #GRUB_TERMINAL=console
  504. # The resolution used on graphical terminal
  505. # note that you can use only modes which your graphic card supports via VBE
  506. # you can see them in real GRUB with the command `vbeinfo'
  507. #GRUB_GFXMODE=640x480
  508. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  509. #GRUB_DISABLE_LINUX_UUID=true
  510. # Uncomment to disable generation of recovery mode menu entries
  511. #GRUB_DISABLE_RECOVERY="true"
  512. # Uncomment to get a beep at grub start
  513. #GRUB_INIT_TUNE="480 440 1"
  514. =================== UEFI/Legacy mode:
  515. This installed-session is not EFI-compatible.
  516. SecureBoot disabled.
  517. =================== PARTITIONS & DISKS:
  518. sda6 : 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, .
  519. 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, ntldr, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  520. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  521. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  522. =================== parted -l:
  523. Model: ATA TOSHIBA MK8037GS (scsi)
  524. Disk /dev/sda: 80.0GB
  525. Sector size (logical/physical): 512B/512B
  526. Partition Table: msdos
  527. Disk Flags:
  528. Number Start End Size Type File system Flags
  529. 1 1049kB 29.9GB 29.9GB primary ntfs boot
  530. 2 29.9GB 62.0GB 32.2GB primary ntfs
  531. 3 62.0GB 80.0GB 18.0GB extended
  532. 6 62.0GB 76.8GB 14.8GB logical ext4
  533. 5 76.8GB 80.0GB 3219MB logical linux-swap(v1)
  534. =================== parted -lm:
  535. BYT;
  536. /dev/sda:80.0GB:scsi:512:512:msdos:ATA TOSHIBA MK8037GS:;
  537. 1:1049kB:29.9GB:29.9GB:ntfs::boot;
  538. 2:29.9GB:62.0GB:32.2GB:ntfs::;
  539. 3:62.0GB:80.0GB:18.0GB:::;
  540. 6:62.0GB:76.8GB:14.8GB:ext4::;
  541. 5:76.8GB:80.0GB:3219MB:linux-swap(v1)::;
  542. =================== lsblk:
  543. KNAME TYPE FSTYPE SIZE LABEL
  544. sda disk 74,5G
  545. sda1 part ntfs 27,9G
  546. sda2 part ntfs 30G
  547. sda3 part 1K
  548. sda5 part swap 3G
  549. sda6 part ext4 13,8G
  550. sr0 rom 1024M
  551. KNAME ROTA RO RM STATE MOUNTPOINT
  552. sda 1 0 0 running
  553. sda1 1 0 0 /mnt/boot-sav/sda1
  554. sda2 1 0 0 /mnt/boot-sav/sda2
  555. sda3 1 0 0
  556. sda5 1 0 0 [SWAP]
  557. sda6 1 0 0 /
  558. sr0 1 0 1 running
  559. =================== mount:
  560. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  561. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  562. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1532604k,nr_inodes=208300,mode=755)
  563. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  564. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=310052k,mode=755)
  565. /dev/sda6 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  566. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  567. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  568. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  569. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  570. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  571. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  572. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  573. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  574. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  575. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  576. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  577. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  578. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  579. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  580. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  581. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  582. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  583. mqueue on /dev/mqueue type mqueue (rw,relatime)
  584. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  585. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  586. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  587. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=310052k,mode=700,uid=1000,gid=1000)
  588. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  589. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  590. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  591. =================== ls:
  592. /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
  593. /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
  594. /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 freefall full fuse fw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 initctl input kmsg lightnvm log lp0 mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
  595. ls /dev/mapper: control
  596. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  597. =================== hexdump -n512 -C /dev/sda1
  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 08 00 00 |........?.......|
  600. 00000020 00 00 00 00 80 00 80 00 ff 9f 7a 03 00 00 00 00 |..........z.....|
  601. 00000030 04 00 00 00 00 00 00 00 ff a9 37 00 00 00 00 00 |..........7.....|
  602. 00000040 f6 00 00 00 01 00 00 00 7a 6d 5d 48 87 ac 89 53 |........zm]H...S|
  603. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb b8 c0 07 |.....3.....|....|
  604. 00000060 8e d8 e8 16 00 b8 00 0d 8e c0 33 db c6 06 0e 00 |..........3.....|
  605. 00000070 10 e8 53 00 68 00 0d 68 6a 02 cb 8a 16 24 00 b4 |..S.h..hj....$..|
  606. 00000080 08 cd 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 |...s......f...@f|
  607. 00000090 0f b6 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f |.....?.......Af.|
  608. 000000a0 b7 c9 66 f7 e1 66 a3 20 00 c3 b4 41 bb aa 55 8a |..f..f. ...A..U.|
  609. 000000b0 16 24 00 cd 13 72 0f 81 fb 55 aa 75 09 f6 c1 01 |.$...r...U.u....|
  610. 000000c0 74 04 fe 06 14 00 c3 66 60 1e 06 66 a1 10 00 66 |t......f`..f...f|
  611. 000000d0 03 06 1c 00 66 3b 06 20 00 0f 82 3a 00 1e 66 6a |....f;. ...:..fj|
  612. 000000e0 00 66 50 06 53 66 68 10 00 01 00 80 3e 14 00 00 |.fP.Sfh.....>...|
  613. 000000f0 0f 85 0c 00 e8 b3 ff 80 3e 14 00 00 0f 84 61 00 |........>.....a.|
  614. 00000100 b4 42 8a 16 24 00 16 1f 8b f4 cd 13 66 58 5b 07 |.B..$.......fX[.|
  615. 00000110 66 58 66 58 1f eb 2d 66 33 d2 66 0f b7 0e 18 00 |fXfX..-f3.f.....|
  616. 00000120 66 f7 f1 fe c2 8a ca 66 8b d0 66 c1 ea 10 f7 36 |f......f..f....6|
  617. 00000130 1a 00 86 d6 8a 16 24 00 8a e8 c0 e4 06 0a cc b8 |......$.........|
  618. 00000140 01 02 cd 13 0f 82 19 00 8c c0 05 20 00 8e c0 66 |........... ...f|
  619. 00000150 ff 06 10 00 ff 0e 0e 00 0f 85 6f ff 07 1f 66 61 |..........o...fa|
  620. 00000160 c3 a0 f8 01 e8 09 00 a0 fb 01 e8 03 00 fb eb fe |................|
  621. 00000170 b4 01 8b f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 |.....<.t........|
  622. 00000180 eb f2 c3 0d 0a 45 72 72 2e 20 6c 65 63 74 75 72 |.....Err. lectur|
  623. 00000190 65 20 64 69 73 71 75 65 00 0d 0a 4e 54 4c 44 52 |e disque...NTLDR|
  624. 000001a0 20 6d 61 6e 71 75 65 00 0d 0a 4e 54 4c 44 52 20 | manque...NTLDR |
  625. 000001b0 65 73 74 20 63 6f 6d 70 72 65 73 73 82 00 0d 0a |est compress....|
  626. 000001c0 45 6e 74 72 65 7a 20 43 74 72 6c 2b 41 6c 74 2b |Entrez Ctrl+Alt+|
  627. 000001d0 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 6d |Suppr pour red.m|
  628. 000001e0 61 72 72 65 72 0d 0a 00 0d 0a 00 00 00 00 00 00 |arrer...........|
  629. 000001f0 00 00 00 00 00 00 00 00 83 99 a8 be 00 00 55 aa |..............U.|
  630. 00000200
  631. =================== hexdump -n512 -C /dev/sda2
  632. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  633. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 7a 03 |........?.....z.|
  634. 00000020 00 00 00 00 80 00 80 00 d2 5d be 03 00 00 00 00 |.........]......|
  635. 00000030 04 00 00 00 00 00 00 00 dd e5 3b 00 00 00 00 00 |..........;.....|
  636. 00000040 f6 00 00 00 01 00 00 00 eb 9a bf 5c 5d 0f 7a 3e |...........].z>|
  637. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  638. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  639. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  640. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 d2 00 1e 83 ec |U.u.....u.......|
  641. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  642. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  643. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  644. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  645. 000000d0 40 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |@.+.w......f#.u-|
  646. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  647. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  648. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a e9 6a 01 |U...h..fa.....j.|
  649. 00000110 90 90 66 60 1e 06 66 a1 11 00 66 03 06 1c 00 1e |..f`..f...f.....|
  650. 00000120 66 68 00 00 00 00 66 50 06 53 68 01 00 68 10 00 |fh....fP.Sh..h..|
  651. 00000130 b4 42 8a 16 0e 00 16 1f 8b f4 cd 13 66 59 5b 5a |.B..........fY[Z|
  652. 00000140 66 59 66 59 1f 0f 82 16 00 66 ff 06 11 00 03 16 |fYfY.....f......|
  653. 00000150 0f 00 8e c2 ff 0e 16 00 75 bc 07 1f 66 61 c3 a0 |........u...fa..|
  654. 00000160 f8 01 e8 08 00 a0 fb 01 e8 02 00 eb fe b4 01 8b |................|
  655. 00000170 f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 |..<.t...........|
  656. 00000180 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 20 65 72 |..A disk read er|
  657. 00000190 72 6f 72 20 6f 63 63 75 72 72 65 64 00 0d 0a 42 |ror occurred...B|
  658. 000001a0 4f 4f 54 4d 47 52 20 69 73 20 6d 69 73 73 69 6e |OOTMGR is missin|
  659. 000001b0 67 00 0d 0a 42 4f 4f 54 4d 47 52 20 69 73 20 63 |g...BOOTMGR is c|
  660. 000001c0 6f 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 |ompressed...Pres|
  661. 000001d0 73 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 |s Ctrl+Alt+Del t|
  662. 000001e0 6f 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 |o restart.......|
  663. 000001f0 00 00 00 00 00 00 00 00 80 9d b2 ca 00 00 55 aa |..............U.|
  664. 00000200
  665. =================== df -Th:
  666. Filesystem Type Size Used Avail Use% Mounted on
  667. udev devtmpfs 1.5G 0 1.5G 0% /dev
  668. tmpfs tmpfs 303M 5.2M 298M 2% /run
  669. /dev/sda6 ext4 14G 4.3G 8.5G 34% /
  670. tmpfs tmpfs 1.5G 212K 1.5G 1% /dev/shm
  671. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  672. tmpfs tmpfs 1.5G 0 1.5G 0% /sys/fs/cgroup
  673. tmpfs tmpfs 303M 44K 303M 1% /run/user/1000
  674. /dev/sda1 fuseblk 28G 16G 13G 57% /mnt/boot-sav/sda1
  675. /dev/sda2 fuseblk 30G 16G 15G 54% /mnt/boot-sav/sda2
  676. =================== fdisk -l:
  677. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  678. Units: sectors of 1 * 512 = 512 bytes
  679. Sector size (logical/physical): 512 bytes / 4096 bytes
  680. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  681. Disk /dev/ram1: 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/ram2: 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/ram3: 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/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 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/sda: 74.5 GiB, 80026361856 bytes, 156301488 sectors
  742. Units: sectors of 1 * 512 = 512 bytes
  743. Sector size (logical/physical): 512 bytes / 512 bytes
  744. I/O size (minimum/optimal): 512 bytes / 512 bytes
  745. Disklabel type: dos
  746. Disk identifier: 0x000ede1d
  747. Device Boot Start End Sectors Size Id Type
  748. /dev/sda1 * 2048 58370047 58368000 27.9G 7 HPFS/NTFS/exFAT
  749. /dev/sda2 58370048 121177554 62807507 30G 7 HPFS/NTFS/exFAT
  750. /dev/sda3 121178110 156301311 35123202 16.8G 5 Extended
  751. /dev/sda5 150013952 156301311 6287360 3G 82 Linux swap / Solaris
  752. /dev/sda6 121178112 150013951 28835840 13.8G 83 Linux
  753. Partition table entries are not in disk order.
  754. =================== Suggested repair
  755. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda6 into the MBR of sda.
  756. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  757. =================== User settings
  758. The settings chosen by the user will not act on the boot.
  759. paste.ubuntu.com ko (), using paste.debian
  760. paste.debian.net ko (), using paste2