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: Grub2 (v1.99-2.00)
  13. Boot sector info: Grub2 (v2.00) is installed in the boot sector of sda1
  14. and looks at sector 643799968 of the same hard drive
  15. for core.img. core.img is at this location and looks
  16. for (,msdos6)/boot/grub. It also embeds following
  17. components:
  18. modules
  19. -------------------------------------------------------
  20. fshelp ext2 part_msdos biosdisk
  21. -------------------------------------------------------
  22. -------------------------. No errors found in the Boot
  23. Parameter Block.
  24. Operating System:
  25. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  26. sda2: __________________________________________________________________________
  27. File system: Extended Partition
  28. Boot sector type: Unknown
  29. Boot sector info:
  30. sda5: __________________________________________________________________________
  31. File system: ntfs
  32. Boot sector type: Windows 2000/XP: NTFS
  33. Boot sector info: According to the info in the boot sector, sda5 starts
  34. at sector 63.
  35. Operating System:
  36. Boot files:
  37. sda6: __________________________________________________________________________
  38. File system: ext4
  39. Boot sector type: -
  40. Boot sector info:
  41. Operating System: Ubuntu 16.04.1 LTS
  42. Boot files: /boot/grub/grub.cfg /etc/fstab
  43. /boot/grub/i386-pc/core.img
  44. sda7: __________________________________________________________________________
  45. File system: swap
  46. Boot sector type: -
  47. Boot sector info:
  48. ============================ Drive/Partition Info: =============================
  49. Drive: sda _____________________________________________________________________
  50. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  51. Units: sectors of 1 * 512 = 512 bytes
  52. Sector size (logical/physical): 512 bytes / 512 bytes
  53. I/O size (minimum/optimal): 512 bytes / 512 bytes
  54. Disklabel type: dos
  55. Partition Boot Start Sector End Sector # of Sectors Id System
  56. /dev/sda1 * 63 443,002,096 443,002,034 7 NTFS / exFAT / HPFS
  57. /dev/sda2 443,002,878 976,768,064 533,765,187 f W95 Extended (LBA)
  58. /dev/sda5 675,854,613 976,768,064 300,913,452 7 NTFS / exFAT / HPFS
  59. /dev/sda6 443,002,880 671,811,583 228,808,704 83 Linux
  60. /dev/sda7 671,813,632 675,854,335 4,040,704 82 Linux swap / Solaris
  61. "blkid" output: ________________________________________________________________
  62. Device UUID TYPE LABEL
  63. /dev/sda1 96240C25240C0B47 ntfs 系統
  64. /dev/sda5 04DC6D05DC6CF1FA ntfs 學習
  65. /dev/sda6 3eb4e615-6fc4-42ee-a51c-431fa74951bb ext4
  66. /dev/sda7 5fdebfb4-2934-4bae-9c10-7d6db12540ee swap
  67. ========================= "ls -l /dev/disk/by-id" output: ======================
  68. total 0
  69. lrwxrwxrwx 1 root root 9 Feb 7 17:44 ata-ST9500325AS_6VEHY4EE -> ../../sda
  70. lrwxrwxrwx 1 root root 10 Feb 7 17:44 ata-ST9500325AS_6VEHY4EE-part1 -> ../../sda1
  71. lrwxrwxrwx 1 root root 10 Feb 7 17:44 ata-ST9500325AS_6VEHY4EE-part2 -> ../../sda2
  72. lrwxrwxrwx 1 root root 10 Feb 7 17:44 ata-ST9500325AS_6VEHY4EE-part5 -> ../../sda5
  73. lrwxrwxrwx 1 root root 10 Feb 7 17:44 ata-ST9500325AS_6VEHY4EE-part6 -> ../../sda6
  74. lrwxrwxrwx 1 root root 10 Feb 7 17:44 ata-ST9500325AS_6VEHY4EE-part7 -> ../../sda7
  75. lrwxrwxrwx 1 root root 9 Feb 7 17:44 wwn-0x5000c50030b2d605 -> ../../sda
  76. lrwxrwxrwx 1 root root 10 Feb 7 17:44 wwn-0x5000c50030b2d605-part1 -> ../../sda1
  77. lrwxrwxrwx 1 root root 10 Feb 7 17:44 wwn-0x5000c50030b2d605-part2 -> ../../sda2
  78. lrwxrwxrwx 1 root root 10 Feb 7 17:44 wwn-0x5000c50030b2d605-part5 -> ../../sda5
  79. lrwxrwxrwx 1 root root 10 Feb 7 17:44 wwn-0x5000c50030b2d605-part6 -> ../../sda6
  80. lrwxrwxrwx 1 root root 10 Feb 7 17:44 wwn-0x5000c50030b2d605-part7 -> ../../sda7
  81. ================================ Mount points: =================================
  82. Device Mount_Point Type Options
  83. /dev/sda6 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  84. =========================== sda6/boot/grub/grub.cfg: ===========================
  85. --------------------------------------------------------------------------------
  86. #
  87. # DO NOT EDIT THIS FILE
  88. #
  89. # It is automatically generated by grub-mkconfig using templates
  90. # from /etc/grub.d and settings from /etc/default/grub
  91. #
  92. ### BEGIN /etc/grub.d/00_header ###
  93. if [ -s $prefix/grubenv ]; then
  94. set have_grubenv=true
  95. load_env
  96. fi
  97. if [ "${next_entry}" ] ; then
  98. set default="${next_entry}"
  99. set next_entry=
  100. save_env next_entry
  101. set boot_once=true
  102. else
  103. set default="0"
  104. fi
  105. if [ x"${feature_menuentry_id}" = xy ]; then
  106. menuentry_id_option="--id"
  107. else
  108. menuentry_id_option=""
  109. fi
  110. export menuentry_id_option
  111. if [ "${prev_saved_entry}" ]; then
  112. set saved_entry="${prev_saved_entry}"
  113. save_env saved_entry
  114. set prev_saved_entry=
  115. save_env prev_saved_entry
  116. set boot_once=true
  117. fi
  118. function savedefault {
  119. if [ -z "${boot_once}" ]; then
  120. saved_entry="${chosen}"
  121. save_env saved_entry
  122. fi
  123. }
  124. function recordfail {
  125. set recordfail=1
  126. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  127. }
  128. function load_video {
  129. if [ x$feature_all_video_module = xy ]; then
  130. insmod all_video
  131. else
  132. insmod efi_gop
  133. insmod efi_uga
  134. insmod ieee1275_fb
  135. insmod vbe
  136. insmod vga
  137. insmod video_bochs
  138. insmod video_cirrus
  139. fi
  140. }
  141. if [ x$feature_default_font_path = xy ] ; then
  142. font=unicode
  143. else
  144. insmod part_msdos
  145. insmod ext2
  146. set root='hd0,msdos6'
  147. if [ x$feature_platform_search_hint = xy ]; then
  148. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  149. else
  150. search --no-floppy --fs-uuid --set=root 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  151. fi
  152. font="/usr/share/grub/unicode.pf2"
  153. fi
  154. if loadfont $font ; then
  155. set gfxmode=auto
  156. load_video
  157. insmod gfxterm
  158. set locale_dir=$prefix/locale
  159. set lang=zh_CN
  160. insmod gettext
  161. fi
  162. terminal_output gfxterm
  163. if [ "${recordfail}" = 1 ] ; then
  164. set timeout=30
  165. else
  166. if [ x$feature_timeout_style = xy ] ; then
  167. set timeout_style=menu
  168. set timeout=10
  169. # Fallback normal timeout code in case the timeout_style feature is
  170. # unavailable.
  171. else
  172. set timeout=10
  173. fi
  174. fi
  175. ### END /etc/grub.d/00_header ###
  176. ### BEGIN /etc/grub.d/05_debian_theme ###
  177. set menu_color_normal=white/black
  178. set menu_color_highlight=black/light-gray
  179. if background_color 44,0,30,0; then
  180. clear
  181. fi
  182. ### END /etc/grub.d/05_debian_theme ###
  183. ### BEGIN /etc/grub.d/10_linux ###
  184. function gfxmode {
  185. set gfxpayload="${1}"
  186. if [ "${1}" = "keep" ]; then
  187. set vt_handoff=vt.handoff=7
  188. else
  189. set vt_handoff=
  190. fi
  191. }
  192. if [ "${recordfail}" != 1 ]; then
  193. if [ -e ${prefix}/gfxblacklist.txt ]; then
  194. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  195. if [ ${match} = 0 ]; then
  196. set linux_gfx_mode=keep
  197. else
  198. set linux_gfx_mode=text
  199. fi
  200. else
  201. set linux_gfx_mode=text
  202. fi
  203. else
  204. set linux_gfx_mode=keep
  205. fi
  206. else
  207. set linux_gfx_mode=text
  208. fi
  209. export linux_gfx_mode
  210. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3eb4e615-6fc4-42ee-a51c-431fa74951bb' {
  211. recordfail
  212. load_video
  213. gfxmode $linux_gfx_mode
  214. insmod gzio
  215. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  216. insmod part_msdos
  217. insmod ext2
  218. set root='hd0,msdos6'
  219. if [ x$feature_platform_search_hint = xy ]; then
  220. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  221. else
  222. search --no-floppy --fs-uuid --set=root 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  223. fi
  224. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=3eb4e615-6fc4-42ee-a51c-431fa74951bb ro quiet splash $vt_handoff
  225. initrd /boot/initrd.img-4.4.0-62-generic
  226. }
  227. submenu 'Ubuntu 高级选项' $menuentry_id_option 'gnulinux-advanced-3eb4e615-6fc4-42ee-a51c-431fa74951bb' {
  228. menuentry 'Ubuntu,Linux 4.4.0-62-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-advanced-3eb4e615-6fc4-42ee-a51c-431fa74951bb' {
  229. recordfail
  230. load_video
  231. gfxmode $linux_gfx_mode
  232. insmod gzio
  233. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  234. insmod part_msdos
  235. insmod ext2
  236. set root='hd0,msdos6'
  237. if [ x$feature_platform_search_hint = xy ]; then
  238. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  239. else
  240. search --no-floppy --fs-uuid --set=root 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  241. fi
  242. echo '载入 Linux 4.4.0-62-generic ...'
  243. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=3eb4e615-6fc4-42ee-a51c-431fa74951bb ro quiet splash $vt_handoff
  244. echo '载入初始化内存盘...'
  245. initrd /boot/initrd.img-4.4.0-62-generic
  246. }
  247. menuentry 'Ubuntu, with Linux 4.4.0-62-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-init-upstart-3eb4e615-6fc4-42ee-a51c-431fa74951bb' {
  248. recordfail
  249. load_video
  250. gfxmode $linux_gfx_mode
  251. insmod gzio
  252. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  253. insmod part_msdos
  254. insmod ext2
  255. set root='hd0,msdos6'
  256. if [ x$feature_platform_search_hint = xy ]; then
  257. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  258. else
  259. search --no-floppy --fs-uuid --set=root 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  260. fi
  261. echo '载入 Linux 4.4.0-62-generic ...'
  262. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=3eb4e615-6fc4-42ee-a51c-431fa74951bb ro quiet splash $vt_handoff init=/sbin/upstart
  263. echo '载入初始化内存盘...'
  264. initrd /boot/initrd.img-4.4.0-62-generic
  265. }
  266. menuentry 'Ubuntu, with Linux 4.4.0-62-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-recovery-3eb4e615-6fc4-42ee-a51c-431fa74951bb' {
  267. recordfail
  268. load_video
  269. insmod gzio
  270. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  271. insmod part_msdos
  272. insmod ext2
  273. set root='hd0,msdos6'
  274. if [ x$feature_platform_search_hint = xy ]; then
  275. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  276. else
  277. search --no-floppy --fs-uuid --set=root 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  278. fi
  279. echo '载入 Linux 4.4.0-62-generic ...'
  280. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=3eb4e615-6fc4-42ee-a51c-431fa74951bb ro recovery nomodeset
  281. echo '载入初始化内存盘...'
  282. initrd /boot/initrd.img-4.4.0-62-generic
  283. }
  284. menuentry 'Ubuntu,Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-3eb4e615-6fc4-42ee-a51c-431fa74951bb' {
  285. recordfail
  286. load_video
  287. gfxmode $linux_gfx_mode
  288. insmod gzio
  289. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  290. insmod part_msdos
  291. insmod ext2
  292. set root='hd0,msdos6'
  293. if [ x$feature_platform_search_hint = xy ]; then
  294. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  295. else
  296. search --no-floppy --fs-uuid --set=root 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  297. fi
  298. echo '载入 Linux 4.4.0-31-generic ...'
  299. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=3eb4e615-6fc4-42ee-a51c-431fa74951bb ro quiet splash $vt_handoff
  300. echo '载入初始化内存盘...'
  301. initrd /boot/initrd.img-4.4.0-31-generic
  302. }
  303. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-3eb4e615-6fc4-42ee-a51c-431fa74951bb' {
  304. recordfail
  305. load_video
  306. gfxmode $linux_gfx_mode
  307. insmod gzio
  308. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  309. insmod part_msdos
  310. insmod ext2
  311. set root='hd0,msdos6'
  312. if [ x$feature_platform_search_hint = xy ]; then
  313. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  314. else
  315. search --no-floppy --fs-uuid --set=root 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  316. fi
  317. echo '载入 Linux 4.4.0-31-generic ...'
  318. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=3eb4e615-6fc4-42ee-a51c-431fa74951bb ro quiet splash $vt_handoff init=/sbin/upstart
  319. echo '载入初始化内存盘...'
  320. initrd /boot/initrd.img-4.4.0-31-generic
  321. }
  322. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-3eb4e615-6fc4-42ee-a51c-431fa74951bb' {
  323. recordfail
  324. load_video
  325. insmod gzio
  326. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  327. insmod part_msdos
  328. insmod ext2
  329. set root='hd0,msdos6'
  330. if [ x$feature_platform_search_hint = xy ]; then
  331. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  332. else
  333. search --no-floppy --fs-uuid --set=root 3eb4e615-6fc4-42ee-a51c-431fa74951bb
  334. fi
  335. echo '载入 Linux 4.4.0-31-generic ...'
  336. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=3eb4e615-6fc4-42ee-a51c-431fa74951bb ro recovery nomodeset
  337. echo '载入初始化内存盘...'
  338. initrd /boot/initrd.img-4.4.0-31-generic
  339. }
  340. }
  341. ### END /etc/grub.d/10_linux ###
  342. ### BEGIN /etc/grub.d/20_linux_xen ###
  343. ### END /etc/grub.d/20_linux_xen ###
  344. ### BEGIN /etc/grub.d/30_os-prober ###
  345. menuentry 'Windows 10 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-96240C25240C0B47' {
  346. insmod part_msdos
  347. insmod ntfs
  348. set root='hd0,msdos1'
  349. if [ x$feature_platform_search_hint = xy ]; then
  350. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 96240C25240C0B47
  351. else
  352. search --no-floppy --fs-uuid --set=root 96240C25240C0B47
  353. fi
  354. parttool ${root} hidden-
  355. drivemap -s (hd0) ${root}
  356. chainloader +1
  357. }
  358. set timeout_style=menu
  359. if [ "${timeout}" = 0 ]; then
  360. set timeout=10
  361. fi
  362. ### END /etc/grub.d/30_os-prober ###
  363. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  364. ### END /etc/grub.d/30_uefi-firmware ###
  365. ### BEGIN /etc/grub.d/40_custom ###
  366. # This file provides an easy way to add custom menu entries. Simply type the
  367. # menu entries you want to add after this comment. Be careful not to change
  368. # the 'exec tail' line above.
  369. ### END /etc/grub.d/40_custom ###
  370. ### BEGIN /etc/grub.d/41_custom ###
  371. if [ -f ${config_directory}/custom.cfg ]; then
  372. source ${config_directory}/custom.cfg
  373. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  374. source $prefix/custom.cfg;
  375. fi
  376. ### END /etc/grub.d/41_custom ###
  377. --------------------------------------------------------------------------------
  378. =============================== sda6/etc/fstab: ================================
  379. --------------------------------------------------------------------------------
  380. # /etc/fstab: static file system information.
  381. #
  382. # Use 'blkid' to print the universally unique identifier for a
  383. # device; this may be used with UUID= as a more robust way to name devices
  384. # that works even if disks are added and removed. See fstab(5).
  385. #
  386. # <file system> <mount point> <type> <options> <dump> <pass>
  387. # / was on /dev/sda6 during installation
  388. UUID=3eb4e615-6fc4-42ee-a51c-431fa74951bb / ext4 errors=remount-ro 0 1
  389. # swap was on /dev/sda7 during installation
  390. UUID=5fdebfb4-2934-4bae-9c10-7d6db12540ee none swap sw 0 0
  391. --------------------------------------------------------------------------------
  392. =================== sda6: Location of files loaded by Grub: ====================
  393. GiB - GB File Fragment(s)
  394. 289.576381683 = 310.930272256 boot/grub/grub.cfg 1
  395. 306.994586945 = 329.632927744 boot/grub/i386-pc/core.img 1
  396. 212.953826904 = 228.657430528 boot/vmlinuz-4.4.0-31-generic 2
  397. 259.291011810 = 278.411603968 boot/vmlinuz-4.4.0-62-generic 1
  398. 259.291011810 = 278.411603968 vmlinuz 1
  399. 212.953826904 = 228.657430528 vmlinuz.old 2
  400. 273.409751892 = 293.571485696 boot/initrd.img-4.4.0-31-generic 3
  401. 279.388874054 = 299.991519232 boot/initrd.img-4.4.0-62-generic 2
  402. 279.388874054 = 299.991519232 initrd.img 2
  403. 273.409751892 = 293.571485696 initrd.img.old 3
  404. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  405. Unknown BootLoader on sda2
  406. 00000000 59 b5 bf 16 48 88 92 79 8d 6b 0b 61 5a 57 50 71 |Y...H..y.k.aZWPq|
  407. 00000010 c7 a0 24 73 e9 5f 32 7c 4e f8 c7 ab f8 de e2 43 |..$s._2|N......C|
  408. 00000020 25 c4 11 d9 6d 1e 4a c4 38 1e d8 f4 a1 20 82 bb |%...m.J.8.... ..|
  409. 00000030 3c 1d 26 ba bd 88 a4 52 a8 0c 40 61 c7 3f e1 5d |<.&....R..@a.?.]|
  410. 00000040 bf 87 3e 1e 6a fa f6 a1 1c 2a 52 45 db 8c ab 86 |..>.j....*RE....|
  411. 00000050 da 7f 0e d5 76 3a b4 48 fb 6b 47 f0 3d af c1 af |....v:.H.kG.=...|
  412. 00000060 02 c7 aa 6b 46 38 ee f3 c5 b9 23 7b 71 90 d8 fe |...kF8....#{q...|
  413. 00000070 ee 78 cd 79 0d 97 89 ee 3c 6d 34 9a 84 f1 aa 19 |.x.y....<m4.....|
  414. 00000080 24 20 84 e8 3d 05 5c 1e a7 1c e5 76 5e 96 34 3b |$ ..=.\....v^.4;|
  415. 00000090 91 0e 19 86 3a e3 35 b1 69 64 6d 34 e8 d5 5b 24 |....:.5.idm4..[$|
  416. 000000a0 92 78 3d 3f 1a ea 46 12 57 39 6d 5d 8d c3 82 ed |.x=?..F.W9m]....|
  417. 000000b0 b4 0e 3a d5 6b 78 7c a6 d8 1c ed 61 92 01 eb 53 |..:.kx|....a...S|
  418. 000000c0 23 16 8d f8 2d 12 78 8a b0 20 63 bf 7a 2e 26 68 |#...-.x.. c.z.&h|
  419. 000000d0 91 10 1d ac 14 2a e3 b0 a4 8b 4a c6 d6 97 74 96 |.....*....J...t.|
  420. 000000e0 d2 24 6c a0 b1 fe 26 19 15 ab 73 a7 b1 54 60 d9 |.$l...&...s..T`.|
  421. 000000f0 45 f9 81 03 81 ef 57 61 98 b3 8f 2c 12 08 c9 ce |E.....Wa...,....|
  422. 00000100 3d eb 91 d6 6c a7 b3 13 c5 20 57 23 0c 76 90 71 |=...l.... W#.v.q|
  423. 00000110 9a 1a 22 c7 95 5d 58 3d b7 99 b9 43 29 f9 81 f4 |.."..]X=...C)...|
  424. 00000120 af 96 7e 22 6a 69 6d a9 48 12 4c c8 7d 4f 02 83 |..~"jim.H.L.}O..|
  425. 00000130 5e 87 8f 5e 6b cd 77 76 86 59 4c ac a3 68 24 e7 |^..^k.wv.YL..h$.|
  426. 00000140 8a c7 b8 9e 29 50 9c 88 b9 c9 e7 ad 0d 81 52 e2 |....)P........R.|
  427. 00000150 e2 de 68 cf 98 09 e4 15 c1 ef 4c 8e fc fd a1 50 |..h.......L....P|
  428. 00000160 1c ab 30 0c 33 da a6 e4 36 6a dc 2a c2 08 46 dc |..0.3...6j.*..F.|
  429. 00000170 99 cf d6 9e 6e cb c2 43 26 4e 38 39 e9 40 6e 73 |....n..C&N89.@ns|
  430. 00000180 b2 4e 89 38 01 b0 7d bb 1a e8 60 96 3b 9b 35 89 |.N.8..}...`.;.5.|
  431. 00000190 57 32 03 92 de b4 0d 18 fa b5 b8 5b 6d ea b9 6e |W2.........[m..n|
  432. 000001a0 83 07 bd 67 59 59 89 46 e6 21 18 f2 56 a9 10 cd |...gYY.F.!..V...|
  433. 000001b0 6b 86 fd d2 95 3b 79 c6 2a 28 34 f9 ae ca 00 fe |k....;y.*(4.....|
  434. 000001c0 ff ff 07 fe ff ff 17 09 e1 0d 2c 93 ef 11 00 fe |..........,.....|
  435. 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 58 a3 0d 00 00 |...........X....|
  436. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  437. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  438. 00000200
  439. ADDITIONAL INFORMATION :
  440. =================== log of boot-repair 2017-02-07__17h43 ===================
  441. boot-repair version : 4ppa40
  442. boot-sav version : 4ppa40
  443. glade2script version : 3.2.3~ppa1
  444. boot-sav-extra version : 4ppa40
  445. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  446. CPU op-mode(s): 32-bit, 64-bit
  447. BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic root=UUID=3eb4e615-6fc4-42ee-a51c-431fa74951bb ro quiet splash vt.handoff=7
  448. =================== os-prober:
  449. /dev/sda6:操作系统正在使用中 - Ubuntu 16.04.1 LTS CurrentSession:linux
  450. /dev/sda1:Windows 10 (loader):Windows:chain
  451. =================== blkid:
  452. /dev/sda1: LABEL="M-gM-3M-;M-gM-5M-1" UUID="96240C25240C0B47" TYPE="ntfs" PARTUUID="c3ffc3ff-01"
  453. /dev/sda5: LABEL="M-eM--M-8M-gM-?M-^R" UUID="04DC6D05DC6CF1FA" TYPE="ntfs" PARTUUID="c3ffc3ff-05"
  454. /dev/sda6: UUID="3eb4e615-6fc4-42ee-a51c-431fa74951bb" TYPE="ext4" PARTUUID="c3ffc3ff-06"
  455. /dev/sda7: UUID="5fdebfb4-2934-4bae-9c10-7d6db12540ee" TYPE="swap" PARTUUID="c3ffc3ff-07"
  456. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  457. 记录了1+0 的读入
  458. 记录了1+0 的写出
  459. =================== /etc/grub.d/ :
  460. drwxr-xr-x 2 root root 4096 févr. 5 22:52 grub.d
  461. drwxr-xr-x 2 root root 4096 févr. 5 22:50 grub.d.bak
  462. 总用量 72
  463. -rwxr-xr-x 1 root root 9791 janv. 13 17:26 00_header
  464. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  465. -rwxr-xr-x 1 root root 12261 janv. 13 17:26 10_linux
  466. -rwxr-xr-x 1 root root 11082 janv. 13 17:26 20_linux_xen
  467. -rwxr-xr-x 1 root root 11692 janv. 13 17:26 30_os-prober
  468. -rwxr-xr-x 1 root root 1418 janv. 13 17:26 30_uefi-firmware
  469. -rwxr-xr-x 1 root root 214 janv. 13 17:26 40_custom
  470. -rwxr-xr-x 1 root root 216 janv. 13 17:26 41_custom
  471. -rw-r--r-- 1 root root 483 janv. 13 17:26 README
  472. =================== /etc/default/grub :
  473. # If you change this file, run 'update-grub' afterwards to update
  474. # /boot/grub/grub.cfg.
  475. # For full documentation of the options in this file, see:
  476. # info -f grub -n 'Simple configuration'
  477. GRUB_DEFAULT=0
  478. #GRUB_HIDDEN_TIMEOUT=0
  479. GRUB_HIDDEN_TIMEOUT_QUIET=true
  480. GRUB_TIMEOUT=10
  481. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  482. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  483. GRUB_CMDLINE_LINUX=""
  484. # Uncomment to enable BadRAM filtering, modify to suit your needs
  485. # This works with Linux (no patch required) and with any kernel that obtains
  486. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  487. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  488. # Uncomment to disable graphical terminal (grub-pc only)
  489. #GRUB_TERMINAL=console
  490. # The resolution used on graphical terminal
  491. # note that you can use only modes which your graphic card supports via VBE
  492. # you can see them in real GRUB with the command `vbeinfo'
  493. #GRUB_GFXMODE=640x480
  494. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  495. #GRUB_DISABLE_LINUX_UUID=true
  496. # Uncomment to disable generation of recovery mode menu entries
  497. #GRUB_DISABLE_RECOVERY="true"
  498. # Uncomment to get a beep at grub start
  499. #GRUB_INIT_TUNE="480 440 1"
  500. =================== UEFI/Legacy mode:
  501. This installed-session is not in EFI-mode.
  502. SecureBoot disabled.
  503. =================== PARTITIONS & DISKS:
  504. 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, .
  505. 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, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda1.
  506. sda5 : 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, farbios, /mnt/boot-sav/sda5.
  507. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  508. =================== parted -l:
  509. Model: ATA ST9500325AS (scsi)
  510. Disk /dev/sda: 500GB
  511. Sector size (logical/physical): 512B/512B
  512. Partition Table: msdos
  513. Disk Flags:
  514. Number Start End Size Type File system Flags
  515. 1 32.3kB 227GB 227GB primary ntfs boot
  516. 2 227GB 500GB 273GB extended lba
  517. 6 227GB 344GB 117GB logical ext4
  518. 7 344GB 346GB 2069MB logical linux-swap(v1)
  519. 5 346GB 500GB 154GB logical ntfs
  520. =================== parted -lm:
  521. BYT;
  522. /dev/sda:500GB:scsi:512:512:msdos:ATA ST9500325AS:;
  523. 1:32.3kB:227GB:227GB:ntfs::boot;
  524. 2:227GB:500GB:273GB:::lba;
  525. 6:227GB:344GB:117GB:ext4::;
  526. 7:344GB:346GB:2069MB:linux-swap(v1)::;
  527. 5:346GB:500GB:154GB:ntfs::;
  528. =================== lsblk:
  529. KNAME TYPE FSTYPE SIZE LABEL
  530. sda disk 465,8G
  531. sda1 part ntfs 211,2G 系統
  532. sda2 part 1K
  533. sda5 part ntfs 143,5G 學習
  534. sda6 part ext4 109,1G
  535. sda7 part swap 1,9G
  536. KNAME ROTA RO RM STATE MOUNTPOINT
  537. sda 1 0 0 running
  538. sda1 1 0 0 /mnt/boot-sav/sda1
  539. sda2 1 0 0
  540. sda5 1 0 0 /mnt/boot-sav/sda5
  541. sda6 1 0 0 /
  542. sda7 1 0 0 [SWAP]
  543. =================== mount:
  544. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  545. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  546. udev on /dev type devtmpfs (rw,nosuid,relatime,size=966396k,nr_inodes=241599,mode=755)
  547. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  548. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=197308k,mode=755)
  549. /dev/sda6 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  550. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  551. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  552. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  553. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  554. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  555. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  556. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  557. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  558. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  559. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  560. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  561. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  562. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  563. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  564. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  565. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  566. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  567. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  568. mqueue on /dev/mqueue type mqueue (rw,relatime)
  569. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  570. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  571. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=197308k,mode=700,uid=1000,gid=1000)
  572. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  573. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  574. /dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  575. =================== ls:
  576. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 sda6 sda7 size slaves stat subsystem trace uevent
  577. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 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 sda5 sda6 sda7 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  578. ls /dev/mapper: control
  579. ls: 无法访问'': 没有那个文件或目录
  580. =================== hexdump -n512 -C /dev/sda1
  581. 00000000 eb 63 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.c.NTFS .....|
  582. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
  583. 00000020 00 00 00 00 80 00 80 00 b0 ac 67 1a 00 00 00 00 |..........g.....|
  584. 00000030 00 00 0c 00 00 00 00 00 10 00 00 00 00 00 00 00 |................|
  585. 00000040 f6 00 00 00 01 00 00 00 47 0b 0c 24 25 0c 24 96 |........G..$%.$.|
  586. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 80 a0 9b 5f 26 |.....3........_&|
  587. 00000060 00 00 00 00 ff fa 90 90 f6 c2 80 74 05 f6 c2 70 |...........t...p|
  588. 00000070 74 02 b2 80 ea 79 7c 00 00 31 c0 8e d8 8e d0 bc |t....y|..1......|
  589. 00000080 00 20 fb a0 64 7c 3c ff 74 02 88 c2 52 bb 17 04 |. ..d|<.t...R...|
  590. 00000090 f6 07 03 74 06 be 88 7d e8 17 01 be 05 7c b4 41 |...t...}.....|.A|
  591. 000000a0 bb aa 55 cd 13 5a 52 72 3d 81 fb 55 aa 75 37 83 |..U..ZRr=..U.u7.|
  592. 000000b0 e1 01 74 32 31 c0 89 44 04 40 88 44 ff 89 44 02 |[email protected].|
  593. 000000c0 c7 04 10 00 66 8b 1e 5c 7c 66 89 5c 08 66 8b 1e |....f..|f..f..|
  594. 000000d0 60 7c 66 89 5c 0c c7 44 06 00 70 b4 42 cd 13 72 |`|f...D..p.B..r|
  595. 000000e0 05 bb 00 70 eb 76 b4 08 cd 13 73 0d 5a 84 d2 0f |...p.v....s.Z...|
  596. 000000f0 83 d0 00 be 93 7d e9 82 00 66 0f b6 c6 88 64 ff |.....}...f....d.|
  597. 00000100 40 66 89 44 04 0f b6 d1 c1 e2 02 88 e8 88 f4 40 |@f.D...........@|
  598. 00000110 89 44 08 0f b6 c2 c0 e8 02 66 89 04 66 a1 60 7c |.D.......f..f.`||
  599. 00000120 66 09 c0 75 4e 66 a1 5c 7c 66 31 d2 66 f7 34 88 |f..uNf.|f1.f.4.|
  600. 00000130 d1 31 d2 66 f7 74 04 3b 44 08 7d 37 fe c1 88 c5 |.1.f.t.;D.}7....|
  601. 00000140 30 c0 c1 e8 02 08 c1 88 d0 5a 88 c6 bb 00 70 8e |0........Z....p.|
  602. 00000150 c3 31 db b8 01 02 cd 13 72 1e 8c c3 60 1e b9 00 |.1......r...`...|
  603. 00000160 01 8e db 31 f6 bf 00 80 8e c6 fc f3 a5 1f 61 ff |...1..........a.|
  604. 00000170 26 5a 7c be 8e 7d eb 03 be 9d 7d e8 34 00 be a2 |&Z|..}....}.4...|
  605. 00000180 7d e8 2e 00 cd 18 eb fe 47 52 55 42 20 00 47 65 |}.......GRUB .Ge|
  606. 00000190 6f 6d 00 48 61 72 64 20 44 69 73 6b 00 52 65 61 |om.Hard Disk.Rea|
  607. 000001a0 64 00 20 45 72 72 6f 72 0d 0a 00 bb 01 00 b4 0e |d. Error........|
  608. 000001b0 cd 10 ac 3c 00 75 f4 c3 72 65 73 73 65 64 00 0d |...<.u..ressed..|
  609. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  610. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  611. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  612. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  613. 00000200
  614. =================== hexdump -n512 -C /dev/sda5
  615. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  616. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
  617. 00000020 00 00 00 00 80 00 80 00 2b 93 ef 11 00 00 00 00 |........+.......|
  618. 00000030 00 00 0c 00 00 00 00 00 32 f9 1e 01 00 00 00 00 |........2.......|
  619. 00000040 f6 00 00 00 01 00 00 00 fa f1 6c dc 05 6d dc 04 |..........l..m..|
  620. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb b8 c0 07 |.....3.....|....|
  621. 00000060 8e d8 e8 16 00 b8 00 0d 8e c0 33 db c6 06 0e 00 |..........3.....|
  622. 00000070 10 e8 53 00 68 00 0d 68 6a 02 cb 8a 16 24 00 b4 |..S.h..hj....$..|
  623. 00000080 08 cd 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 |...s......f...@f|
  624. 00000090 0f b6 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f |.....?.......Af.|
  625. 000000a0 b7 c9 66 f7 e1 66 a3 20 00 c3 b4 41 bb aa 55 8a |..f..f. ...A..U.|
  626. 000000b0 16 24 00 cd 13 72 0f 81 fb 55 aa 75 09 f6 c1 01 |.$...r...U.u....|
  627. 000000c0 74 04 fe 06 14 00 c3 66 60 1e 06 66 a1 10 00 66 |t......f`..f...f|
  628. 000000d0 03 06 1c 00 66 3b 06 20 00 0f 82 3a 00 1e 66 6a |....f;. ...:..fj|
  629. 000000e0 00 66 50 06 53 66 68 10 00 01 00 80 3e 14 00 00 |.fP.Sfh.....>...|
  630. 000000f0 0f 85 0c 00 e8 b3 ff 80 3e 14 00 00 0f 84 61 00 |........>.....a.|
  631. 00000100 b4 42 8a 16 24 00 16 1f 8b f4 cd 13 66 58 5b 07 |.B..$.......fX[.|
  632. 00000110 66 58 66 58 1f eb 2d 66 33 d2 66 0f b7 0e 18 00 |fXfX..-f3.f.....|
  633. 00000120 66 f7 f1 fe c2 8a ca 66 8b d0 66 c1 ea 10 f7 36 |f......f..f....6|
  634. 00000130 1a 00 86 d6 8a 16 24 00 8a e8 c0 e4 06 0a cc b8 |......$.........|
  635. 00000140 01 02 cd 13 0f 82 19 00 8c c0 05 20 00 8e c0 66 |........... ...f|
  636. 00000150 ff 06 10 00 ff 0e 0e 00 0f 85 6f ff 07 1f 66 61 |..........o...fa|
  637. 00000160 c3 a0 f8 01 e8 09 00 a0 fb 01 e8 03 00 fb eb fe |................|
  638. 00000170 b4 01 8b f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 |.....<.t........|
  639. 00000180 eb f2 c3 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 |.....A disk read|
  640. 00000190 20 65 72 72 6f 72 20 6f 63 63 75 72 72 65 64 00 | error occurred.|
  641. 000001a0 0d 0a 4e 54 4c 44 52 20 69 73 20 6d 69 73 73 69 |..NTLDR is missi|
  642. 000001b0 6e 67 00 0d 0a 4e 54 4c 44 52 20 69 73 20 63 6f |ng...NTLDR is co|
  643. 000001c0 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 73 |mpressed...Press|
  644. 000001d0 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f | Ctrl+Alt+Del to|
  645. 000001e0 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 00 | restart........|
  646. 000001f0 00 00 00 00 00 00 00 00 83 a0 b3 c9 00 00 55 aa |..............U.|
  647. 00000200
  648. =================== df -Th:
  649. Filesystem Type Size Used Avail Use% Mounted on
  650. udev devtmpfs 944M 0 944M 0% /dev
  651. tmpfs tmpfs 193M 6.2M 187M 4% /run
  652. /dev/sda6 ext4 108G 67G 36G 66% /
  653. tmpfs tmpfs 964M 25M 939M 3% /dev/shm
  654. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  655. tmpfs tmpfs 964M 0 964M 0% /sys/fs/cgroup
  656. tmpfs tmpfs 193M 60K 193M 1% /run/user/1000
  657. /dev/sda1 fuseblk 212G 105G 107G 50% /mnt/boot-sav/sda1
  658. /dev/sda5 fuseblk 144G 78G 66G 55% /mnt/boot-sav/sda5
  659. =================== fdisk -l:
  660. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 64 MiB, 67108864 bytes, 131072 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. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  713. Units: sectors of 1 * 512 = 512 bytes
  714. Sector size (logical/physical): 512 bytes / 4096 bytes
  715. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  716. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  717. Units: sectors of 1 * 512 = 512 bytes
  718. Sector size (logical/physical): 512 bytes / 4096 bytes
  719. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  720. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  721. Units: sectors of 1 * 512 = 512 bytes
  722. Sector size (logical/physical): 512 bytes / 4096 bytes
  723. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  724. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  725. Units: sectors of 1 * 512 = 512 bytes
  726. Sector size (logical/physical): 512 bytes / 512 bytes
  727. I/O size (minimum/optimal): 512 bytes / 512 bytes
  728. Disklabel type: dos
  729. Disk identifier: 0xc3ffc3ff
  730. Device Boot Start End Sectors Size Id Type
  731. /dev/sda1 * 63 443002096 443002034 211.2G 7 HPFS/NTFS/exFAT
  732. /dev/sda2 443002878 976768064 533765187 254.5G f W95 Ext'd (LBA)
  733. /dev/sda5 675854613 976768064 300913452 143.5G 7 HPFS/NTFS/exFAT
  734. /dev/sda6 443002880 671811583 228808704 109.1G 83 Linux
  735. /dev/sda7 671813632 675854335 4040704 1.9G 82 Linux swap / Solaris
  736. Partition table entries are not in disk order.
  737. =================== Suggested repair
  738. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda6 into the MBR of sda.
  739. Additional repair would be performed: unhide-bootmenu-10s
  740. =================== Final advice in case of suggested repair
  741. [操作系统正在使用中 - Ubuntu 16.04.1 LTS]的引导文件距磁盘头部太远,你的BIOS可能无法检测到它们。 您可以创建一个/boot分区然后重试 (EXT4, >200MB, 磁盘起始位置). 这可以通过诸如 gParted 等工具来操作。 然后在 [引导修复][单独的/boot分区]中选择该分区。 (https://help.ubuntu.com/community/BootPartition)
  742. =================== User settings
  743. The settings chosen by the user will not act on the boot.
  744. paste.ubuntu.com ko (), using paste.debian
  745. paste.debian.net ko (), using paste2