1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: vfat
  7. Boot sector type: FAT32
  8. Boot sector info: No errors found in the Boot Parameter Block.
  9. Operating System:
  10. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  11. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  12. sda2: __________________________________________________________________________
  13. File system: ntfs
  14. Boot sector type: Windows 8/2012: NTFS
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System:
  17. Boot files:
  18. sdb1: __________________________________________________________________________
  19. File system: vfat
  20. Boot sector type: SYSLINUX 6.03
  21. Boot sector info: Syslinux looks at sector 32792 of /dev/sdb1 for its
  22. second stage. The integrity check of Syslinux failed.
  23. No errors found in the Boot Parameter Block.
  24. Operating System:
  25. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  26. /EFI/BOOT/grubx64.efi /ldlinux.sys
  27. ============================ Drive/Partition Info: =============================
  28. Drive: sda _____________________________________________________________________
  29. Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
  30. Units: sectors of 1 * 512 = 512 bytes
  31. Sector size (logical/physical): 512 bytes / 4096 bytes
  32. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  33. Disklabel type: gpt
  34. Partition Boot Start Sector End Sector # of Sectors Id System
  35. /dev/sda1 1 3,907,029,167 3,907,029,167 ee GPT
  36. GUID Partition Table detected.
  37. Partition Attrs Start Sector End Sector # of Sectors System
  38. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  39. /dev/sda2 1,050,624 3,907,026,943 3,905,976,320 Data partition (Windows/Linux)
  40. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  41. Drive: sdb _____________________________________________________________________
  42. Disk /dev/sdb: 7.5 GiB, 8002732032 bytes, 15630336 sectors
  43. Units: sectors of 1 * 512 = 512 bytes
  44. Sector size (logical/physical): 512 bytes / 512 bytes
  45. I/O size (minimum/optimal): 512 bytes / 512 bytes
  46. Disklabel type: dos
  47. Partition Boot Start Sector End Sector # of Sectors Id System
  48. /dev/sdb1 * 2,048 15,630,335 15,628,288 c W95 FAT32 (LBA)
  49. "blkid" output: ________________________________________________________________
  50. Device UUID TYPE LABEL
  51. /dev/loop0 squashfs
  52. /dev/sda1 1BA4-9C9C vfat
  53. /dev/sda2 162C301D2C2FF701 ntfs New Volume
  54. /dev/sdb1 4882-86CC vfat UBUNTU 16_0
  55. ========================= "ls -l /dev/disk/by-id" output: ======================
  56. total 0
  57. lrwxrwxrwx 1 root root 9 Oct 19 09:34 ata-TOSHIBA_DT01ACA200_86Q6L4EGS -> ../../sda
  58. lrwxrwxrwx 1 root root 10 Oct 19 09:34 ata-TOSHIBA_DT01ACA200_86Q6L4EGS-part1 -> ../../sda1
  59. lrwxrwxrwx 1 root root 10 Oct 19 09:34 ata-TOSHIBA_DT01ACA200_86Q6L4EGS-part2 -> ../../sda2
  60. lrwxrwxrwx 1 root root 9 Oct 19 09:34 usb-SanDisk_Cruzer_Facet_4C531000630205118295-0:0 -> ../../sdb
  61. lrwxrwxrwx 1 root root 10 Oct 19 09:34 usb-SanDisk_Cruzer_Facet_4C531000630205118295-0:0-part1 -> ../../sdb1
  62. lrwxrwxrwx 1 root root 9 Oct 19 09:34 wwn-0x5000039fe5c2fe55 -> ../../sda
  63. lrwxrwxrwx 1 root root 10 Oct 19 09:34 wwn-0x5000039fe5c2fe55-part1 -> ../../sda1
  64. lrwxrwxrwx 1 root root 10 Oct 19 09:34 wwn-0x5000039fe5c2fe55-part2 -> ../../sda2
  65. ================================ Mount points: =================================
  66. Device Mount_Point Type Options
  67. /dev/loop0 /rofs squashfs (ro,noatime)
  68. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  69. =========================== sdb1/boot/grub/grub.cfg: ===========================
  70. --------------------------------------------------------------------------------
  71. if loadfont /boot/grub/font.pf2 ; then
  72. set gfxmode=auto
  73. insmod efi_gop
  74. insmod efi_uga
  75. insmod gfxterm
  76. terminal_output gfxterm
  77. fi
  78. set menu_color_normal=white/black
  79. set menu_color_highlight=black/light-gray
  80. menuentry "Try Ubuntu without installing" {
  81. set gfxpayload=keep
  82. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  83. initrd /casper/initrd.lz
  84. }
  85. menuentry "Install Ubuntu" {
  86. set gfxpayload=keep
  87. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  88. initrd /casper/initrd.lz
  89. }
  90. menuentry "OEM install (for manufacturers)" {
  91. set gfxpayload=keep
  92. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  93. initrd /casper/initrd.lz
  94. }
  95. menuentry "Check disc for defects" {
  96. set gfxpayload=keep
  97. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  98. initrd /casper/initrd.lz
  99. }
  100. --------------------------------------------------------------------------------
  101. ============================== sdb1/syslinux.cfg: ==============================
  102. --------------------------------------------------------------------------------
  103. DEFAULT loadconfig
  104. LABEL loadconfig
  105. CONFIG /isolinux/isolinux.cfg
  106. APPEND /isolinux/
  107. --------------------------------------------------------------------------------
  108. =================== sdb1: Location of files loaded by Grub: ====================
  109. GiB - GB File Fragment(s)
  110. ?? = ?? boot/grub/grub.cfg 1
  111. ================= sdb1: Location of files loaded by Syslinux: ==================
  112. GiB - GB File Fragment(s)
  113. ?? = ?? syslinux.cfg 1
  114. ?? = ?? ldlinux.sys 1
  115. =============================== StdErr Messages: ===============================
  116. File descriptor 9 (/proc/13828/mounts) leaked on lvs invocation. Parent PID 19889: bash
  117. File descriptor 63 (pipe:[62123]) leaked on lvs invocation. Parent PID 19889: bash
  118. ADDITIONAL INFORMATION :
  119. =================== log of boot-repair 2016-10-19__09h34 ===================
  120. boot-repair version : 4ppa38
  121. boot-sav version : 4ppa38
  122. glade2script version : 3.2.3~ppa1
  123. boot-sav-extra version : 4ppa38
  124. boot-repair is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  125. CPU op-mode(s): 32-bit, 64-bit
  126. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper nomodeset ---
  127. ls: cannot access '/home/usr/.config': No such file or directory
  128. =================== os-prober:
  129. =================== blkid:
  130. /dev/sda1: UUID="1BA4-9C9C" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="94c2dbe3-595d-41e7-acff-55376f6d11a7"
  131. /dev/sda2: LABEL="New Volume" UUID="162C301D2C2FF701" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="1ed8da1f-2016-4676-aeff-65adb1294e13"
  132. /dev/sdb1: LABEL="UBUNTU 16_0" UUID="4882-86CC" TYPE="vfat" PARTUUID="00498aa9-01"
  133. /dev/loop0: TYPE="squashfs"
  134. =================== efibootmgr -v
  135. BootCurrent: 1003
  136. Timeout: 0 seconds
  137. BootOrder: 0000,0001,0002
  138. Boot0000* Windows Boot Manager HD(1,GPT,383ba5fa-dfc8-4efe-ad13-5931893994bc,0x800,0xfa000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
  139. Boot0001* Onboard NIC (IPV4) PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(f48e38d92148,0)/IPv4(0.0.0.0:0<->0.0.0.0:0,0,0)..BO
  140. Boot0002* Onboard NIC (IPV6) PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(f48e38d92148,0)/IPv6([::]:<->[::]:,0,0)..BO
  141. =================== UEFI/Legacy mode:
  142. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  143. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  144. =================== PARTITIONS & DISKS:
  145. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, 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/sda1.
  146. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  147. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, no-os, 2048 sectors * 512 bytes
  148. =================== parted -l:
  149. Model: ATA TOSHIBA DT01ACA2 (scsi)
  150. Disk /dev/sda: 2000GB
  151. Sector size (logical/physical): 512B/4096B
  152. Partition Table: gpt
  153. Disk Flags:
  154. Number Start End Size File system Name Flags
  155. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  156. 2 538MB 2000GB 2000GB ntfs Basic data partition msftdata
  157. Model: SanDisk Cruzer Facet (scsi)
  158. Disk /dev/sdb: 8003MB
  159. Sector size (logical/physical): 512B/512B
  160. Partition Table: msdos
  161. Disk Flags:
  162. Number Start End Size Type File system Flags
  163. 1 1049kB 8003MB 8002MB primary fat32 boot, lba
  164. =================== parted -lm:
  165. BYT;
  166. /dev/sda:2000GB:scsi:512:4096:gpt:ATA TOSHIBA DT01ACA2:;
  167. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  168. 2:538MB:2000GB:2000GB:ntfs:Basic data partition:msftdata;
  169. BYT;
  170. /dev/sdb:8003MB:scsi:512:512:msdos:SanDisk Cruzer Facet:;
  171. 1:1049kB:8003MB:8002MB:fat32::boot, lba;
  172. =================== lsblk:
  173. KNAME TYPE FSTYPE SIZE LABEL
  174. sda disk 1.8T
  175. sda1 part vfat 512M
  176. sda2 part ntfs 1.8T New Volume
  177. sdb disk 7.5G
  178. sdb1 part vfat 7.5G UBUNTU 16_0
  179. loop0 loop squashfs 1.4G
  180. KNAME ROTA RO RM STATE MOUNTPOINT
  181. sda 1 0 0 running
  182. sda1 1 0 0 /mnt/boot-sav/sda1
  183. sda2 1 0 0 /mnt/boot-sav/sda2
  184. sdb 1 0 1 running
  185. sdb1 1 0 1 /cdrom
  186. loop0 1 1 0 /rofs
  187. =================== mount:
  188. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  189. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  190. udev on /dev type devtmpfs (rw,nosuid,relatime,size=32924412k,nr_inodes=8231103,mode=755)
  191. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  192. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=6587812k,mode=755)
  193. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  194. /dev/loop0 on /rofs type squashfs (ro,noatime)
  195. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  196. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  197. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  198. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  199. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  200. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  201. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  202. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  203. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  204. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  205. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  206. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  207. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  208. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  209. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  210. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  211. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  212. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  213. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  214. mqueue on /dev/mqueue type mqueue (rw,relatime)
  215. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  216. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  217. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  218. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  219. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  220. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=6587812k,mode=700,uid=999,gid=999)
  221. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  222. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  223. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  224. =================== ls:
  225. /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
  226. /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 sdb1 size slaves stat subsystem trace uevent
  227. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 initctl input kmsg kvm lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  228. ls /dev/mapper: control
  229. =================== hexdump -n512 -C /dev/sda1
  230. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  231. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  232. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  233. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  234. 00000040 80 01 29 9c 9c a4 1b 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  235. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  236. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  237. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  238. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  239. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  240. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  241. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  242. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  243. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  244. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  245. *
  246. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  247. 00000200
  248. =================== hexdump -n512 -C /dev/sda2
  249. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  250. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 10 00 |........?.......|
  251. 00000020 00 00 00 00 80 00 80 00 ff 77 d0 e8 00 00 00 00 |.........w......|
  252. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  253. 00000040 f6 00 00 00 01 00 00 00 01 f7 2f 2c 1d 30 2c 16 |........../,.0,.|
  254. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  255. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  256. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  257. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  258. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  259. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  260. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  261. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  262. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  263. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  264. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  265. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  266. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  267. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  268. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  269. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  270. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  271. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  272. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  273. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  274. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  275. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  276. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  277. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  278. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  279. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  280. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  281. 00000200
  282. =================== df -Th:
  283. Filesystem Type Size Used Avail Use% Mounted on
  284. udev devtmpfs 32G 0 32G 0% /dev
  285. tmpfs tmpfs 6.3G 9.6M 6.3G 1% /run
  286. /dev/sdb1 vfat 7.5G 1.5G 6.1G 19% /cdrom
  287. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  288. /cow overlay 32G 55M 32G 1% /
  289. tmpfs tmpfs 32G 176K 32G 1% /dev/shm
  290. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  291. tmpfs tmpfs 32G 0 32G 0% /sys/fs/cgroup
  292. tmpfs tmpfs 32G 256K 32G 1% /tmp
  293. tmpfs tmpfs 6.3G 68K 6.3G 1% /run/user/999
  294. /dev/sda1 vfat 511M 3.6M 508M 1% /mnt/boot-sav/sda1
  295. /dev/sda2 fuseblk 1.9T 234M 1.9T 1% /mnt/boot-sav/sda2
  296. =================== fdisk -l:
  297. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  298. Units: sectors of 1 * 512 = 512 bytes
  299. Sector size (logical/physical): 512 bytes / 4096 bytes
  300. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  301. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  302. Units: sectors of 1 * 512 = 512 bytes
  303. Sector size (logical/physical): 512 bytes / 4096 bytes
  304. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  305. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  306. Units: sectors of 1 * 512 = 512 bytes
  307. Sector size (logical/physical): 512 bytes / 4096 bytes
  308. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  309. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  310. Units: sectors of 1 * 512 = 512 bytes
  311. Sector size (logical/physical): 512 bytes / 4096 bytes
  312. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  313. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  314. Units: sectors of 1 * 512 = 512 bytes
  315. Sector size (logical/physical): 512 bytes / 4096 bytes
  316. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  317. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  318. Units: sectors of 1 * 512 = 512 bytes
  319. Sector size (logical/physical): 512 bytes / 4096 bytes
  320. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  321. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  322. Units: sectors of 1 * 512 = 512 bytes
  323. Sector size (logical/physical): 512 bytes / 4096 bytes
  324. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  325. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  326. Units: sectors of 1 * 512 = 512 bytes
  327. Sector size (logical/physical): 512 bytes / 4096 bytes
  328. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  329. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  330. Units: sectors of 1 * 512 = 512 bytes
  331. Sector size (logical/physical): 512 bytes / 4096 bytes
  332. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  333. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  334. Units: sectors of 1 * 512 = 512 bytes
  335. Sector size (logical/physical): 512 bytes / 4096 bytes
  336. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  337. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  338. Units: sectors of 1 * 512 = 512 bytes
  339. Sector size (logical/physical): 512 bytes / 4096 bytes
  340. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  341. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  342. Units: sectors of 1 * 512 = 512 bytes
  343. Sector size (logical/physical): 512 bytes / 4096 bytes
  344. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  345. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  346. Units: sectors of 1 * 512 = 512 bytes
  347. Sector size (logical/physical): 512 bytes / 4096 bytes
  348. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  349. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  350. Units: sectors of 1 * 512 = 512 bytes
  351. Sector size (logical/physical): 512 bytes / 4096 bytes
  352. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  353. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  354. Units: sectors of 1 * 512 = 512 bytes
  355. Sector size (logical/physical): 512 bytes / 4096 bytes
  356. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  357. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  358. Units: sectors of 1 * 512 = 512 bytes
  359. Sector size (logical/physical): 512 bytes / 4096 bytes
  360. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  361. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  362. Units: sectors of 1 * 512 = 512 bytes
  363. Sector size (logical/physical): 512 bytes / 512 bytes
  364. I/O size (minimum/optimal): 512 bytes / 512 bytes
  365. Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
  366. Units: sectors of 1 * 512 = 512 bytes
  367. Sector size (logical/physical): 512 bytes / 4096 bytes
  368. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  369. Disklabel type: gpt
  370. Disk identifier: 2C3AE8B5-084F-4D4D-93AC-A0600B85765F
  371. Device Start End Sectors Size Type
  372. /dev/sda1 2048 1050623 1048576 512M EFI System
  373. /dev/sda2 1050624 3907026943 3905976320 1.8T Microsoft basic data
  374. Disk /dev/sdb: 7.5 GiB, 8002732032 bytes, 15630336 sectors
  375. Units: sectors of 1 * 512 = 512 bytes
  376. Sector size (logical/physical): 512 bytes / 512 bytes
  377. I/O size (minimum/optimal): 512 bytes / 512 bytes
  378. Disklabel type: dos
  379. Disk identifier: 0x00498aa9
  380. Device Boot Start End Sectors Size Id Type
  381. /dev/sdb1 * 2048 15630335 15628288 7.5G c W95 FAT32 (LBA)
  382. No OS or WinEFI system
  383. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  384. =================== Recommended repair
  385. The default repair of the Boot-Repair utility will not act on the MBR.
  386. Additional repair will be performed: repair-filesystems
  387. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  388. Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var
  389. fsck -fyM /dev/sda1
  390. fsck from util-linux 2.27.1
  391. ntfsfix /dev/sda2
  392. Refusing to operate on read-write mounted device /dev/sda2.
  393. Boot successfully repaired.
  394. You can now reboot your computer.
  395. paste.ubuntu.com ko (), using paste.debian
  396. paste.debian.net ko (), using paste2