1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Windows 7/8/2012 is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: ntfs
  6. Boot sector type: Windows 8/2012: NTFS
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files:
  10. sda2: __________________________________________________________________________
  11. File system:
  12. Boot sector type: Windows 8/2012: NTFS
  13. Boot sector info:
  14. Mounting failed: mount: unknown filesystem type ''
  15. sdb: ___________________________________________________________________________
  16. File system: vfat
  17. Boot sector type: SYSLINUX 4.07 2013-07-25
  18. Boot sector info: Syslinux looks at sector 30060 of /dev/sdb for its
  19. second stage. SYSLINUX is installed in the /uui
  20. directory. No errors found in the Boot Parameter Block.
  21. Operating System:
  22. Boot files: /boot/grub/grub.cfg /EFI/BOOT/grubx64.efi
  23. ============================ Drive/Partition Info: =============================
  24. Drive: sda _____________________________________________________________________
  25. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  26. Units: sectors of 1 * 512 = 512 bytes
  27. Sector size (logical/physical): 512 bytes / 4096 bytes
  28. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  29. Disklabel type: dos
  30. Partition Boot Start Sector End Sector # of Sectors Id System
  31. /dev/sda1 * 2,048 1,050,623 1,048,576 7 NTFS / exFAT / HPFS
  32. /dev/sda2 1,159,168 1,023,999,999 1,022,840,832 7 NTFS / exFAT / HPFS
  33. GUID Partition Table detected, but does not seem to be used.
  34. Partition Attrs Start Sector End Sector # of Sectors System
  35. /dev/sda1 2,048 1,050,623 1,048,576 Data partition (Windows/Linux)
  36. /dev/sda2 1,050,624 2,050,047 999,424 Data partition (Linux)
  37. /dev/sda3 2,050,048 1,953,523,711 1,951,473,664 Logical Volume Manager (LVM) partition (Linux)
  38. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  39. "blkid" output: ________________________________________________________________
  40. Device UUID TYPE LABEL
  41. /dev/loop0 acc06344-2314-7e48-9b97-6a8987ca4b7e ext2 casper-rw
  42. /dev/loop1 squashfs
  43. /dev/sda1 CC54238154236E00 ntfs
  44. /dev/sda2
  45. /dev/sdb 1EF2-1F54 vfat UUI
  46. ========================= "ls -l /dev/disk/by-id" output: ======================
  47. total 0
  48. lrwxrwxrwx 1 root root 9 Jan 4 01:24 ata-TOSHIBA_MQ01ABD100_Y5CYTRZDT -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Jan 4 01:25 ata-TOSHIBA_MQ01ABD100_Y5CYTRZDT-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Jan 4 01:24 ata-TOSHIBA_MQ01ABD100_Y5CYTRZDT-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 9 Jan 4 01:19 ata-hp_DVDRW_GUB0N_KZ4FAKE5048 -> ../../sr0
  52. lrwxrwxrwx 1 root root 9 Jan 4 01:24 usb-Kingston_DT_microDuo_3.0_1C6F654E4161BEC149268472-0:0 -> ../../sdb
  53. lrwxrwxrwx 1 root root 9 Jan 4 01:24 wwn-0x50000396a208404b -> ../../sda
  54. lrwxrwxrwx 1 root root 10 Jan 4 01:25 wwn-0x50000396a208404b-part1 -> ../../sda1
  55. lrwxrwxrwx 1 root root 10 Jan 4 01:24 wwn-0x50000396a208404b-part2 -> ../../sda2
  56. lrwxrwxrwx 1 root root 9 Jan 4 01:19 wwn-0x5001480000000000 -> ../../sr0
  57. ================================ Mount points: =================================
  58. Device Mount_Point Type Options
  59. /dev/loop1 /rofs squashfs (ro,noatime)
  60. /dev/sdb /cdrom vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  61. =========================== sdb/boot/grub/grub.cfg: ============================
  62. --------------------------------------------------------------------------------
  63. if loadfont /boot/grub/font.pf2 ; then
  64. set gfxmode=auto
  65. insmod efi_gop
  66. insmod efi_uga
  67. insmod gfxterm
  68. terminal_output gfxterm
  69. fi
  70. set menu_color_normal=white/black
  71. set menu_color_highlight=black/light-gray
  72. menuentry "Start Linux Mint 18 Xfce 64-bit" {
  73. set gfxpayload=keep
  74. linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper iso-scan/filename=${iso_path} quiet splash --
  75. initrd /casper/initrd.lz
  76. }
  77. menuentry "Start Linux Mint 18 Xfce 64-bit (compatibility mode)" {
  78. linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
  79. initrd /casper/initrd.lz
  80. }
  81. menuentry "OEM install (for manufacturers)" {
  82. set gfxpayload=keep
  83. linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed oem-config/enable=true only-ubiquity cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper iso-scan/filename=${iso_path} quiet splash --
  84. initrd /casper/initrd.lz
  85. }
  86. menuentry "Check the integrity of the medium" {
  87. linux /casper/vmlinuz cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
  88. initrd /casper/initrd.lz
  89. }
  90. --------------------------------------------------------------------------------
  91. ==================== sdb: Location of files loaded by Grub: ====================
  92. GiB - GB File Fragment(s)
  93. ?? = ?? boot/grub/grub.cfg 1
  94. =============================== StdErr Messages: ===============================
  95. File descriptor 9 (/proc/4028/mounts) leaked on lvs invocation. Parent PID 11591: bash
  96. File descriptor 63 (pipe:[43822]) leaked on lvs invocation. Parent PID 11591: bash
  97. ADDITIONAL INFORMATION :
  98. =================== log of boot-repair 2017-01-04__01h24 ===================
  99. boot-repair version : 4ppa40
  100. boot-sav version : 4ppa40
  101. glade2script version : 3.2.3~ppa1
  102. boot-sav-extra version :
  103. boot-repair is executed in live-session (Linux Mint 18 Sarah, sarah, LinuxMint, x86_64)
  104. CPU op-mode(s): 32-bit, 64-bit
  105. BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper iso-scan/filename= quiet splash --
  106. ls: cannot access '/home/usr/.config': No such file or directory
  107. ntfs_mst_post_read_fixup_warn: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
  108. Record 0 has no FILE magic (0x0)
  109. Failed to load $MFT: Input/output error
  110. Failed to mount '/dev/sda2': Input/output error
  111. NTFS is either inconsistent, or there is a hardware fault, or it's a
  112. SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
  113. then reboot into Windows twice. The usage of the /f parameter is very
  114. important! If the device is a SoftRAID/FakeRAID then first activate
  115. it and mount a different device under the /dev/mapper/ directory, (e.g.
  116. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
  117. for more details.
  118. mount /dev/sda2 : Error code 13
  119. mount -r /dev/sda2 /mnt/boot-sav/sda2
  120. ntfs_mst_post_read_fixup_warn: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
  121. Record 0 has no FILE magic (0x0)
  122. Failed to load $MFT: Input/output error
  123. Failed to mount '/dev/sda2': Input/output error
  124. NTFS is either inconsistent, or there is a hardware fault, or it's a
  125. SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
  126. then reboot into Windows twice. The usage of the /f parameter is very
  127. important! If the device is a SoftRAID/FakeRAID then first activate
  128. it and mount a different device under the /dev/mapper/ directory, (e.g.
  129. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
  130. for more details.
  131. mount -r /dev/sda2 : Error code 13
  132. =================== os-prober:
  133. =================== blkid:
  134. /dev/sda1: UUID="CC54238154236E00" TYPE="ntfs" PARTUUID="65f7ef6a-01"
  135. /dev/sdb: LABEL="UUI" UUID="1EF2-1F54" TYPE="vfat"
  136. /dev/loop0: LABEL="casper-rw" UUID="acc06344-2314-7e48-9b97-6a8987ca4b7e" TYPE="ext2"
  137. /dev/loop1: TYPE="squashfs"
  138. /dev/sda2: PARTUUID="65f7ef6a-02"
  139. ntfs_mst_post_read_fixup_warn: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
  140. Record 0 has no FILE magic (0x0)
  141. Failed to load $MFT: Input/output error
  142. Failed to mount '/dev/sda2': Input/output error
  143. NTFS is either inconsistent, or there is a hardware fault, or it's a
  144. SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
  145. then reboot into Windows twice. The usage of the /f parameter is very
  146. important! If the device is a SoftRAID/FakeRAID then first activate
  147. it and mount a different device under the /dev/mapper/ directory, (e.g.
  148. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
  149. for more details.
  150. mount /dev/sda2 : Error code 13
  151. mount -r /dev/sda2 /mnt/boot-sav/sda2
  152. ntfs_mst_post_read_fixup_warn: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
  153. Record 0 has no FILE magic (0x0)
  154. Failed to load $MFT: Input/output error
  155. Failed to mount '/dev/sda2': Input/output error
  156. NTFS is either inconsistent, or there is a hardware fault, or it's a
  157. SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
  158. then reboot into Windows twice. The usage of the /f parameter is very
  159. important! If the device is a SoftRAID/FakeRAID then first activate
  160. it and mount a different device under the /dev/mapper/ directory, (e.g.
  161. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
  162. for more details.
  163. mount -r /dev/sda2 : Error code 13
  164. =================== efibootmgr -v
  165. BootCurrent: 0000
  166. Timeout: 0 seconds
  167. BootOrder: 2001,2002,2004
  168. Boot0000* EFI USB Device (KingstonDT microDuo 3.0) PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)RC
  169. Boot2001* EFI USB Device RC
  170. =================== UEFI/Legacy mode:
  171. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  172. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  173. =================== PARTITIONS & DISKS:
  174. 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, 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.
  175. sda2 : sda, maybesepboot, 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/sda2.
  176. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
  177. =================== parted -l:
  178. Model: ATA TOSHIBA MQ01ABD1 (scsi)
  179. Disk /dev/sda: 1000GB
  180. Sector size (logical/physical): 512B/4096B
  181. Partition Table: msdos
  182. Disk Flags:
  183. Number Start End Size Type File system Flags
  184. 1 1049kB 538MB 537MB primary ntfs boot
  185. 2 593MB 524GB 524GB primary ntfs
  186. Model: Kingston DT microDuo 3.0 (scsi)
  187. Disk /dev/sdb: 15.7GB
  188. Sector size (logical/physical): 512B/512B
  189. Partition Table: loop
  190. Disk Flags:
  191. Number Start End Size File system Flags
  192. 1 0.00B 15.7GB 15.7GB fat32
  193. =================== parted -lm:
  194. BYT;
  195. /dev/sda:1000GB:scsi:512:4096:msdos:ATA TOSHIBA MQ01ABD1:;
  196. 1:1049kB:538MB:537MB:ntfs::boot;
  197. 2:593MB:524GB:524GB:ntfs::;
  198. BYT;
  199. /dev/sdb:15.7GB:scsi:512:512:loop:Kingston DT microDuo 3.0:;
  200. 1:0.00B:15.7GB:15.7GB:fat32::;
  201. =================== lsblk:
  202. KNAME TYPE FSTYPE SIZE LABEL
  203. sda disk 931.5G
  204. sda1 part ntfs 512M
  205. sda2 part 487.7G
  206. sdb disk vfat 14.7G UUI
  207. sr0 rom 1024M
  208. loop0 loop ext2 4G casper-rw
  209. loop1 loop squashfs 1.6G
  210. KNAME ROTA RO RM STATE MOUNTPOINT
  211. sda 1 0 0 running
  212. sda1 1 0 0 /mnt/boot-sav/sda1
  213. sda2 1 0 0
  214. sdb 1 0 1 running /cdrom
  215. sr0 1 0 1 running
  216. loop0 1 0 0
  217. loop1 1 0 0 /rofs
  218. =================== mount:
  219. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  220. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  221. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2958468k,nr_inodes=739617,mode=755)
  222. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  223. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=594576k,mode=755)
  224. /dev/sdb on /cdrom type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  225. /dev/loop1 on /rofs type squashfs (ro,noatime)
  226. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  227. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  228. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  229. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  230. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  231. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  232. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  233. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  234. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb,nsroot=/)
  235. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  236. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids,nsroot=/)
  237. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event,nsroot=/)
  238. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  239. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  240. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  241. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  242. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children,nsroot=/)
  243. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  244. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  245. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  246. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  247. mqueue on /dev/mqueue type mqueue (rw,relatime)
  248. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  249. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  250. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  251. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  252. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  253. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=594576k,mode=700,uid=999,gid=999)
  254. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  255. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  256. =================== ls:
  257. /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 size slaves stat subsystem trace uevent
  258. /sys/block/sdb (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
  259. /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
  260. /dev (filtered): acpi_thermal_rel 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 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 initctl input kmsg 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 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  261. ls /dev/mapper: control
  262. =================== hexdump -n512 -C /dev/sda1
  263. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  264. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  265. 00000020 00 00 00 00 80 00 80 00 ff ff 0f 00 00 00 00 00 |................|
  266. 00000030 00 96 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  267. 00000040 f6 00 00 00 01 00 00 00 00 6e 23 54 81 23 54 cc |.........n#T.#T.|
  268. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  269. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  270. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  271. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  272. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  273. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  274. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  275. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  276. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  277. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  278. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  279. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  280. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  281. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  282. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  283. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  284. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  285. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  286. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  287. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  288. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  289. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  290. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  291. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  292. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  293. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  294. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  295. 00000200
  296. =================== df -Th:
  297. Filesystem Type Size Used Avail Use% Mounted on
  298. udev devtmpfs 2.9G 0 2.9G 0% /dev
  299. tmpfs tmpfs 581M 8.7M 573M 2% /run
  300. /dev/sdb vfat 15G 5.6G 9.1G 39% /cdrom
  301. /dev/loop1 squashfs 1.6G 1.6G 0 100% /rofs
  302. /cow overlay 3.9G 381M 3.3G 11% /
  303. tmpfs tmpfs 2.9G 220K 2.9G 1% /dev/shm
  304. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  305. tmpfs tmpfs 2.9G 0 2.9G 0% /sys/fs/cgroup
  306. tmpfs tmpfs 2.9G 8.0K 2.9G 1% /tmp
  307. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  308. tmpfs tmpfs 581M 32K 581M 1% /run/user/999
  309. /dev/sda1 fuseblk 512M 75M 438M 15% /mnt/boot-sav/sda1
  310. =================== fdisk -l:
  311. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  312. Units: sectors of 1 * 512 = 512 bytes
  313. Sector size (logical/physical): 512 bytes / 4096 bytes
  314. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  315. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  316. Units: sectors of 1 * 512 = 512 bytes
  317. Sector size (logical/physical): 512 bytes / 4096 bytes
  318. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  319. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  320. Units: sectors of 1 * 512 = 512 bytes
  321. Sector size (logical/physical): 512 bytes / 4096 bytes
  322. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  323. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  324. Units: sectors of 1 * 512 = 512 bytes
  325. Sector size (logical/physical): 512 bytes / 4096 bytes
  326. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  327. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  328. Units: sectors of 1 * 512 = 512 bytes
  329. Sector size (logical/physical): 512 bytes / 4096 bytes
  330. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  331. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  332. Units: sectors of 1 * 512 = 512 bytes
  333. Sector size (logical/physical): 512 bytes / 4096 bytes
  334. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  335. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  336. Units: sectors of 1 * 512 = 512 bytes
  337. Sector size (logical/physical): 512 bytes / 4096 bytes
  338. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  339. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  340. Units: sectors of 1 * 512 = 512 bytes
  341. Sector size (logical/physical): 512 bytes / 4096 bytes
  342. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  343. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  344. Units: sectors of 1 * 512 = 512 bytes
  345. Sector size (logical/physical): 512 bytes / 4096 bytes
  346. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  347. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  348. Units: sectors of 1 * 512 = 512 bytes
  349. Sector size (logical/physical): 512 bytes / 4096 bytes
  350. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  351. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  352. Units: sectors of 1 * 512 = 512 bytes
  353. Sector size (logical/physical): 512 bytes / 4096 bytes
  354. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  355. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  356. Units: sectors of 1 * 512 = 512 bytes
  357. Sector size (logical/physical): 512 bytes / 4096 bytes
  358. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  359. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  360. Units: sectors of 1 * 512 = 512 bytes
  361. Sector size (logical/physical): 512 bytes / 4096 bytes
  362. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  363. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  364. Units: sectors of 1 * 512 = 512 bytes
  365. Sector size (logical/physical): 512 bytes / 4096 bytes
  366. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  367. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  368. Units: sectors of 1 * 512 = 512 bytes
  369. Sector size (logical/physical): 512 bytes / 4096 bytes
  370. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  371. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  372. Units: sectors of 1 * 512 = 512 bytes
  373. Sector size (logical/physical): 512 bytes / 4096 bytes
  374. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  375. Disk /dev/loop0: 4 GiB, 4287627264 bytes, 8374272 sectors
  376. Units: sectors of 1 * 512 = 512 bytes
  377. Sector size (logical/physical): 512 bytes / 512 bytes
  378. I/O size (minimum/optimal): 512 bytes / 512 bytes
  379. Disk /dev/loop1: 1.6 GiB, 1650786304 bytes, 3224192 sectors
  380. Units: sectors of 1 * 512 = 512 bytes
  381. Sector size (logical/physical): 512 bytes / 512 bytes
  382. I/O size (minimum/optimal): 512 bytes / 512 bytes
  383. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  384. Units: sectors of 1 * 512 = 512 bytes
  385. Sector size (logical/physical): 512 bytes / 4096 bytes
  386. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  387. Disklabel type: dos
  388. Disk identifier: 0x65f7ef6a
  389. Device Boot Start End Sectors Size Id Type
  390. /dev/sda1 * 2048 1050623 1048576 512M 7 HPFS/NTFS/exFAT
  391. /dev/sda2 1159168 1023999999 1022840832 487.7G 7 HPFS/NTFS/exFAT
  392. Disk /dev/sdb: 14.7 GiB, 15733161984 bytes, 30728832 sectors
  393. Units: sectors of 1 * 512 = 512 bytes
  394. Sector size (logical/physical): 512 bytes / 512 bytes
  395. I/O size (minimum/optimal): 512 bytes / 512 bytes
  396. Disklabel type: dos
  397. Disk identifier: 0x20ac7dda
  398. Device Boot Start End Sectors Size Id Type
  399. /dev/sdb1 3224498923 3657370039 432871117 206.4G 7 HPFS/NTFS/exFAT
  400. /dev/sdb2 3272020941 5225480974 1953460034 931.5G 16 Hidden FAT16
  401. /dev/sdb3 0 0 0 0B 6f unknown
  402. /dev/sdb4 50200576 974536369 924335794 440.8G 0 Empty
  403. Partition table entries are not in disk order.
  404. No OS or WinEFI system
  405. =================== Recommended repair
  406. The default repair of the Boot-Repair utility will not act on the boot.
  407. pastebinit packages needed
  408. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  409. W: The repository 'cdrom://Linux Mint 18 _Sarah_ - Release amd64 20160728 xenial Release' does not have a Release file.
  410. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_contrib_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_contrib_binary-amd64_Packages.xz failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  411. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_main_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_main_binary-amd64_Packages.xz failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  412. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_non-free_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_non-free_binary-amd64_Packages.xz failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  413. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_contrib_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_contrib_binary-amd64_Packages.bz2 failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  414. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_main_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_main_binary-amd64_Packages.bz2 failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  415. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_non-free_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_non-free_binary-amd64_Packages.bz2 failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  416. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_contrib_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_contrib_binary-amd64_Packages.lzma failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  417. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_main_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_main_binary-amd64_Packages.lzma failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  418. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_non-free_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_non-free_binary-amd64_Packages.lzma failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  419. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_contrib_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_contrib_binary-amd64_Packages.gz failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  420. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_main_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_main_binary-amd64_Packages.gz failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  421. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_non-free_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160728_dists_xenial_non-free_binary-amd64_Packages.gz failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  422. E: Failed to fetch cdrom://Linux Mint 18 _Sarah_ - Release amd64 20160728/dists/xenial/contrib/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
  423. E: Some index files failed to download. They have been ignored, or old ones used instead.
  424. W: --force-yes is deprecated, use one of the options starting with --allow instead.