Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
============================= Boot Info Summary: ===============================
=> Windows 7/8/2012 is installed in the MBR of /dev/sda.
=> Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system:
Boot sector type: Unknown
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
sda2: __________________________________________________________________________
File system:
Boot sector type: Unknown
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
mount: unknown filesystem type ''
sda3: __________________________________________________________________________
File system:
Boot sector type: Unknown
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
mount: unknown filesystem type ''
mount: unknown filesystem type ''
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>......../.:...0...~.....~...f...M.f.f....f..0~....>E}.u......
Boot sector info: Syslinux looks at sector 19576 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the directory.
No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
/EFI/BOOT/grubx64.efi
/System/Library/CoreServices/boot.efi /ldlinux.sys
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 2,048 51,202,047 51,200,000 83 Linux
/dev/sda2 563,197,952 1,465,147,391 901,949,440 83 Linux
/dev/sda3 ? 51,202,048 563,197,951 511,995,904 7 NTFS / exFAT / HPFS
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 3.7 GiB, 4002910208 bytes, 7818184 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 * 2,048 7,818,183 7,816,136 c W95 FAT32 (LBA)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sdb1 CA65-55A0 vfat ISOIMAGE
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Dec 6 11:45 ata-Crucial_CT750MX300SSD1_162412F6FE7F -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 6 11:45 ata-Crucial_CT750MX300SSD1_162412F6FE7F-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 6 11:45 ata-Crucial_CT750MX300SSD1_162412F6FE7F-part3 -> ../../sda3
lrwxrwxrwx 1 root root 9 Dec 6 11:45 usb-Kingston_DataTraveler_C10_001D0F0C7363F03103FA0BF4-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Dec 6 11:45 usb-Kingston_DataTraveler_C10_001D0F0C7363F03103FA0BF4-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Dec 6 11:45 wwn-0x500a075112f6fe7f -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 6 11:45 wwn-0x500a075112f6fe7f-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 6 11:45 wwn-0x500a075112f6fe7f-part3 -> ../../sda3
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sdb1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Try Ubuntu without installing" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
initrd /casper/initrd.lz
}
menuentry "Install Ubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
initrd /casper/initrd.lz
}
menuentry "Check disc for defects" {
set gfxpayload=keep
linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
============================== sdb1/syslinux.cfg: ==============================
--------------------------------------------------------------------------------
default menu.c32
prompt 0
menu title UNetbootin
timeout 100
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry0
menu label ^Help
kernel /ubnkern
append initrd=/ubninit
label ubnentry1
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry2
menu label ^Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
label ubnentry3
menu label ^Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
label ubnentry4
menu label Test ^memory
kernel /install/mt86plus
append initrd=/ubninit
label ubnentry5
menu label ^Boot from first hard disk
kernel /ubnkern
append initrd=/ubninit
label ubnentry6
menu label Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry7
menu label Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
label ubnentry8
menu label OEM install (for manufacturers)
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
label ubnentry9
menu label Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
--------------------------------------------------------------------------------
=================== sdb1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================= sdb1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
?? = ?? ldlinux.sys 1
?? = ?? ldlinux.c32 1
?? = ?? libcom32.c32 1
?? = ?? libutil.c32 1
?? = ?? menu.c32 1
============== sdb1: Version of COM32(R) files used by Syslinux: ===============
ldlinux.c32 : not a COM32/COM32R module
libcom32.c32 : not a COM32/COM32R module
libutil.c32 : not a COM32/COM32R module
menu.c32 : COM32R module (v4.xx)
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda1
Unknown BootLoader on sda2
00000000 16 18 16 00 96 82 1a 00 7d 00 0a 00 e7 47 01 00 |........}....G..|
00000010 b0 1d 00 00 00 00 00 00 78 a5 69 01 00 00 00 00 |........x.i.....|
00000020 df 02 00 00 00 00 00 00 b0 1d 00 00 00 00 00 00 |................|
00000030 58 a8 69 01 00 00 00 00 19 04 00 00 00 00 00 00 |X.i.............|
00000040 b0 1d 00 00 00 00 00 00 72 ac 69 01 00 00 00 00 |........r.i.....|
00000050 fd 02 00 00 00 00 00 00 b0 1d 00 00 00 00 00 00 |................|
00000060 70 af 69 01 00 00 00 00 75 03 00 00 00 00 00 00 |p.i.....u.......|
00000070 24 5e 08 00 d6 cb 1f 01 1b 18 16 00 55 74 19 00 |$^..........Ut..|
00000080 a4 09 0c 00 e8 47 01 00 b0 1d 00 00 00 00 00 00 |.....G..........|
00000090 70 af 69 01 00 00 00 00 75 03 00 00 00 00 00 00 |p.i.....u.......|
000000a0 b0 1d 00 00 00 00 00 00 e6 b2 69 01 00 00 00 00 |..........i.....|
000000b0 d6 02 00 00 00 00 00 00 b0 1d 00 00 00 00 00 00 |................|
000000c0 bd b5 69 01 00 00 00 00 ba 03 00 00 00 00 00 00 |..i.............|
000000d0 24 5e 08 00 28 cc 1f 01 1f 18 16 00 59 74 19 00 |$^..(.......Yt..|
000000e0 9e 5d 0b 00 e9 47 01 00 b0 1d 00 00 00 00 00 00 |.]...G..........|
000000f0 bd b5 69 01 00 00 00 00 ba 03 00 00 00 00 00 00 |..i.............|
00000100 b0 1d 00 00 00 00 00 00 78 b9 69 01 00 00 00 00 |........x.i.....|
00000110 b1 03 00 00 00 00 00 00 24 5e 08 00 96 cc 1f 01 |........$^......|
00000120 22 18 16 00 a2 82 1a 00 b9 c1 0b 00 ea 47 01 00 |"............G..|
00000130 b0 1d 00 00 00 00 00 00 78 b9 69 01 00 00 00 00 |........x.i.....|
00000140 b1 03 00 00 00 00 00 00 b0 1d 00 00 00 00 00 00 |................|
00000150 2a bd 69 01 00 00 00 00 3b 04 00 00 00 00 00 00 |*.i.....;.......|
00000160 24 5e 08 00 04 cd 1f 01 25 18 16 00 a4 82 1a 00 |$^......%.......|
00000170 c7 c6 09 00 eb 47 01 00 b0 1d 00 00 00 00 00 00 |.....G..........|
00000180 2a bd 69 01 00 00 00 00 3b 04 00 00 00 00 00 00 |*.i.....;.......|
00000190 b0 1d 00 00 00 00 00 00 66 c1 69 01 00 00 00 00 |........f.i.....|
000001a0 4e 03 00 00 00 00 00 00 24 5e 08 00 62 cd 1f 01 |N.......$^..b...|
000001b0 28 18 16 00 5b 74 19 00 a7 09 0c 00 ec 47 01 00 |(...[t.......G..|
000001c0 b0 1d 00 00 00 00 00 00 66 c1 69 01 00 00 00 00 |........f.i.....|
000001d0 4e 03 00 00 00 00 00 00 b0 1d 00 00 00 00 00 00 |N...............|
000001e0 b5 c4 69 01 00 00 00 00 ba 03 00 00 00 00 00 00 |..i.............|
000001f0 24 5e 08 00 98 cd 1f 01 2b 18 16 00 5d 74 19 00 |$^......+...]t..|
00000200
Unknown BootLoader on sda3
00000000 eb 4f fb b3 62 37 b9 cf 87 d7 e4 82 dd f3 c9 37 |.O..b7.........7|
00000010 36 4c 22 e7 ef 09 27 1f 78 d9 4a fe bb 55 95 3c |6L"...'.x.J..U.<|
00000020 72 b7 14 b9 d2 d8 78 72 9d bc 4e f2 e4 b2 d5 e4 |r.....xr..N.....|
00000030 9b f9 17 92 47 48 5c 20 f7 3d 31 4c ae 7e c1 82 |....GH\ .=1L.~..|
00000050 91 fc b1 89 1e f9 bb 03 c5 e4 f7 ce 08 93 ef cd |................|
00000060 dc 46 2e 36 d7 94 3c b0 e3 01 f9 98 cf 52 e4 7a |.F.6..<......R.z|
00000070 dd 7e e4 e5 4a 36 e4 99 e7 9e 91 e7 ee 90 23 0f |.~..J6........#.|
00000080 08 0c 22 e7 8d dc 4c 2e 92 5c 47 ae b1 46 91 3c |.."...L..\G..F.<|
00000090 de 32 82 bc 6f f1 76 f2 dd 5d ef c9 97 1e 50 23 |.2..o.v..]....P#|
000000a0 97 8e 3a 4e fe 47 d9 97 3c fb da 17 72 53 71 1d |..:N.G..<...rSq.|
000000b0 f2 f7 73 4f 93 ef bc bc 8f fc 49 dd 4f f2 5d b2 |..sO......I.O.].|
000000c0 6b c8 cf 29 a5 92 0b 1c 0d 21 17 dc d7 43 7e 3b |k..).....!...C~;|
000000d0 6f 1d 79 c2 dd 34 f2 e2 8e 08 f2 a9 17 07 c8 cf |o.y..4..........|
000000e0 97 6d 20 9f 57 7d 95 3c af 29 86 bc dc 6a 84 23 |.m .W}.<.)...j.#|
000000f0 fc 9b a3 2d b9 e4 f6 5c f2 58 db 38 72 97 f3 7c |...-...\.X.8r..||
00000100 e4 b7 e2 1d c9 2f 9f 2b 24 37 f5 4e 24 cf 38 2c |...../.+$7.N$.8,|
00000110 40 9e ef be 85 dc ca a7 84 dc 59 2e 85 fc c1 64 |@.........Y....d|
00000120 41 f2 4f 2d 1e e4 fa ed a5 e4 39 87 2f 90 db e8 |A.O-......9./...|
00000130 4f 25 6f 1c ed 45 ce 2b f8 90 fc e2 c9 cb e4 a9 |O%o..E.+........|
00000140 f2 a2 e4 37 1b 76 91 a7 7e 7a 4c ae 66 9e 49 6e |...7.v..~zL.f.In|
00000150 f9 58 9c 5c ca dd 8f fc d9 ae 2a f2 a1 aa eb e4 |.X.\......*.....|
00000160 6f 24 25 c9 ed f3 f6 90 bf 2d a9 26 17 19 95 4b |o$%......-.&...K|
00000170 2e b1 6c 16 b9 e5 dd 7d dc f5 1f bf 20 37 19 ca |..l....}.... 7..|
00000180 27 bf 2f 24 4d 7e fa f8 01 f2 ec c4 d7 e4 d3 4a |'./$M~.........J|
00000190 0b c9 27 dd 9e 4b 6e be 30 98 7c 85 ca 1b f2 84 |..'..Kn.0.|.....|
000001a0 b5 c5 e4 7c 4b e4 c8 03 4f 87 92 6b 9f af 27 3f |...|K...O..k..'?|
000001b0 93 51 42 be 76 b7 3c 79 4e 6d 18 b9 d1 fb 46 6e |.QB.v.<yNm....Fn|
000001c0 fd ea ef 90 db 9d 58 48 6e f1 f5 30 79 45 47 13 |......XHn..0yEG.|
000001d0 b9 7a 4b 29 b9 75 d8 62 f2 c8 57 91 e4 8d 8d cd |.zK).u.b..W.....|
000001e0 e4 4a f7 ee 93 6b 99 2f 21 5f 96 14 45 ee 72 e1 |.J...k./!_..E.r.|
000001f0 03 b9 cf fe 07 e4 15 c3 8a e4 93 b5 a3 c9 67 ae |..............g.|
00000200
=============================== StdErr Messages: ===============================
hexdump: /dev/sda1: No such file or directory
hexdump: /dev/sda1: No such file or directory
File descriptor 9 (/proc/7648/mounts) leaked on lvs invocation. Parent PID 12839: bash
File descriptor 63 (pipe:[129210]) leaked on lvs invocation. Parent PID 12839: bash
ADDITIONAL INFORMATION :
=================== log of boot-repair 2016-12-06__11h45 ===================
boot-repair version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
Error: /dev/sda: unrecognised disk label
Error: /dev/sda: unrecognised disk label
boot-repair is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --- BOOT_IMAGE=/casper/vmlinuz.efi
ls: cannot access '/home/usr/.config': No such file or directory
=================== os-prober:
=================== blkid:
/dev/sdb1: LABEL="ISOIMAGE" UUID="CA65-55A0" TYPE="vfat" PARTUUID="1d0dc92e-01"
/dev/loop0: TYPE="squashfs"
=================== UEFI/Legacy mode:
This live-session is not in EFI-mode.
SecureBoot maybe enabled.
=================== PARTITIONS & DISKS:
=================== parted -l:
Model: ATA Crucial_CT750MX3 (scsi)
Disk /dev/sda: 750GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
Model: Kingston DataTraveler C10 (scsi)
Disk /dev/sdb: 4003MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 4003MB 4002MB primary fat32 boot, lba
=================== parted -lm:
BYT;
/dev/sda:750GB:scsi:512:512:unknown:ATA Crucial_CT750MX3:;
BYT;
/dev/sdb:4003MB:scsi:512:512:msdos:Kingston DataTraveler C10:;
1:1049kB:4003MB:4002MB:fat32::boot, lba;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
sda disk 698.7G
sda2 part 5.3G
sda3 part 2.3G
sdb disk 3.7G
sdb1 part vfat 3.7G ISOIMAGE
loop0 loop squashfs 1.4G
KNAME ROTA RO RM STATE MOUNTPOINT
sda 0 0 0 running
sda2 0 0 0
sda3 0 0 0
sdb 1 0 1 running
sdb1 1 0 1 /cdrom
loop0 1 1 0 /rofs
=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3786140k,nr_inodes=946535,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=760156k,mode=755)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=760156k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
=================== ls:
/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 sda2 sda3 size slaves stat subsystem trace uevent
/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
/dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 initctl input kfd kmsg kvm lightnvm log lp0 mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda2 sda3 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
ls /dev/mapper: control
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 3.7G 0 3.7G 0% /dev
tmpfs tmpfs 743M 9.4M 734M 2% /run
/dev/sdb1 vfat 3.8G 1.5G 2.3G 39% /cdrom
/dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
/cow overlay 3.7G 85M 3.6G 3% /
tmpfs tmpfs 3.7G 204K 3.7G 1% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 3.7G 0 3.7G 0% /sys/fs/cgroup
tmpfs tmpfs 3.7G 152K 3.7G 1% /tmp
tmpfs tmpfs 743M 88K 743M 1% /run/user/999
=================== fdisk -l:
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0009e5ee
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 51202047 51200000 24.4G 83 Linux
/dev/sda2 563197952 1465147391 901949440 430.1G 83 Linux
/dev/sda3 51202048 563197951 511995904 244.1G 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
Disk /dev/sdb: 3.7 GiB, 4002910208 bytes, 7818184 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1d0dc92e
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 7818183 7816136 3.7G c W95 FAT32 (LBA)
Error: no partitions
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
=================== Suggested repair
The default repair of the Boot-Repair utility would not act on the MBR.
Additional repair would be performed: repair-filesystems
=================== User settings
The settings chosen by the user will not act on the boot.
paste.ubuntu.com ko (), using paste.debian
paste.debian.net ko (), using paste2