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: According to the info in the boot sector, sda1 has
  9. 1048576 sectors.. But according to the info from the
  10. partition table, it has 204799 sectors.
  11. Operating System:
  12. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  13. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  14. sdb1: __________________________________________________________________________
  15. File system: vfat
  16. Boot sector type: SYSLINUX 6.03 2014-10-06................................................2....0............A20 gate n
  17. Boot sector info: Syslinux looks at sector 6082960 of /dev/sdb1 for its
  18. second stage. SYSLINUX is installed in the directory.
  19. No errors found in the Boot Parameter Block.
  20. Operating System:
  21. Boot files: /boot/grub/grub.cfg /syslinux/syslinux.cfg
  22. /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys
  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 / 512 bytes
  28. I/O size (minimum/optimal): 512 bytes / 512 bytes
  29. Disklabel type: dos
  30. Partition Boot Start Sector End Sector # of Sectors Id System
  31. /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  32. GUID Partition Table detected, but does not seem to be used.
  33. Partition Attrs Start Sector End Sector # of Sectors System
  34. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  35. /dev/sda2 1,050,624 1,941,008,383 1,939,957,760 Data partition (Linux)
  36. /dev/sda3 1,941,008,384 1,953,523,711 12,515,328 Swap partition (Linux)
  37. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  38. Drive: sdb _____________________________________________________________________
  39. Disk /dev/sdb: 14.5 GiB, 15513354240 bytes, 30299520 sectors
  40. Units: sectors of 1 * 512 = 512 bytes
  41. Sector size (logical/physical): 512 bytes / 512 bytes
  42. I/O size (minimum/optimal): 512 bytes / 512 bytes
  43. Disklabel type: dos
  44. Partition Boot Start Sector End Sector # of Sectors Id System
  45. /dev/sdb1 * 8,064 30,299,519 30,291,456 c W95 FAT32 (LBA)
  46. "blkid" output: ________________________________________________________________
  47. Device UUID TYPE LABEL
  48. /dev/loop0 squashfs
  49. /dev/sda1 D106-1074 vfat
  50. /dev/sdb1 3E1B-D969 vfat MYLINUXLIVE
  51. ========================= "ls -l /dev/disk/by-id" output: ======================
  52. total 0
  53. lrwxrwxrwx 1 root root 9 Aug 19 14:34 ata-ASUS_DVD_RAM_GH75N_K3MBBD70458 -> ../../sr0
  54. lrwxrwxrwx 1 root root 9 Aug 19 14:40 ata-ST31000524AS_9VPFEL5Q -> ../../sda
  55. lrwxrwxrwx 1 root root 10 Aug 19 14:40 ata-ST31000524AS_9VPFEL5Q-part1 -> ../../sda1
  56. lrwxrwxrwx 1 root root 9 Aug 19 14:40 usb-_USB_DISK_2.0_070156DA9DCE6E22-0:0 -> ../../sdb
  57. lrwxrwxrwx 1 root root 10 Aug 19 14:40 usb-_USB_DISK_2.0_070156DA9DCE6E22-0:0-part1 -> ../../sdb1
  58. lrwxrwxrwx 1 root root 9 Aug 19 14:40 wwn-0x5000c50040114487 -> ../../sda
  59. lrwxrwxrwx 1 root root 10 Aug 19 14:40 wwn-0x5000c50040114487-part1 -> ../../sda1
  60. ================================ Mount points: =================================
  61. Device Mount_Point Type Options
  62. /dev/loop0 /rofs squashfs (ro,noatime)
  63. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  64. =========================== sdb1/boot/grub/grub.cfg: ===========================
  65. --------------------------------------------------------------------------------
  66. if loadfont /boot/grub/font.pf2 ; then
  67. set gfxmode=auto
  68. insmod efi_gop
  69. insmod efi_uga
  70. insmod gfxterm
  71. terminal_output gfxterm
  72. fi
  73. set menu_color_normal=white/black
  74. set menu_color_highlight=black/light-gray
  75. menuentry "Try Ubuntu without installing" {
  76. set gfxpayload=keep
  77. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  78. initrd /casper/initrd.lz
  79. }
  80. menuentry "Install Ubuntu" {
  81. set gfxpayload=keep
  82. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  83. initrd /casper/initrd.lz
  84. }
  85. menuentry "OEM install (for manufacturers)" {
  86. set gfxpayload=keep
  87. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  88. initrd /casper/initrd.lz
  89. }
  90. menuentry "Check disc for defects" {
  91. set gfxpayload=keep
  92. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  93. initrd /casper/initrd.lz
  94. }
  95. --------------------------------------------------------------------------------
  96. ========================= sdb1/syslinux/syslinux.cfg: ==========================
  97. --------------------------------------------------------------------------------
  98. # D-I config version 2.0
  99. # search path for the c32 support libraries (libcom32, libutil etc.)
  100. path
  101. include menu.cfg
  102. default vesamenu.c32
  103. prompt 0
  104. timeout 50
  105. ui gfxboot bootlogo
  106. --------------------------------------------------------------------------------
  107. =================== sdb1: Location of files loaded by Grub: ====================
  108. GiB - GB File Fragment(s)
  109. ?? = ?? boot/grub/grub.cfg 1
  110. ================= sdb1: Location of files loaded by Syslinux: ==================
  111. GiB - GB File Fragment(s)
  112. ?? = ?? syslinux/syslinux.cfg 1
  113. ?? = ?? ldlinux.sys 1
  114. ?? = ?? ldlinux.c32 1
  115. ?? = ?? syslinux/chain.c32 1
  116. ?? = ?? syslinux/gfxboot.c32 1
  117. ?? = ?? syslinux/ldlinux.c32 1
  118. ?? = ?? syslinux/libcom32.c32 1
  119. ?? = ?? syslinux/libutil.c32 1
  120. ?? = ?? syslinux/vesamenu.c32 1
  121. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  122. ldlinux.c32 : not a COM32/COM32R module
  123. syslinux/chain.c32 : not a COM32/COM32R module
  124. syslinux/gfxboot.c32 : not a COM32/COM32R module
  125. syslinux/ldlinux.c32 : not a COM32/COM32R module
  126. syslinux/libcom32.c32 : not a COM32/COM32R module
  127. syslinux/libutil.c32 : not a COM32/COM32R module
  128. syslinux/vesamenu.c32 : not a COM32/COM32R module
  129. =============================== StdErr Messages: ===============================
  130. File descriptor 9 (/proc/4764/mounts) leaked on lvs invocation. Parent PID 10011: bash
  131. File descriptor 63 (pipe:[59505]) leaked on lvs invocation. Parent PID 10011: bash
  132. ADDITIONAL INFORMATION :
  133. =================== log of boot-info 2016-08-19__14h40 ===================
  134. boot-info version : 4ppa38
  135. boot-sav version : 4ppa38
  136. glade2script version : 3.2.3~ppa1
  137. boot-sav-extra version : 4ppa38
  138. boot-info is executed in live-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  139. CPU op-mode(s): 32-bit, 64-bit
  140. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  141. ls: cannot access '/home/usr/.config': No such file or directory
  142. =================== os-prober:
  143. =================== blkid:
  144. /dev/sda1: UUID="D106-1074" TYPE="vfat"
  145. /dev/sdb1: LABEL="MYLINUXLIVE" UUID="3E1B-D969" TYPE="vfat" PARTUUID="06405078-01"
  146. /dev/loop0: TYPE="squashfs"
  147. ls /sys/firmware/efi/vars : WdtPersistentData-78ce2354-cfbc-4643-aeba-07a27fa892bf,VARSTORE_OCMR_TIMING_SETTINGS_NAME-93c483a1-d3fa-4e92-b437-733b2a346e23,VARSTORE_OCMR_SETTINGS_NAME-c05fba7d-7a92-49e0-bcee-233b14dca803,UsbSupport-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USB_POINT-8be4df61-93ca-11d2-aa0d-00e098032b8c,UsbMassDevNum-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,SetupSnbPpmFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupReversibleFan-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupHWMOneof-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupHWMFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,ScramblerBaseSeed-87f22dcb-7304-4105-bb7c-317143ccc23b,SbAslBufferPtrVar-01f33c25-764d-43ea-aeea-6b5a41f3f3e8,SaPegData-c4975200-64f1-4fb6-9773-f6a9f89d985e,S3SS-4bafc2b4-02dc-4104-b236-d6f1b98d9e84,PNP0604_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0604_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,OldLegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,OemCpuData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,NvRamSpdMap-717fc150-abd9-4614-8015-0b3323eab95c,new_var,NBPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,MrcS3Resume-87f22dcb-7304-4105-bb7c-317143ccc23b,MonotonicCounter-8be4df61-93ca-11d2-aa0d-00e098032b8c,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemoryFreq-58cd8089-e2d9-4b84-88b8-3da497dba390,MemCeil.-8be4df61-93ca-11d2-aa0d-00e098032b8c,MeEOPFlag-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,LegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,IccAdvancedSetupDataVar-7b77fb8b-1e0d-4d7e-953f-3980a261e077,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,EPUHWSwitch-f61b2305-aac3-4c9d-8f25-3a4313f9cc0e,EPUflag-f61b2305-aac3-4c9d-8f25-3a4313f9cc0e,EfiTime-9d0da369-540b-46f8-85a0-2b5f2c301e15,del_var,DefaultLegacyDevOrder-3c4ead08-45ae-4315-8d15-a60eaa8caf69,DefaultBootOrder-45cf35f6-0d6e-4d04-856a-0370a5b16f53,CurVID.-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,CMOSfailflag-c89dc9c7-5105-472c-a743-b1621e142b41,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0009-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0008-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0007-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,ASUSMEUPDATE-65bd31bb-6d07-48af-be32-e4859b0dd421,AMITSESetup-c811fa38-42c8-4579-a9bb-60e94eddfb34,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,
  148. Please report this message to [email protected]
  149. =================== efibootmgr -v
  150. BootCurrent: 0009
  151. Timeout: 1 seconds
  152. BootOrder: 0009,0007,0008,0001,0002
  153. Boot0001 CD/DVD Drive BBS(CDROM,,0x0)AMGOAMNO........m.A.S.U.S. .D.V.D. .R.A.M. .G.H.7.5.N....................A.........................>..Gd-.;.A..MQ..L.3.K.B.M.D.B.0.7.5.4. .8. . . . . . . . ......AMBO
  154. Boot0002 Hard Drive BBS(HD,,0x0)AMGOAMNO........].S.T.3.1.0.0.0.5.2.4.A.S.........................rN.D+..,...............Gd-.;.A..MQ..L.S.T.3.1.0.0.0.5.2.4.A.S......AMBOAMNO........m. .U.S.B. .D.I.S.K. .2...0. .P.M.A.P....................A.............................:..Gd-.;.A..MQ..L. .U.S.B. .D.I.S.K. .2...0. .P.M.A.P......AMBO
  155. Boot0007* ubuntu HD(1,MBR,0x0,0x800,0x32000)/File(EFIUbuntugrubx64.efi)
  156. Boot0008* Lecteur amovible BBS(Floppy,,0x0)AMGOAMNO........w.G.e.n.e.r.i.c.-.M.u.l.t.i.-.C.a.r.d. .1...0.0....................A.............................D..Gd-.;.A..MQ..L.G.e.n.e.r.i.c.-.M.u.l.t.i.-.C.a.r.d. .1...0.0......AMBO
  157. Boot0009* UEFI: USB DISK 2.0 PMAP PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(6,0)/HD(1,MBR,0x120,0x1f80,0x1ce3600)AMBO
  158. =================== UEFI/Legacy mode:
  159. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  160. SecureBoot maybe enabled. (maybe sec-boot, Please report this message to [email protected])
  161. =================== PARTITIONS & DISKS:
  162. 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.
  163. sda : not-GPT, BIOSboot-not-needed, has-correctEFI, not-usb, no-os, 2048 sectors * 512 bytes
  164. =================== parted -l:
  165. Model: ATA ST31000524AS (scsi)
  166. Disk /dev/sda: 1000GB
  167. Sector size (logical/physical): 512B/512B
  168. Partition Table: msdos
  169. Disk Flags:
  170. Number Start End Size Type File system Flags
  171. 1 1049kB 106MB 105MB primary fat32 boot
  172. Model: USB DISK 2.0 (scsi)
  173. Disk /dev/sdb: 15.5GB
  174. Sector size (logical/physical): 512B/512B
  175. Partition Table: msdos
  176. Disk Flags:
  177. Number Start End Size Type File system Flags
  178. 1 4129kB 15.5GB 15.5GB primary fat32 boot, lba
  179. =================== parted -lm:
  180. BYT;
  181. /dev/sda:1000GB:scsi:512:512:msdos:ATA ST31000524AS:;
  182. 1:1049kB:106MB:105MB:fat32::boot;
  183. BYT;
  184. /dev/sdb:15.5GB:scsi:512:512:msdos: USB DISK 2.0:;
  185. 1:4129kB:15.5GB:15.5GB:fat32::boot, lba;
  186. =================== lsblk:
  187. KNAME TYPE FSTYPE SIZE LABEL
  188. sda disk 931.5G
  189. sda1 part vfat 100M
  190. sdb disk 14.5G
  191. sdb1 part vfat 14.5G MYLINUXLIVE
  192. sr0 rom 1024M
  193. loop0 loop squashfs 1.3G
  194. KNAME ROTA RO RM STATE MOUNTPOINT
  195. sda 1 0 0 running
  196. sda1 1 0 0 /mnt/boot-sav/sda1
  197. sdb 1 0 1 running
  198. sdb1 1 0 1 /cdrom
  199. sr0 1 0 1 running
  200. loop0 1 1 0 /rofs
  201. =================== mount:
  202. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  203. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  204. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3024168k,nr_inodes=756042,mode=755)
  205. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  206. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=607764k,mode=755)
  207. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  208. /dev/loop0 on /rofs type squashfs (ro,noatime)
  209. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  210. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  211. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  212. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  213. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  214. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  215. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  216. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  217. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  218. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  219. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  220. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  221. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  222. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  223. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  224. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  225. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  226. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  227. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  228. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  229. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  230. mqueue on /dev/mqueue type mqueue (rw,relatime)
  231. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  232. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  233. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  234. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=607764k,mode=700,uid=999,gid=999)
  235. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  236. /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)
  237. =================== ls:
  238. /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 size slaves stat subsystem trace uevent
  239. /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
  240. /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
  241. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kfd kmsg 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 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
  242. ls /dev/mapper: control
  243. =================== hexdump -n512 -C /dev/sda1
  244. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  245. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  246. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  247. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  248. 00000040 80 01 29 74 10 06 d1 4e 4f 20 4e 41 4d 45 20 20 |..)t...NO NAME |
  249. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  250. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  251. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  252. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  253. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  254. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  255. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  256. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  257. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  258. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  259. *
  260. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  261. 00000200
  262. =================== df -Th:
  263. Filesystem Type Size Used Avail Use% Mounted on
  264. udev devtmpfs 2.9G 0 2.9G 0% /dev
  265. tmpfs tmpfs 594M 8.8M 585M 2% /run
  266. /dev/sdb1 vfat 15G 1.7G 13G 12% /cdrom
  267. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  268. /cow overlay 2.9G 65M 2.9G 3% /
  269. tmpfs tmpfs 2.9G 176K 2.9G 1% /dev/shm
  270. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  271. tmpfs tmpfs 2.9G 0 2.9G 0% /sys/fs/cgroup
  272. tmpfs tmpfs 2.9G 264K 2.9G 1% /tmp
  273. tmpfs tmpfs 594M 76K 594M 1% /run/user/999
  274. /dev/sda1 vfat 511M 3.6M 508M 1% /mnt/boot-sav/sda1
  275. =================== fdisk -l:
  276. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  277. Units: sectors of 1 * 512 = 512 bytes
  278. Sector size (logical/physical): 512 bytes / 4096 bytes
  279. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  280. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  281. Units: sectors of 1 * 512 = 512 bytes
  282. Sector size (logical/physical): 512 bytes / 4096 bytes
  283. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  284. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  285. Units: sectors of 1 * 512 = 512 bytes
  286. Sector size (logical/physical): 512 bytes / 4096 bytes
  287. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  288. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  289. Units: sectors of 1 * 512 = 512 bytes
  290. Sector size (logical/physical): 512 bytes / 4096 bytes
  291. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  292. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  293. Units: sectors of 1 * 512 = 512 bytes
  294. Sector size (logical/physical): 512 bytes / 4096 bytes
  295. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  296. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  297. Units: sectors of 1 * 512 = 512 bytes
  298. Sector size (logical/physical): 512 bytes / 4096 bytes
  299. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  300. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  301. Units: sectors of 1 * 512 = 512 bytes
  302. Sector size (logical/physical): 512 bytes / 4096 bytes
  303. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  304. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  305. Units: sectors of 1 * 512 = 512 bytes
  306. Sector size (logical/physical): 512 bytes / 4096 bytes
  307. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  308. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  309. Units: sectors of 1 * 512 = 512 bytes
  310. Sector size (logical/physical): 512 bytes / 4096 bytes
  311. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  312. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  313. Units: sectors of 1 * 512 = 512 bytes
  314. Sector size (logical/physical): 512 bytes / 4096 bytes
  315. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  316. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  317. Units: sectors of 1 * 512 = 512 bytes
  318. Sector size (logical/physical): 512 bytes / 4096 bytes
  319. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  320. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  321. Units: sectors of 1 * 512 = 512 bytes
  322. Sector size (logical/physical): 512 bytes / 4096 bytes
  323. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  324. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  325. Units: sectors of 1 * 512 = 512 bytes
  326. Sector size (logical/physical): 512 bytes / 4096 bytes
  327. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  328. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  329. Units: sectors of 1 * 512 = 512 bytes
  330. Sector size (logical/physical): 512 bytes / 4096 bytes
  331. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  332. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  333. Units: sectors of 1 * 512 = 512 bytes
  334. Sector size (logical/physical): 512 bytes / 4096 bytes
  335. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  336. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  337. Units: sectors of 1 * 512 = 512 bytes
  338. Sector size (logical/physical): 512 bytes / 4096 bytes
  339. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  340. Disk /dev/loop0: 1.3 GiB, 1433468928 bytes, 2799744 sectors
  341. Units: sectors of 1 * 512 = 512 bytes
  342. Sector size (logical/physical): 512 bytes / 512 bytes
  343. I/O size (minimum/optimal): 512 bytes / 512 bytes
  344. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  345. Units: sectors of 1 * 512 = 512 bytes
  346. Sector size (logical/physical): 512 bytes / 512 bytes
  347. I/O size (minimum/optimal): 512 bytes / 512 bytes
  348. Disklabel type: dos
  349. Disk identifier: 0x00000000
  350. Device Boot Start End Sectors Size Id Type
  351. /dev/sda1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
  352. Disk /dev/sdb: 14.5 GiB, 15513354240 bytes, 30299520 sectors
  353. Units: sectors of 1 * 512 = 512 bytes
  354. Sector size (logical/physical): 512 bytes / 512 bytes
  355. I/O size (minimum/optimal): 512 bytes / 512 bytes
  356. Disklabel type: dos
  357. Disk identifier: 0x06405078
  358. Device Boot Start End Sectors Size Id Type
  359. /dev/sdb1 * 8064 30299519 30291456 14.5G c W95 FAT32 (LBA)
  360. No OS or WinEFI system
  361. gui-tab-other.sh: line 93: _checkbutton_repairfilesystems: command not found
  362. =================== Suggested repair
  363. The default repair of the Boot-Repair utility would not act on the MBR.
  364. Additional repair would be performed: repair-filesystems
  365. =================== User settings
  366. The settings chosen by the user will not act on the boot.
  367. paste.ubuntu.com ko (), using paste.debian
  368. paste.debian.net ko (), using paste2