1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 31Jan2013]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 34
  4. of the same hard drive for core.img. core.img is at this location and
  5. looks in partition 1 for (,gpt7)/boot/grub.
  6. sda1: __________________________________________________________________________
  7. File system: ntfs
  8. Boot sector type: Windows 8/2012: NTFS
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files:
  12. sda2: __________________________________________________________________________
  13. File system: vfat
  14. Boot sector type: Windows 8/2012: FAT32
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System:
  17. Boot files: /EFI/Boot/bootx64.efi /EFI/linuxmint/grubx64.efi
  18. /EFI/Microsoft/Boot/bootmgfw.efi
  19. /EFI/Microsoft/Boot/bootmgr.efi
  20. /EFI/Microsoft/Boot/memtest.efi
  21. sda3: __________________________________________________________________________
  22. File system:
  23. Boot sector type: -
  24. Boot sector info:
  25. Mounting failed: mount: unknown filesystem type ''
  26. sda4: __________________________________________________________________________
  27. File system: ntfs
  28. Boot sector type: Windows 8/2012: NTFS
  29. Boot sector info: No errors found in the Boot Parameter Block.
  30. Operating System: Windows 8
  31. Boot files: /bootmgr /Windows/System32/winload.exe
  32. sda5: __________________________________________________________________________
  33. File system: ntfs
  34. Boot sector type: Windows 8/2012: NTFS
  35. Boot sector info: No errors found in the Boot Parameter Block.
  36. Operating System:
  37. Boot files:
  38. sda6: __________________________________________________________________________
  39. File system:
  40. Boot sector type: -
  41. Boot sector info:
  42. Mounting failed: mount: unknown filesystem type ''
  43. mount: unknown filesystem type ''
  44. sda7: __________________________________________________________________________
  45. File system: ext4
  46. Boot sector type: -
  47. Boot sector info:
  48. Operating System: Linux Mint 14 Nadia
  49. Boot files: /boot/grub/grub.cfg /etc/fstab
  50. /boot/grub/i386-pc/core.img
  51. sda8: __________________________________________________________________________
  52. File system: BIOS Boot partition
  53. Boot sector type: Grub2's core.img
  54. Boot sector info:
  55. sda9: __________________________________________________________________________
  56. File system: swap
  57. Boot sector type: -
  58. Boot sector info:
  59. ============================ Drive/Partition Info: =============================
  60. Drive: sda _____________________________________________________________________
  61. Disk /dev/sda: 256.1 GB, 256060514304 bytes
  62. 255 heads, 63 sectors/track, 31130 cylinders, total 500118192 sectors
  63. Units = sectors of 1 * 512 = 512 bytes
  64. Sector size (logical/physical): 512 bytes / 512 bytes
  65. Partition Boot Start Sector End Sector # of Sectors Id System
  66. /dev/sda1 1 500,118,191 500,118,191 ee GPT
  67. GUID Partition Table detected.
  68. Partition Start Sector End Sector # of Sectors System
  69. /dev/sda1 2,048 616,447 614,400 Windows Recovery Environment (Windows)
  70. /dev/sda2 616,448 1,148,927 532,480 EFI System partition
  71. /dev/sda3 1,148,928 1,411,071 262,144 Microsoft Reserved Partition (Windows)
  72. /dev/sda4 1,411,072 235,786,071 234,375,000 Data partition (Windows/Linux)
  73. /dev/sda5 481,587,200 495,923,199 14,336,000 Windows Recovery Environment (Windows)
  74. /dev/sda6 495,923,200 500,117,503 4,194,304 Intel Fast Flash (iFFS) partition (for Intel Rapid Start technology)
  75. /dev/sda7 247,211,854 481,586,854 234,375,001 Data partition (Windows/Linux)
  76. /dev/sda8 34 1,987 1,954 BIOS Boot partition
  77. /dev/sda9 235,786,072 247,211,853 11,425,782 Swap partition (Linux)
  78. "blkid" output: ________________________________________________________________
  79. Device UUID TYPE LABEL
  80. /dev/sda1 6E1A5B0D1A5AD1A7 ntfs Windows RE tools
  81. /dev/sda2 285C-E0F2 vfat SYSTEM
  82. /dev/sda4 90AA5FD6AA5FB804 ntfs Windows
  83. /dev/sda5 D40260BE0260A6E8 ntfs Recovery image
  84. /dev/sda7 0bb607f1-dba3-42ba-8cf0-37489af5e409 ext4
  85. /dev/sda9 2a0f828c-926a-4591-ae9c-6c69d2542853 swap
  86. ================================ Mount points: =================================
  87. Device Mount_Point Type Options
  88. /dev/sda7 / ext4 (rw,errors=remount-ro)
  89. =========================== sda7/boot/grub/grub.cfg: ===========================
  90. --------------------------------------------------------------------------------
  91. #
  92. # DO NOT EDIT THIS FILE
  93. #
  94. # It is automatically generated by grub-mkconfig using templates
  95. # from /etc/grub.d and settings from /etc/default/grub
  96. #
  97. ### BEGIN /etc/grub.d/00_header ###
  98. if [ -s $prefix/grubenv ]; then
  99. set have_grubenv=true
  100. load_env
  101. fi
  102. set default="0"
  103. if [ x"${feature_menuentry_id}" = xy ]; then
  104. menuentry_id_option="--id"
  105. else
  106. menuentry_id_option=""
  107. fi
  108. export menuentry_id_option
  109. if [ "${prev_saved_entry}" ]; then
  110. set saved_entry="${prev_saved_entry}"
  111. save_env saved_entry
  112. set prev_saved_entry=
  113. save_env prev_saved_entry
  114. set boot_once=true
  115. fi
  116. function savedefault {
  117. if [ -z "${boot_once}" ]; then
  118. saved_entry="${chosen}"
  119. save_env saved_entry
  120. fi
  121. }
  122. function recordfail {
  123. set recordfail=1
  124. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  125. }
  126. function load_video {
  127. if [ x$feature_all_video_module = xy ]; then
  128. insmod all_video
  129. else
  130. insmod efi_gop
  131. insmod efi_uga
  132. insmod ieee1275_fb
  133. insmod vbe
  134. insmod vga
  135. insmod video_bochs
  136. insmod video_cirrus
  137. fi
  138. }
  139. if [ x$feature_default_font_path = xy ] ; then
  140. font=unicode
  141. else
  142. insmod part_gpt
  143. insmod ext2
  144. set root='hd0,gpt7'
  145. if [ x$feature_platform_search_hint = xy ]; then
  146. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 0bb607f1-dba3-42ba-8cf0-37489af5e409
  147. else
  148. search --no-floppy --fs-uuid --set=root 0bb607f1-dba3-42ba-8cf0-37489af5e409
  149. fi
  150. font="/usr/share/grub/unicode.pf2"
  151. fi
  152. if loadfont $font ; then
  153. set gfxmode=auto
  154. load_video
  155. insmod gfxterm
  156. set locale_dir=$prefix/locale
  157. set lang=en_NZ
  158. insmod gettext
  159. fi
  160. terminal_output gfxterm
  161. if [ "${recordfail}" = 1 ]; then
  162. set timeout=-1
  163. else
  164. set timeout=10
  165. fi
  166. ### END /etc/grub.d/00_header ###
  167. ### BEGIN /etc/grub.d/05_debian_theme ###
  168. set menu_color_normal=white/black
  169. set menu_color_highlight=black/light-gray
  170. ### END /etc/grub.d/05_debian_theme ###
  171. ### BEGIN /etc/grub.d/10_linux ###
  172. function gfxmode {
  173. set gfxpayload="$1"
  174. if [ "$1" = "keep" ]; then
  175. set vt_handoff=vt.handoff=7
  176. else
  177. set vt_handoff=
  178. fi
  179. }
  180. if [ ${recordfail} != 1 ]; then
  181. if [ -e ${prefix}/gfxblacklist.txt ]; then
  182. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  183. if [ ${match} = 0 ]; then
  184. set linux_gfx_mode=keep
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. else
  192. set linux_gfx_mode=keep
  193. fi
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. export linux_gfx_mode
  198. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  199. menuentry 'Linux Mint 14 Cinnamon 64-bit, 3.5.0-17-generic (/dev/sda7)' --class linuxmint --class gnu-linux --class gnu --class os {
  200. recordfail
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. insmod part_gpt
  204. insmod ext2
  205. set root='hd0,gpt7'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 0bb607f1-dba3-42ba-8cf0-37489af5e409
  208. else
  209. search --no-floppy --fs-uuid --set=root 0bb607f1-dba3-42ba-8cf0-37489af5e409
  210. fi
  211. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=0bb607f1-dba3-42ba-8cf0-37489af5e409 ro quiet splash $vt_handoff
  212. initrd /boot/initrd.img-3.5.0-17-generic
  213. }
  214. menuentry 'Linux Mint 14 Cinnamon 64-bit, 3.5.0-17-generic (/dev/sda7) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  215. recordfail
  216. insmod gzio
  217. insmod part_gpt
  218. insmod ext2
  219. set root='hd0,gpt7'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 0bb607f1-dba3-42ba-8cf0-37489af5e409
  222. else
  223. search --no-floppy --fs-uuid --set=root 0bb607f1-dba3-42ba-8cf0-37489af5e409
  224. fi
  225. echo 'Loading Linux 3.5.0-17-generic ...'
  226. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=0bb607f1-dba3-42ba-8cf0-37489af5e409 ro recovery nomodeset
  227. echo 'Loading initial ramdisk ...'
  228. initrd /boot/initrd.img-3.5.0-17-generic
  229. }
  230. ### END /etc/grub.d/10_linux ###
  231. ### BEGIN /etc/grub.d/20_linux_xen ###
  232. ### END /etc/grub.d/20_linux_xen ###
  233. ### BEGIN /etc/grub.d/30_os-prober ###
  234. ### END /etc/grub.d/30_os-prober ###
  235. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  236. ### END /etc/grub.d/30_uefi-firmware ###
  237. ### BEGIN /etc/grub.d/40_custom ###
  238. # This file provides an easy way to add custom menu entries. Simply type the
  239. # menu entries you want to add after this comment. Be careful not to change
  240. # the 'exec tail' line above.
  241. ### END /etc/grub.d/40_custom ###
  242. ### BEGIN /etc/grub.d/41_custom ###
  243. if [ -f ${config_directory}/custom.cfg ]; then
  244. source ${config_directory}/custom.cfg
  245. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  246. source $prefix/custom.cfg;
  247. fi
  248. ### END /etc/grub.d/41_custom ###
  249. --------------------------------------------------------------------------------
  250. =============================== sda7/etc/fstab: ================================
  251. --------------------------------------------------------------------------------
  252. # /etc/fstab: static file system information.
  253. #
  254. # Use 'blkid' to print the universally unique identifier for a
  255. # device; this may be used with UUID= as a more robust way to name devices
  256. # that works even if disks are added and removed. See fstab(5).
  257. #
  258. # <file system> <mount point> <type> <options> <dump> <pass>
  259. proc /proc proc nodev,noexec,nosuid 0 0
  260. # / was on /dev/sda7 during installation
  261. UUID=0bb607f1-dba3-42ba-8cf0-37489af5e409 / ext4 errors=remount-ro 0 1
  262. # swap was on /dev/sda9 during installation
  263. UUID=2a0f828c-926a-4591-ae9c-6c69d2542853 none swap sw 0 0
  264. #UUID=285C-E0F2 /boot/efi vfat defaults 0 1
  265. --------------------------------------------------------------------------------
  266. =================== sda7: Location of files loaded by Grub: ====================
  267. GiB - GB File Fragment(s)
  268. 144.155714989 = 154.786020352 boot/grub/grub.cfg 1
  269. 218.220210075 = 234.312166400 boot/grub/i386-pc/core.img 1
  270. 202.013548851 = 216.910396416 boot/vmlinuz-3.5.0-17-generic 1
  271. 202.013548851 = 216.910396416 vmlinuz 1
  272. 135.136164665 = 145.101351936 boot/initrd.img-3.5.0-17-generic 1
  273. 135.136164665 = 145.101351936 initrd.img 1
  274. 135.136164665 = 145.101351936 initrd.img.old 1
  275. =============================== StdErr Messages: ===============================
  276. cat: write error: Broken pipe
  277. ADDITIONAL INFORMATION :
  278. =================== log of boot-repair 2013-02-26__12h36 ===================
  279. boot-repair version : 3.197~ppa32~quantal
  280. boot-sav version : 3.197~ppa32~quantal
  281. glade2script version : 3.2.2~ppa45~quantal
  282. boot-sav-extra version : 3.197~ppa32~quantal
  283. boot-repair is executed in installed-session (Linux Mint 14 Nadia, nadia, LinuxMint, x86_64)
  284. CPU op-mode(s): 32-bit, 64-bit
  285. BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic root=UUID=0bb607f1-dba3-42ba-8cf0-37489af5e409 ro quiet splash vt.handoff=7
  286. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  287. =================== os-prober:
  288. /dev/sda7:The OS now in use - Linux Mint 14 Nadia CurrentSession:linux
  289. =================== blkid:
  290. /dev/sda1: LABEL="Windows RE tools" UUID="6E1A5B0D1A5AD1A7" TYPE="ntfs"
  291. /dev/sda2: LABEL="SYSTEM" UUID="285C-E0F2" TYPE="vfat"
  292. /dev/sda4: LABEL="Windows" UUID="90AA5FD6AA5FB804" TYPE="ntfs"
  293. /dev/sda5: LABEL="Recovery image" UUID="D40260BE0260A6E8" TYPE="ntfs"
  294. /dev/sda7: UUID="0bb607f1-dba3-42ba-8cf0-37489af5e409" TYPE="ext4"
  295. /dev/sda9: UUID="2a0f828c-926a-4591-ae9c-6c69d2542853" TYPE="swap"
  296. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  297. Windows not detected by os-prober on sda4.
  298. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  299. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  300. =================== /etc/default/grub :
  301. # If you change this file, run 'update-grub' afterwards to update
  302. # /boot/grub/grub.cfg.
  303. # For full documentation of the options in this file, see:
  304. # info -f grub -n 'Simple configuration'
  305. GRUB_DEFAULT=0
  306. #GRUB_HIDDEN_TIMEOUT=0
  307. GRUB_HIDDEN_TIMEOUT_QUIET=true
  308. GRUB_TIMEOUT=10
  309. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  310. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  311. GRUB_CMDLINE_LINUX=""
  312. # Uncomment to enable BadRAM filtering, modify to suit your needs
  313. # This works with Linux (no patch required) and with any kernel that obtains
  314. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  315. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  316. # Uncomment to disable graphical terminal (grub-pc only)
  317. #GRUB_TERMINAL=console
  318. # The resolution used on graphical terminal
  319. # note that you can use only modes which your graphic card supports via VBE
  320. # you can see them in real GRUB with the command `vbeinfo'
  321. #GRUB_GFXMODE=640x480
  322. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  323. #GRUB_DISABLE_LINUX_UUID=true
  324. # Uncomment to disable generation of recovery mode menu entries
  325. #GRUB_DISABLE_RECOVERY="true"
  326. # Uncomment to get a beep at grub start
  327. #GRUB_INIT_TUNE="480 440 1"
  328. =================== /etc/grub.d/ :
  329. drwxr-xr-x 2 root root 4096 Feb 26 12:00 grub.d
  330. drwxr-xr-x 2 root root 4096 Feb 18 23:18 grub.d.bak
  331. total 64
  332. -rwxr-xr-x 1 root root 7541 Oct 15 06:36 00_header
  333. -rwxr-xr-x 1 root root 5488 Oct 4 22:30 05_debian_theme
  334. -rwxr-xr-x 1 root root 7500 Feb 26 12:20 10_linux
  335. -rwxr-xr-x 1 root root 10258 Oct 15 06:36 20_linux_xen
  336. -rwxr-xr-x 1 root root 10976 Oct 15 06:36 30_os-prober
  337. -rwxr-xr-x 1 root root 1426 Oct 15 06:36 30_uefi-firmware
  338. -rwxr-xr-x 1 root root 214 Oct 15 06:36 40_custom
  339. -rwxr-xr-x 1 root root 216 Oct 15 06:36 41_custom
  340. -rw-r--r-- 1 root root 483 Oct 15 06:36 README
  341. =================== No kernel in /mnt/boot-sav/sda2/boot:
  342. boot.sdi
  343. Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootmgfw.efi
  344. Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bootx64.efi
  345. =================== UEFI/Legacy mode:
  346. BIOS is EFI-compatible, but it is not setup in EFI-mode for this installed-session.
  347. SecureBoot disabled.
  348. =================== PARTITIONS & DISKS:
  349. sda7 : sda, not-sepboot, grubenv-ok grub2, 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, .
  350. sda1 : 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, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  351. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-kernel, no-os, is-correct-EFI, 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.
  352. sda4 : 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, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda4.
  353. 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, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda5.
  354. sda : GPT, BIOS_boot, has-correctEFI, not-usb, has-os, 34 sectors * 512 bytes
  355. =================== parted -l:
  356. Model: ATA TOSHIBA THNSNS25 (scsi)
  357. Disk /dev/sda: 256GB
  358. Sector size (logical/physical): 512B/512B
  359. Partition Table: gpt
  360. Number Start End Size File system Name Flags
  361. 8 17.4kB 1018kB 1000kB bios_grub
  362. 1 1049kB 316MB 315MB ntfs Basic data partition hidden, diag
  363. 2 316MB 588MB 273MB fat32 EFI system partition boot
  364. 3 588MB 722MB 134MB Microsoft reserved partition msftres
  365. 4 722MB 121GB 120GB ntfs Basic data partition
  366. 9 121GB 127GB 5850MB linux-swap(v1)
  367. 7 127GB 247GB 120GB ext4
  368. 5 247GB 254GB 7340MB ntfs Basic data partition hidden, diag
  369. 6 254GB 256GB 2147MB Basic data partition hidden
  370. =================== parted -lm:
  371. BYT;
  372. /dev/sda:256GB:scsi:512:512:gpt:ATA TOSHIBA THNSNS25;
  373. 8:17.4kB:1018kB:1000kB:::bios_grub;
  374. 1:1049kB:316MB:315MB:ntfs:Basic data partition:hidden, diag;
  375. 2:316MB:588MB:273MB:fat32:EFI system partition:boot;
  376. 3:588MB:722MB:134MB::Microsoft reserved partition:msftres;
  377. 4:722MB:121GB:120GB:ntfs:Basic data partition:;
  378. 9:121GB:127GB:5850MB:linux-swap(v1)::;
  379. 7:127GB:247GB:120GB:ext4::;
  380. 5:247GB:254GB:7340MB:ntfs:Basic data partition:hidden, diag;
  381. 6:254GB:256GB:2147MB::Basic data partition:hidden;
  382. =================== mount:
  383. /dev/sda7 on / type ext4 (rw,errors=remount-ro)
  384. proc on /proc type proc (rw,noexec,nosuid,nodev)
  385. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  386. none on /sys/fs/fuse/connections type fusectl (rw)
  387. none on /sys/kernel/debug type debugfs (rw)
  388. none on /sys/kernel/security type securityfs (rw)
  389. udev on /dev type devtmpfs (rw,mode=0755)
  390. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  391. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  392. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  393. none on /run/shm type tmpfs (rw,nosuid,nodev)
  394. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  395. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  396. gvfsd-fuse on /run/user/funkdified/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=funkdified)
  397. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  398. /dev/sda2 on /mnt/boot-sav/sda2 type vfat (rw)
  399. /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  400. /dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  401. =================== ls:
  402. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 size slaves stat subsystem trace uevent
  403. /dev (filtered): alarm ashmem autofs binder block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sg0 shm snapshot snd stderr stdin stdout uinput urandom usb v4l vga_arbiter vhost-net video0 zero
  404. ls /dev/mapper: control
  405. =================== hexdump -n512 -C /dev/sda1
  406. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  407. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  408. 00000020 00 00 00 00 80 00 80 00 ff 5f 09 00 00 00 00 00 |........._......|
  409. 00000030 00 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |.d..............|
  410. 00000040 f6 00 00 00 01 00 00 00 a7 d1 5a 1a 0d 5b 1a 6e |..........Z..[.n|
  411. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  412. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  413. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  414. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  415. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  416. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  417. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  418. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  419. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  420. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  421. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  422. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  423. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  424. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  425. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  426. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  427. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  428. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  429. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  430. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  431. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  432. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  433. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  434. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  435. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  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 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  438. 00000200
  439. Files in /mnt/boot-sav/sda2/efi: /mnt/boot-sav/sda2/efi/linuxmint/grubx64.efi /mnt/boot-sav/sda2/efi/linuxmint /mnt/boot-sav/sda2/efi/Boot/bootx64.efi /mnt/boot-sav/sda2/efi/Boot /mnt/boot-sav/sda2/efi/Microsoft/Boot/memtest.efi /mnt/boot-sav/sda2/efi/Microsoft/Boot/bootmgr.efi /mnt/boot-sav/sda2/efi/Microsoft/Boot/boot.stl /mnt/boot-sav/sda2/efi/Microsoft/Boot/BCD.LOG2 /mnt/boot-sav/sda2/efi/Microsoft/Boot/BCD.LOG1 /mnt/boot-sav/sda2/efi/Microsoft/Boot/BCD.LOG /mnt/boot-sav/sda2/efi/Microsoft/Boot/BCD /mnt/boot-sav/sda2/efi/Microsoft/Boot/Resources/en-US/bootres.dll.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/Resources/en-US /mnt/boot-sav/sda2/efi/Microsoft/Boot/Resources/bootres.dll /mnt/boot-sav/sda2/efi/Microsoft/Boot/Resources /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/wgl4_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/segoe_slboot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/segoen_slboot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/segmono_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/msyh_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/msyhn_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/msjh_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/msjhn_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/meiryo_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/meiryon_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/malgun_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/malgunn_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/kor_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/jpn_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/cht_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts/chs_boot.ttf /mnt/boot-sav/sda2/efi/Microsoft/Boot/Fonts /mnt/boot-sav/sda2/efi/Microsoft/Boot/BOOTSTAT.DAT /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-TW/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-TW/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-TW/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-TW /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-HK/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-HK/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-HK/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-HK /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-CN/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-CN/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-CN/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/zh-CN /mnt/boot-sav/sda2/efi/Microsoft/Boot/uk-UA/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/uk-UA/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/uk-UA /mnt/boot-sav/sda2/efi/Microsoft/Boot/tr-TR/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/tr-TR/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/tr-TR/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/tr-TR /mnt/boot-sav/sda2/efi/Microsoft/Boot/sv-SE/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/sv-SE/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/sv-SE/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/sv-SE /mnt/boot-sav/sda2/efi/Microsoft/Boot/sr-Latn-CS/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/sr-Latn-CS/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/sr-Latn-CS /mnt/boot-sav/sda2/efi/Microsoft/Boot/sl-SI/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/sl-SI/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/sl-SI /mnt/boot-sav/sda2/efi/Microsoft/Boot/sk-SK/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/sk-SK/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/sk-SK /mnt/boot-sav/sda2/efi/Microsoft/Boot/ru-RU/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/ru-RU/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/ru-RU/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/ru-RU /mnt/boot-sav/sda2/efi/Microsoft/Boot/ro-RO/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/ro-RO/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/ro-RO /mnt/boot-sav/sda2/efi/Microsoft/Boot/qps-ploc/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/qps-ploc/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/qps-ploc/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/qps-ploc /mnt/boot-sav/sda2/efi/Microsoft/Boot/pt-PT/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/pt-PT/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/pt-PT/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/pt-PT /mnt/boot-sav/sda2/efi/Microsoft/Boot/pt-BR/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/pt-BR/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/pt-BR/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/pt-BR /mnt/boot-sav/sda2/efi/Microsoft/Boot/pl-PL/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/pl-PL/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/pl-PL/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/pl-PL /mnt/boot-sav/sda2/efi/Microsoft/Boot/nl-NL/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/nl-NL/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/nl-NL/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/nl-NL /mnt/boot-sav/sda2/efi/Microsoft/Boot/nb-NO/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/nb-NO/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/nb-NO/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/nb-NO /mnt/boot-sav/sda2/efi/Microsoft/Boot/lv-LV/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/lv-LV/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/lv-LV /mnt/boot-sav/sda2/efi/Microsoft/Boot/lt-LT/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/lt-LT/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/lt-LT /mnt/boot-sav/sda2/efi/Microsoft/Boot/ko-KR/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/ko-KR/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/ko-KR/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/ko-KR /mnt/boot-sav/sda2/efi/Microsoft/Boot/ja-JP/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/ja-JP/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/ja-JP/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/ja-JP /mnt/boot-sav/sda2/efi/Microsoft/Boot/it-IT/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/it-IT/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/it-IT/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/it-IT /mnt/boot-sav/sda2/efi/Microsoft/Boot/hu-HU/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/hu-HU/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/hu-HU/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/hu-HU /mnt/boot-sav/sda2/efi/Microsoft/Boot/hr-HR/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/hr-HR/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/hr-HR /mnt/boot-sav/sda2/efi/Microsoft/Boot/fr-FR/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/fr-FR/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/fr-FR/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/fr-FR /mnt/boot-sav/sda2/efi/Microsoft/Boot/fi-FI/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/fi-FI/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/fi-FI/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/fi-FI /mnt/boot-sav/sda2/efi/Microsoft/Boot/et-EE/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/et-EE/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/et-EE /mnt/boot-sav/sda2/efi/Microsoft/Boot/es-ES/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/es-ES/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/es-ES/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/es-ES /mnt/boot-sav/sda2/efi/Microsoft/Boot/en-US/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/en-US/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/en-US/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/en-US /mnt/boot-sav/sda2/efi/Microsoft/Boot/en-GB/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/en-GB/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/en-GB /mnt/boot-sav/sda2/efi/Microsoft/Boot/el-GR/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/el-GR/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/el-GR/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/el-GR /mnt/boot-sav/sda2/efi/Microsoft/Boot/de-DE/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/de-DE/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/de-DE/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/de-DE /mnt/boot-sav/sda2/efi/Microsoft/Boot/da-DK/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/da-DK/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/da-DK/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/da-DK /mnt/boot-sav/sda2/efi/Microsoft/Boot/cs-CZ/memtest.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/cs-CZ/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/cs-CZ /mnt/boot-sav/sda2/efi/Microsoft/Boot/bootmgfw.efi /mnt/boot-sav/sda2/efi/Microsoft/Boot/bg-BG/bootmgr.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/bg-BG/bootmgfw.efi.mui /mnt/boot-sav/sda2/efi/Microsoft/Boot/bg-BG /mnt/boot-sav/sda2/efi/Microsoft/Boot /mnt/boot-sav/sda2/efi/Microsoft /mnt/boot-sav/sda2/efi
  440. =================== hexdump -n512 -C /dev/sda2
  441. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 fe 1b |.X.MSDOS5.0.....|
  442. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 68 09 00 |........?....h..|
  443. 00000020 00 20 08 00 01 02 00 00 00 00 00 00 02 00 00 00 |. ..............|
  444. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  445. 00000040 80 00 29 f2 e0 5c 28 4e 4f 20 4e 41 4d 45 20 20 |..)..(NO NAME |
  446. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  447. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  448. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  449. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  450. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  451. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  452. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  453. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  454. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  455. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  456. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  457. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  458. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  459. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  460. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  461. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  462. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  463. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  464. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  465. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  466. *
  467. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
  468. 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
  469. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  470. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  471. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  472. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  473. 00000200
  474. =================== hexdump -n512 -C /dev/sda4
  475. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  476. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 88 15 00 |........?.......|
  477. 00000020 00 00 00 00 80 00 80 00 50 47 f8 0d 00 00 00 00 |........PG......|
  478. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  479. 00000040 f6 00 00 00 01 00 00 00 04 b8 5f aa d6 5f aa 90 |.........._.._..|
  480. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  481. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  482. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  483. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  484. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  485. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  486. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  487. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  488. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  489. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  490. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  491. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  492. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  493. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  494. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  495. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  496. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  497. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  498. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  499. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  500. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  501. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  502. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  503. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  504. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  505. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  506. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  507. 00000200
  508. =================== hexdump -n512 -C /dev/sda5
  509. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  510. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 70 b4 1c |........?....p..|
  511. 00000020 00 00 00 00 80 00 80 00 ff bf da 00 00 00 00 00 |................|
  512. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  513. 00000040 f6 00 00 00 01 00 00 00 e8 a6 60 02 be 60 02 d4 |..........`..`..|
  514. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  515. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  516. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  517. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  518. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  519. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  520. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  521. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  522. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  523. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  524. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  525. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  526. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  527. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  528. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  529. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  530. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  531. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  532. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  533. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  534. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  535. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  536. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  537. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  538. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  539. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  540. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  541. 00000200
  542. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  543. =================== df -Th:
  544. Filesystem Type Size Used Avail Use% Mounted on
  545. /dev/sda7 ext4 111G 9.6G 95G 10% /
  546. udev devtmpfs 1.9G 12K 1.9G 1% /dev
  547. tmpfs tmpfs 769M 1012K 768M 1% /run
  548. none tmpfs 5.0M 0 5.0M 0% /run/lock
  549. none tmpfs 1.9G 3.4M 1.9G 1% /run/shm
  550. none tmpfs 100M 12K 100M 1% /run/user
  551. /dev/sda1 fuseblk 300M 222M 79M 74% /mnt/boot-sav/sda1
  552. /dev/sda2 vfat 256M 28M 229M 11% /mnt/boot-sav/sda2
  553. /dev/sda4 fuseblk 112G 77G 36G 69% /mnt/boot-sav/sda4
  554. /dev/sda5 fuseblk 6.9G 5.2G 1.7G 76% /mnt/boot-sav/sda5
  555. =================== fdisk -l:
  556. Disk /dev/sda: 256.1 GB, 256060514304 bytes
  557. 255 heads, 63 sectors/track, 31130 cylinders, total 500118192 sectors
  558. Units = sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 512 bytes
  560. I/O size (minimum/optimal): 512 bytes / 512 bytes
  561. Disk identifier: 0xfb87e4d2
  562. Device Boot Start End Blocks Id System
  563. /dev/sda1 1 500118191 250059095+ ee GPT
  564. EFI detected. Please check the options.
  565. =================== Advice displayed in case of recommended repair
  566. The boot of your PC is in Legacy mode. You may want to retry after changing it to EFI mode.
  567. Do you want to continue?
  568. =================== Final advice in case of recommended repair
  569. Please do not forget to make your BIOS boot on sda2/efi/.../grub*.efi file!
  570. The boot files of [The OS now in use - Linux Mint 14 Nadia] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)
  571. =================== Default settings
  572. Recommended-Repair
  573. This setting would purge (in order to fix packages unsign-grub) and reinstall the grub-efi of sda7, using the following options: sda2/boot/efi,
  574. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot backup-and-rename-efi-files
  575. =================== Settings chosen by the user
  576. Boot-Info
  577. This setting will not act on the MBR.
  578. No change has been performed on your computer.