1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.
  4. sdb1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>.......S.)9...0...~.....~...f...M.f.f....f..0~....>E}.u......
  7. Boot sector info: Syslinux looks at sector 5252352 of /dev/sdb1 for its
  8. second stage. SYSLINUX is installed in the directory.
  9. No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  12. /EFI/BOOT/grubx64.efi /ldlinux.sys
  13. sda: ___________________________________________________________________________
  14. File system: ext4
  15. Boot sector type: -
  16. Boot sector info:
  17. Operating System:
  18. Boot files:
  19. ============================ Drive/Partition Info: =============================
  20. Drive: sdb _____________________________________________________________________
  21. Disk /dev/sdb: 29 GiB, 31104958464 bytes, 60751872 sectors
  22. Units: sectors of 1 * 512 = 512 bytes
  23. Sector size (logical/physical): 512 bytes / 512 bytes
  24. I/O size (minimum/optimal): 512 bytes / 512 bytes
  25. Disklabel type: dos
  26. Partition Boot Start Sector End Sector # of Sectors Id System
  27. /dev/sdb1 * 2,048 60,751,871 60,749,824 c W95 FAT32 (LBA)
  28. "blkid" output: ________________________________________________________________
  29. Device UUID TYPE LABEL
  30. /dev/loop0 squashfs
  31. /dev/sda 63451d28-2fe8-4627-aaf3-451adaaf66bb ext4 /
  32. /dev/sdb1 4A8C-F550 vfat MYLINUXLIVE
  33. ========================= "ls -l /dev/disk/by-id" output: ======================
  34. total 0
  35. lrwxrwxrwx 1 root root 9 Feb 18 14:51 ata-INTEL_SSDSC2KW240H6_CVLT613402MN240CGN -> ../../sda
  36. lrwxrwxrwx 1 root root 9 Feb 18 14:51 usb-SanDisk_Ultra_Fit_4C530001070825112125-0:0 -> ../../sdb
  37. lrwxrwxrwx 1 root root 10 Feb 18 14:51 usb-SanDisk_Ultra_Fit_4C530001070825112125-0:0-part1 -> ../../sdb1
  38. lrwxrwxrwx 1 root root 9 Feb 18 14:51 wwn-0x55cd2e414cb60a8b -> ../../sda
  39. ================================ Mount points: =================================
  40. Device Mount_Point Type Options
  41. /dev/loop0 /rofs squashfs (ro,noatime)
  42. /dev/sda /media/ubuntu/_ ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  43. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  44. =========================== sdb1/boot/grub/grub.cfg: ===========================
  45. --------------------------------------------------------------------------------
  46. if loadfont /boot/grub/font.pf2 ; then
  47. set gfxmode=auto
  48. insmod efi_gop
  49. insmod efi_uga
  50. insmod gfxterm
  51. terminal_output gfxterm
  52. fi
  53. set menu_color_normal=white/black
  54. set menu_color_highlight=black/light-gray
  55. menuentry "Try Ubuntu without installing" {
  56. set gfxpayload=keep
  57. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  58. initrd /casper/initrd.lz
  59. }
  60. menuentry "Install Ubuntu" {
  61. set gfxpayload=keep
  62. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  63. initrd /casper/initrd.lz
  64. }
  65. menuentry "OEM install (for manufacturers)" {
  66. set gfxpayload=keep
  67. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  68. initrd /casper/initrd.lz
  69. }
  70. menuentry "Check disc for defects" {
  71. set gfxpayload=keep
  72. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  73. initrd /casper/initrd.lz
  74. }
  75. --------------------------------------------------------------------------------
  76. ============================== sdb1/syslinux.cfg: ==============================
  77. --------------------------------------------------------------------------------
  78. default menu.c32
  79. prompt 0
  80. menu title UNetbootin
  81. timeout 100
  82. label unetbootindefault
  83. menu label Default
  84. kernel /ubnkern
  85. append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  86. label ubnentry0
  87. menu label ^Help
  88. kernel /ubnkern
  89. append initrd=/ubninit
  90. label ubnentry1
  91. menu label ^Try Ubuntu without installing
  92. kernel /casper/vmlinuz.efi
  93. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  94. label ubnentry2
  95. menu label ^Install Ubuntu
  96. kernel /casper/vmlinuz.efi
  97. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  98. label ubnentry3
  99. menu label ^Check disc for defects
  100. kernel /casper/vmlinuz.efi
  101. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  102. label ubnentry4
  103. menu label Test ^memory
  104. kernel /install/mt86plus
  105. append initrd=/ubninit
  106. label ubnentry5
  107. menu label ^Boot from first hard disk
  108. kernel /ubnkern
  109. append initrd=/ubninit
  110. label ubnentry6
  111. menu label Try Ubuntu without installing
  112. kernel /casper/vmlinuz.efi
  113. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  114. label ubnentry7
  115. menu label Install Ubuntu
  116. kernel /casper/vmlinuz.efi
  117. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  118. label ubnentry8
  119. menu label OEM install (for manufacturers)
  120. kernel /casper/vmlinuz.efi
  121. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  122. label ubnentry9
  123. menu label Check disc for defects
  124. kernel /casper/vmlinuz.efi
  125. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  126. --------------------------------------------------------------------------------
  127. =================== sdb1: Location of files loaded by Grub: ====================
  128. GiB - GB File Fragment(s)
  129. ?? = ?? boot/grub/grub.cfg 1
  130. ================= sdb1: Location of files loaded by Syslinux: ==================
  131. GiB - GB File Fragment(s)
  132. ?? = ?? syslinux.cfg 1
  133. ?? = ?? ldlinux.sys 1
  134. ?? = ?? ldlinux.c32 1
  135. ?? = ?? menu.c32 1
  136. ?? = ?? syslinux/chain.c32 1
  137. ?? = ?? syslinux/gfxboot.c32 1
  138. ?? = ?? syslinux/ldlinux.c32 1
  139. ?? = ?? syslinux/libcom32.c32 1
  140. ?? = ?? syslinux/libutil.c32 1
  141. ?? = ?? syslinux/vesamenu.c32 1
  142. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  143. ldlinux.c32 : not a COM32/COM32R module
  144. menu.c32 : COM32R module (v4.xx)
  145. syslinux/chain.c32 : not a COM32/COM32R module
  146. syslinux/gfxboot.c32 : not a COM32/COM32R module
  147. syslinux/ldlinux.c32 : not a COM32/COM32R module
  148. syslinux/libcom32.c32 : not a COM32/COM32R module
  149. syslinux/libutil.c32 : not a COM32/COM32R module
  150. syslinux/vesamenu.c32 : not a COM32/COM32R module
  151. =============================== StdErr Messages: ===============================
  152. File descriptor 9 (/proc/10656/mounts) leaked on lvs invocation. Parent PID 15510: bash
  153. File descriptor 63 (pipe:[64417]) leaked on lvs invocation. Parent PID 15510: bash
  154. ADDITIONAL INFORMATION :
  155. =================== log of boot-info 2017-02-18__14h51 ===================
  156. boot-info version : 4ppa40
  157. boot-sav version : 4ppa40
  158. glade2script version : 3.2.3~ppa1
  159. boot-sav-extra version : 4ppa40
  160. boot-info is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  161. CPU op-mode(s): 32-bit, 64-bit
  162. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  163. ls: cannot access '/home/usr/.config': No such file or directory
  164. sda may have broken partition table.
  165. =================== os-prober:
  166. =================== blkid:
  167. /dev/sdb1: LABEL="MYLINUXLIVE" UUID="4A8C-F550" TYPE="vfat" PARTUUID="24683714-01"
  168. /dev/loop0: TYPE="squashfs"
  169. /dev/sda: LABEL="/" UUID="63451d28-2fe8-4627-aaf3-451adaaf66bb" TYPE="ext4"
  170. =================== efibootmgr -v
  171. BootCurrent: 0002
  172. Timeout: 5 seconds
  173. BootOrder: 2001,2002,2003
  174. Boot0000* Notebook Hard Drive BBS(HD,,0x500)................-.|.......|.A.|....B...................................
  175. Boot0001* USB Hard Drive - SanDisk BBS(7,,0x500).......................................................................
  176. Boot0002* USB Hard Drive (UEFI) - SanDisk PciRoot(0x0)/Pci(0x1a,0x0)/USB(0,0)/USB(1,0)/HD(1,MBR,0x20,0x800,0x39ef800)RC
  177. Boot0005* Internal Hard Disk or Solid State Disk RC
  178. Boot0006* Internal Hard Disk or Solid State Disk RC
  179. Boot000A* Internal Hard Disk or Solid State Disk RC
  180. Boot000B* Internal Hard Disk or Solid State Disk RC
  181. Boot000C* Internal Hard Disk or Solid State Disk RC
  182. Boot000D* Internal Hard Disk or Solid State Disk RC
  183. Boot000F* Internal Hard Disk or Solid State Disk RC
  184. Boot0010* Internal Hard Disk or Solid State Disk RC
  185. Boot2001* USB Drive (UEFI) RC
  186. Boot2002* Internal CD/DVD ROM Drive (UEFI) RC
  187. Boot3001* Internal Hard Disk or Solid State Disk RC
  188. Boot3002* Internal Hard Disk or Solid State Disk RC
  189. =================== UEFI/Legacy mode:
  190. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  191. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  192. =================== PARTITIONS & DISKS:
  193. =================== parted -l:
  194. Model: ATA INTEL SSDSC2KW24 (scsi)
  195. Disk /dev/sda: 240GB
  196. Sector size (logical/physical): 512B/512B
  197. Partition Table: loop
  198. Disk Flags:
  199. Number Start End Size File system Flags
  200. 1 0.00B 240GB 240GB ext4
  201. Model: SanDisk Ultra Fit (scsi)
  202. Disk /dev/sdb: 31.1GB
  203. Sector size (logical/physical): 512B/512B
  204. Partition Table: msdos
  205. Disk Flags:
  206. Number Start End Size Type File system Flags
  207. 1 1049kB 31.1GB 31.1GB primary fat32 boot, lba
  208. =================== parted -lm:
  209. BYT;
  210. /dev/sda:240GB:scsi:512:512:loop:ATA INTEL SSDSC2KW24:;
  211. 1:0.00B:240GB:240GB:ext4::;
  212. BYT;
  213. /dev/sdb:31.1GB:scsi:512:512:msdos:SanDisk Ultra Fit:;
  214. 1:1049kB:31.1GB:31.1GB:fat32::boot, lba;
  215. =================== lsblk:
  216. KNAME TYPE FSTYPE SIZE LABEL
  217. sda disk ext4 223.6G /
  218. sdb disk 29G
  219. sdb1 part vfat 29G MYLINUXLIVE
  220. loop0 loop squashfs 1.4G
  221. KNAME ROTA RO RM STATE MOUNTPOINT
  222. sda 0 0 0 running /media/ubuntu/_
  223. sdb 1 0 1 running
  224. sdb1 1 0 1 /cdrom
  225. loop0 1 1 0 /rofs
  226. =================== mount:
  227. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  228. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  229. udev on /dev type devtmpfs (rw,nosuid,relatime,size=6082132k,nr_inodes=1520533,mode=755)
  230. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  231. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1219356k,mode=755)
  232. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  233. /dev/loop0 on /rofs type squashfs (ro,noatime)
  234. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  235. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  236. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  237. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  238. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  239. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  240. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  241. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  242. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  243. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  244. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  245. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  246. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  247. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  248. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  249. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  250. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  251. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  252. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  253. mqueue on /dev/mqueue type mqueue (rw,relatime)
  254. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  255. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  256. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  257. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  258. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  259. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=1219356k,mode=700,uid=999,gid=999)
  260. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  261. /dev/sda on /media/ubuntu/_ type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  262. =================== ls:
  263. /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 size slaves stat subsystem trace uevent
  264. /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
  265. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd freefall full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 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 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  266. ls /dev/mapper: control
  267. =================== df -Th:
  268. Filesystem Type Size Used Avail Use% Mounted on
  269. udev devtmpfs 5.9G 0 5.9G 0% /dev
  270. tmpfs tmpfs 1.2G 9.4M 1.2G 1% /run
  271. /dev/sdb1 vfat 29G 1.5G 28G 6% /cdrom
  272. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  273. /cow overlay 5.9G 95M 5.8G 2% /
  274. tmpfs tmpfs 5.9G 180K 5.9G 1% /dev/shm
  275. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  276. tmpfs tmpfs 5.9G 0 5.9G 0% /sys/fs/cgroup
  277. tmpfs tmpfs 5.9G 264K 5.9G 1% /tmp
  278. tmpfs tmpfs 1.2G 88K 1.2G 1% /run/user/999
  279. /dev/sda ext4 220G 60M 209G 1% /media/ubuntu/_
  280. =================== fdisk -l:
  281. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  282. Units: sectors of 1 * 512 = 512 bytes
  283. Sector size (logical/physical): 512 bytes / 4096 bytes
  284. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  285. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  286. Units: sectors of 1 * 512 = 512 bytes
  287. Sector size (logical/physical): 512 bytes / 4096 bytes
  288. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  289. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  290. Units: sectors of 1 * 512 = 512 bytes
  291. Sector size (logical/physical): 512 bytes / 4096 bytes
  292. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  293. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  294. Units: sectors of 1 * 512 = 512 bytes
  295. Sector size (logical/physical): 512 bytes / 4096 bytes
  296. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  297. Disk /dev/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 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/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  346. Units: sectors of 1 * 512 = 512 bytes
  347. Sector size (logical/physical): 512 bytes / 512 bytes
  348. I/O size (minimum/optimal): 512 bytes / 512 bytes
  349. Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
  350. Units: sectors of 1 * 512 = 512 bytes
  351. Sector size (logical/physical): 512 bytes / 512 bytes
  352. I/O size (minimum/optimal): 512 bytes / 512 bytes
  353. Disk /dev/sdb: 29 GiB, 31104958464 bytes, 60751872 sectors
  354. Units: sectors of 1 * 512 = 512 bytes
  355. Sector size (logical/physical): 512 bytes / 512 bytes
  356. I/O size (minimum/optimal): 512 bytes / 512 bytes
  357. Disklabel type: dos
  358. Disk identifier: 0x24683714
  359. Device Boot Start End Sectors Size Id Type
  360. /dev/sdb1 * 2048 60751871 60749824 29G c W95 FAT32 (LBA)
  361. Error: no partitions
  362. gui-tab-other.sh: line 93: _checkbutton_repairfilesystems: command not found
  363. =================== Suggested repair
  364. The default repair of the Boot-Repair utility would not act on the MBR.
  365. Additional repair would be performed: repair-filesystems
  366. =================== User settings
  367. The settings chosen by the user will not act on the boot.
  368. paste.ubuntu.com ko (), using paste.debian
  369. paste.debian.net ko (), using paste2