1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Windows 7/8/2012 is installed in the MBR of /dev/sda.
  4. => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system:
  7. Boot sector type: Unknown
  8. Boot sector info:
  9. Mounting failed: mount: unknown filesystem type ''
  10. sda2: __________________________________________________________________________
  11. File system:
  12. Boot sector type: Unknown
  13. Boot sector info:
  14. Mounting failed: mount: unknown filesystem type ''
  15. mount: unknown filesystem type ''
  16. sda3: __________________________________________________________________________
  17. File system:
  18. Boot sector type: Unknown
  19. Boot sector info:
  20. Mounting failed: mount: unknown filesystem type ''
  21. mount: unknown filesystem type ''
  22. mount: unknown filesystem type ''
  23. sdb1: __________________________________________________________________________
  24. File system: vfat
  25. Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>......../.:...0...~.....~...f...M.f.f....f..0~....>E}.u......
  26. Boot sector info: Syslinux looks at sector 19576 of /dev/sdb1 for its
  27. second stage. SYSLINUX is installed in the directory.
  28. No errors found in the Boot Parameter Block.
  29. Operating System:
  30. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  31. /EFI/BOOT/grubx64.efi
  32. /System/Library/CoreServices/boot.efi /ldlinux.sys
  33. ============================ Drive/Partition Info: =============================
  34. Drive: sda _____________________________________________________________________
  35. Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
  36. Units: sectors of 1 * 512 = 512 bytes
  37. Sector size (logical/physical): 512 bytes / 512 bytes
  38. I/O size (minimum/optimal): 512 bytes / 512 bytes
  39. Disklabel type: dos
  40. Partition Boot Start Sector End Sector # of Sectors Id System
  41. /dev/sda1 2,048 51,202,047 51,200,000 83 Linux
  42. /dev/sda2 563,197,952 1,465,147,391 901,949,440 83 Linux
  43. /dev/sda3 ? 51,202,048 563,197,951 511,995,904 7 NTFS / exFAT / HPFS
  44. Drive: sdb _____________________________________________________________________
  45. Disk /dev/sdb: 3.7 GiB, 4002910208 bytes, 7818184 sectors
  46. Units: sectors of 1 * 512 = 512 bytes
  47. Sector size (logical/physical): 512 bytes / 512 bytes
  48. I/O size (minimum/optimal): 512 bytes / 512 bytes
  49. Disklabel type: dos
  50. Partition Boot Start Sector End Sector # of Sectors Id System
  51. /dev/sdb1 * 2,048 7,818,183 7,816,136 c W95 FAT32 (LBA)
  52. "blkid" output: ________________________________________________________________
  53. Device UUID TYPE LABEL
  54. /dev/loop0 squashfs
  55. /dev/sdb1 CA65-55A0 vfat ISOIMAGE
  56. ========================= "ls -l /dev/disk/by-id" output: ======================
  57. total 0
  58. lrwxrwxrwx 1 root root 9 Dec 6 11:45 ata-Crucial_CT750MX300SSD1_162412F6FE7F -> ../../sda
  59. lrwxrwxrwx 1 root root 10 Dec 6 11:45 ata-Crucial_CT750MX300SSD1_162412F6FE7F-part2 -> ../../sda2
  60. lrwxrwxrwx 1 root root 10 Dec 6 11:45 ata-Crucial_CT750MX300SSD1_162412F6FE7F-part3 -> ../../sda3
  61. lrwxrwxrwx 1 root root 9 Dec 6 11:45 usb-Kingston_DataTraveler_C10_001D0F0C7363F03103FA0BF4-0:0 -> ../../sdb
  62. lrwxrwxrwx 1 root root 10 Dec 6 11:45 usb-Kingston_DataTraveler_C10_001D0F0C7363F03103FA0BF4-0:0-part1 -> ../../sdb1
  63. lrwxrwxrwx 1 root root 9 Dec 6 11:45 wwn-0x500a075112f6fe7f -> ../../sda
  64. lrwxrwxrwx 1 root root 10 Dec 6 11:45 wwn-0x500a075112f6fe7f-part2 -> ../../sda2
  65. lrwxrwxrwx 1 root root 10 Dec 6 11:45 wwn-0x500a075112f6fe7f-part3 -> ../../sda3
  66. ================================ Mount points: =================================
  67. Device Mount_Point Type Options
  68. /dev/loop0 /rofs squashfs (ro,noatime)
  69. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  70. =========================== sdb1/boot/grub/grub.cfg: ===========================
  71. --------------------------------------------------------------------------------
  72. if loadfont /boot/grub/font.pf2 ; then
  73. set gfxmode=auto
  74. insmod efi_gop
  75. insmod efi_uga
  76. insmod gfxterm
  77. terminal_output gfxterm
  78. fi
  79. set menu_color_normal=white/black
  80. set menu_color_highlight=black/light-gray
  81. menuentry "Try Ubuntu without installing" {
  82. set gfxpayload=keep
  83. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  84. initrd /casper/initrd.lz
  85. }
  86. menuentry "Install Ubuntu" {
  87. set gfxpayload=keep
  88. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  89. initrd /casper/initrd.lz
  90. }
  91. menuentry "OEM install (for manufacturers)" {
  92. set gfxpayload=keep
  93. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  94. initrd /casper/initrd.lz
  95. }
  96. menuentry "Check disc for defects" {
  97. set gfxpayload=keep
  98. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  99. initrd /casper/initrd.lz
  100. }
  101. --------------------------------------------------------------------------------
  102. ============================== sdb1/syslinux.cfg: ==============================
  103. --------------------------------------------------------------------------------
  104. default menu.c32
  105. prompt 0
  106. menu title UNetbootin
  107. timeout 100
  108. label unetbootindefault
  109. menu label Default
  110. kernel /ubnkern
  111. append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  112. label ubnentry0
  113. menu label ^Help
  114. kernel /ubnkern
  115. append initrd=/ubninit
  116. label ubnentry1
  117. menu label ^Try Ubuntu without installing
  118. kernel /casper/vmlinuz.efi
  119. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  120. label ubnentry2
  121. menu label ^Install Ubuntu
  122. kernel /casper/vmlinuz.efi
  123. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  124. label ubnentry3
  125. menu label ^Check disc for defects
  126. kernel /casper/vmlinuz.efi
  127. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  128. label ubnentry4
  129. menu label Test ^memory
  130. kernel /install/mt86plus
  131. append initrd=/ubninit
  132. label ubnentry5
  133. menu label ^Boot from first hard disk
  134. kernel /ubnkern
  135. append initrd=/ubninit
  136. label ubnentry6
  137. menu label Try Ubuntu without installing
  138. kernel /casper/vmlinuz.efi
  139. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  140. label ubnentry7
  141. menu label Install Ubuntu
  142. kernel /casper/vmlinuz.efi
  143. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  144. label ubnentry8
  145. menu label OEM install (for manufacturers)
  146. kernel /casper/vmlinuz.efi
  147. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  148. label ubnentry9
  149. menu label Check disc for defects
  150. kernel /casper/vmlinuz.efi
  151. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  152. --------------------------------------------------------------------------------
  153. =================== sdb1: Location of files loaded by Grub: ====================
  154. GiB - GB File Fragment(s)
  155. ?? = ?? boot/grub/grub.cfg 1
  156. ================= sdb1: Location of files loaded by Syslinux: ==================
  157. GiB - GB File Fragment(s)
  158. ?? = ?? syslinux.cfg 1
  159. ?? = ?? ldlinux.sys 1
  160. ?? = ?? ldlinux.c32 1
  161. ?? = ?? libcom32.c32 1
  162. ?? = ?? libutil.c32 1
  163. ?? = ?? menu.c32 1
  164. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  165. ldlinux.c32 : not a COM32/COM32R module
  166. libcom32.c32 : not a COM32/COM32R module
  167. libutil.c32 : not a COM32/COM32R module
  168. menu.c32 : COM32R module (v4.xx)
  169. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  170. Unknown BootLoader on sda1
  171. Unknown BootLoader on sda2
  172. 00000000 16 18 16 00 96 82 1a 00 7d 00 0a 00 e7 47 01 00 |........}....G..|
  173. 00000010 b0 1d 00 00 00 00 00 00 78 a5 69 01 00 00 00 00 |........x.i.....|
  174. 00000020 df 02 00 00 00 00 00 00 b0 1d 00 00 00 00 00 00 |................|
  175. 00000030 58 a8 69 01 00 00 00 00 19 04 00 00 00 00 00 00 |X.i.............|
  176. 00000040 b0 1d 00 00 00 00 00 00 72 ac 69 01 00 00 00 00 |........r.i.....|
  177. 00000050 fd 02 00 00 00 00 00 00 b0 1d 00 00 00 00 00 00 |................|
  178. 00000060 70 af 69 01 00 00 00 00 75 03 00 00 00 00 00 00 |p.i.....u.......|
  179. 00000070 24 5e 08 00 d6 cb 1f 01 1b 18 16 00 55 74 19 00 |$^..........Ut..|
  180. 00000080 a4 09 0c 00 e8 47 01 00 b0 1d 00 00 00 00 00 00 |.....G..........|
  181. 00000090 70 af 69 01 00 00 00 00 75 03 00 00 00 00 00 00 |p.i.....u.......|
  182. 000000a0 b0 1d 00 00 00 00 00 00 e6 b2 69 01 00 00 00 00 |..........i.....|
  183. 000000b0 d6 02 00 00 00 00 00 00 b0 1d 00 00 00 00 00 00 |................|
  184. 000000c0 bd b5 69 01 00 00 00 00 ba 03 00 00 00 00 00 00 |..i.............|
  185. 000000d0 24 5e 08 00 28 cc 1f 01 1f 18 16 00 59 74 19 00 |$^..(.......Yt..|
  186. 000000e0 9e 5d 0b 00 e9 47 01 00 b0 1d 00 00 00 00 00 00 |.]...G..........|
  187. 000000f0 bd b5 69 01 00 00 00 00 ba 03 00 00 00 00 00 00 |..i.............|
  188. 00000100 b0 1d 00 00 00 00 00 00 78 b9 69 01 00 00 00 00 |........x.i.....|
  189. 00000110 b1 03 00 00 00 00 00 00 24 5e 08 00 96 cc 1f 01 |........$^......|
  190. 00000120 22 18 16 00 a2 82 1a 00 b9 c1 0b 00 ea 47 01 00 |"............G..|
  191. 00000130 b0 1d 00 00 00 00 00 00 78 b9 69 01 00 00 00 00 |........x.i.....|
  192. 00000140 b1 03 00 00 00 00 00 00 b0 1d 00 00 00 00 00 00 |................|
  193. 00000150 2a bd 69 01 00 00 00 00 3b 04 00 00 00 00 00 00 |*.i.....;.......|
  194. 00000160 24 5e 08 00 04 cd 1f 01 25 18 16 00 a4 82 1a 00 |$^......%.......|
  195. 00000170 c7 c6 09 00 eb 47 01 00 b0 1d 00 00 00 00 00 00 |.....G..........|
  196. 00000180 2a bd 69 01 00 00 00 00 3b 04 00 00 00 00 00 00 |*.i.....;.......|
  197. 00000190 b0 1d 00 00 00 00 00 00 66 c1 69 01 00 00 00 00 |........f.i.....|
  198. 000001a0 4e 03 00 00 00 00 00 00 24 5e 08 00 62 cd 1f 01 |N.......$^..b...|
  199. 000001b0 28 18 16 00 5b 74 19 00 a7 09 0c 00 ec 47 01 00 |(...[t.......G..|
  200. 000001c0 b0 1d 00 00 00 00 00 00 66 c1 69 01 00 00 00 00 |........f.i.....|
  201. 000001d0 4e 03 00 00 00 00 00 00 b0 1d 00 00 00 00 00 00 |N...............|
  202. 000001e0 b5 c4 69 01 00 00 00 00 ba 03 00 00 00 00 00 00 |..i.............|
  203. 000001f0 24 5e 08 00 98 cd 1f 01 2b 18 16 00 5d 74 19 00 |$^......+...]t..|
  204. 00000200
  205. Unknown BootLoader on sda3
  206. 00000000 eb 4f fb b3 62 37 b9 cf 87 d7 e4 82 dd f3 c9 37 |.O..b7.........7|
  207. 00000010 36 4c 22 e7 ef 09 27 1f 78 d9 4a fe bb 55 95 3c |6L"...'.x.J..U.<|
  208. 00000020 72 b7 14 b9 d2 d8 78 72 9d bc 4e f2 e4 b2 d5 e4 |r.....xr..N.....|
  209. 00000030 9b f9 17 92 47 48 5c 20 f7 3d 31 4c ae 7e c1 82 |....GH\ .=1L.~..|
  210. 00000040 3c 2d 55 95 5c 52 33 8b dc 3d 4c 40 1e 7e 29 ce |<-U.\R3..=L@.~).|
  211. 00000050 91 fc b1 89 1e f9 bb 03 c5 e4 f7 ce 08 93 ef cd |................|
  212. 00000060 dc 46 2e 36 d7 94 3c b0 e3 01 f9 98 cf 52 e4 7a |.F.6..<......R.z|
  213. 00000070 dd 7e e4 e5 4a 36 e4 99 e7 9e 91 e7 ee 90 23 0f |.~..J6........#.|
  214. 00000080 08 0c 22 e7 8d dc 4c 2e 92 5c 47 ae b1 46 91 3c |.."...L..\G..F.<|
  215. 00000090 de 32 82 bc 6f f1 76 f2 dd 5d ef c9 97 1e 50 23 |.2..o.v..]....P#|
  216. 000000a0 97 8e 3a 4e fe 47 d9 97 3c fb da 17 72 53 71 1d |..:N.G..<...rSq.|
  217. 000000b0 f2 f7 73 4f 93 ef bc bc 8f fc 49 dd 4f f2 5d b2 |..sO......I.O.].|
  218. 000000c0 6b c8 cf 29 a5 92 0b 1c 0d 21 17 dc d7 43 7e 3b |k..).....!...C~;|
  219. 000000d0 6f 1d 79 c2 dd 34 f2 e2 8e 08 f2 a9 17 07 c8 cf |o.y..4..........|
  220. 000000e0 97 6d 20 9f 57 7d 95 3c af 29 86 bc dc 6a 84 23 |.m .W}.<.)...j.#|
  221. 000000f0 fc 9b a3 2d b9 e4 f6 5c f2 58 db 38 72 97 f3 7c |...-...\.X.8r..||
  222. 00000100 e4 b7 e2 1d c9 2f 9f 2b 24 37 f5 4e 24 cf 38 2c |...../.+$7.N$.8,|
  223. 00000110 40 9e ef be 85 dc ca a7 84 dc 59 2e 85 fc c1 64 |@.........Y....d|
  224. 00000120 41 f2 4f 2d 1e e4 fa ed a5 e4 39 87 2f 90 db e8 |A.O-......9./...|
  225. 00000130 4f 25 6f 1c ed 45 ce 2b f8 90 fc e2 c9 cb e4 a9 |O%o..E.+........|
  226. 00000140 f2 a2 e4 37 1b 76 91 a7 7e 7a 4c ae 66 9e 49 6e |...7.v..~zL.f.In|
  227. 00000150 f9 58 9c 5c ca dd 8f fc d9 ae 2a f2 a1 aa eb e4 |.X.\......*.....|
  228. 00000160 6f 24 25 c9 ed f3 f6 90 bf 2d a9 26 17 19 95 4b |o$%......-.&...K|
  229. 00000170 2e b1 6c 16 b9 e5 dd 7d dc f5 1f bf 20 37 19 ca |..l....}.... 7..|
  230. 00000180 27 bf 2f 24 4d 7e fa f8 01 f2 ec c4 d7 e4 d3 4a |'./$M~.........J|
  231. 00000190 0b c9 27 dd 9e 4b 6e be 30 98 7c 85 ca 1b f2 84 |..'..Kn.0.|.....|
  232. 000001a0 b5 c5 e4 7c 4b e4 c8 03 4f 87 92 6b 9f af 27 3f |...|K...O..k..'?|
  233. 000001b0 93 51 42 be 76 b7 3c 79 4e 6d 18 b9 d1 fb 46 6e |.QB.v.<yNm....Fn|
  234. 000001c0 fd ea ef 90 db 9d 58 48 6e f1 f5 30 79 45 47 13 |......XHn..0yEG.|
  235. 000001d0 b9 7a 4b 29 b9 75 d8 62 f2 c8 57 91 e4 8d 8d cd |.zK).u.b..W.....|
  236. 000001e0 e4 4a f7 ee 93 6b 99 2f 21 5f 96 14 45 ee 72 e1 |.J...k./!_..E.r.|
  237. 000001f0 03 b9 cf fe 07 e4 15 c3 8a e4 93 b5 a3 c9 67 ae |..............g.|
  238. 00000200
  239. =============================== StdErr Messages: ===============================
  240. hexdump: /dev/sda1: No such file or directory
  241. hexdump: /dev/sda1: No such file or directory
  242. File descriptor 9 (/proc/7648/mounts) leaked on lvs invocation. Parent PID 12839: bash
  243. File descriptor 63 (pipe:[129210]) leaked on lvs invocation. Parent PID 12839: bash
  244. ADDITIONAL INFORMATION :
  245. =================== log of boot-repair 2016-12-06__11h45 ===================
  246. boot-repair version : 4ppa40
  247. boot-sav version : 4ppa40
  248. glade2script version : 3.2.3~ppa1
  249. boot-sav-extra version : 4ppa40
  250. Error: /dev/sda: unrecognised disk label
  251. Error: /dev/sda: unrecognised disk label
  252. boot-repair is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  253. CPU op-mode(s): 32-bit, 64-bit
  254. initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --- BOOT_IMAGE=/casper/vmlinuz.efi
  255. ls: cannot access '/home/usr/.config': No such file or directory
  256. =================== os-prober:
  257. =================== blkid:
  258. /dev/sdb1: LABEL="ISOIMAGE" UUID="CA65-55A0" TYPE="vfat" PARTUUID="1d0dc92e-01"
  259. /dev/loop0: TYPE="squashfs"
  260. =================== UEFI/Legacy mode:
  261. This live-session is not in EFI-mode.
  262. SecureBoot maybe enabled.
  263. =================== PARTITIONS & DISKS:
  264. =================== parted -l:
  265. Model: ATA Crucial_CT750MX3 (scsi)
  266. Disk /dev/sda: 750GB
  267. Sector size (logical/physical): 512B/512B
  268. Partition Table: unknown
  269. Disk Flags:
  270. Model: Kingston DataTraveler C10 (scsi)
  271. Disk /dev/sdb: 4003MB
  272. Sector size (logical/physical): 512B/512B
  273. Partition Table: msdos
  274. Disk Flags:
  275. Number Start End Size Type File system Flags
  276. 1 1049kB 4003MB 4002MB primary fat32 boot, lba
  277. =================== parted -lm:
  278. BYT;
  279. /dev/sda:750GB:scsi:512:512:unknown:ATA Crucial_CT750MX3:;
  280. BYT;
  281. /dev/sdb:4003MB:scsi:512:512:msdos:Kingston DataTraveler C10:;
  282. 1:1049kB:4003MB:4002MB:fat32::boot, lba;
  283. =================== lsblk:
  284. KNAME TYPE FSTYPE SIZE LABEL
  285. sda disk 698.7G
  286. sda2 part 5.3G
  287. sda3 part 2.3G
  288. sdb disk 3.7G
  289. sdb1 part vfat 3.7G ISOIMAGE
  290. loop0 loop squashfs 1.4G
  291. KNAME ROTA RO RM STATE MOUNTPOINT
  292. sda 0 0 0 running
  293. sda2 0 0 0
  294. sda3 0 0 0
  295. sdb 1 0 1 running
  296. sdb1 1 0 1 /cdrom
  297. loop0 1 1 0 /rofs
  298. =================== mount:
  299. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  300. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  301. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3786140k,nr_inodes=946535,mode=755)
  302. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  303. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=760156k,mode=755)
  304. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  305. /dev/loop0 on /rofs type squashfs (ro,noatime)
  306. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  307. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  308. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  309. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  310. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  311. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  312. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  313. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  314. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  315. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  316. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  317. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  318. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  319. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  320. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  321. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  322. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  323. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  324. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  325. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  326. mqueue on /dev/mqueue type mqueue (rw,relatime)
  327. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  328. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  329. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  330. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=760156k,mode=700,uid=999,gid=999)
  331. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  332. =================== ls:
  333. /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
  334. /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
  335. /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
  336. ls /dev/mapper: control
  337. =================== df -Th:
  338. Filesystem Type Size Used Avail Use% Mounted on
  339. udev devtmpfs 3.7G 0 3.7G 0% /dev
  340. tmpfs tmpfs 743M 9.4M 734M 2% /run
  341. /dev/sdb1 vfat 3.8G 1.5G 2.3G 39% /cdrom
  342. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  343. /cow overlay 3.7G 85M 3.6G 3% /
  344. tmpfs tmpfs 3.7G 204K 3.7G 1% /dev/shm
  345. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  346. tmpfs tmpfs 3.7G 0 3.7G 0% /sys/fs/cgroup
  347. tmpfs tmpfs 3.7G 152K 3.7G 1% /tmp
  348. tmpfs tmpfs 743M 88K 743M 1% /run/user/999
  349. =================== fdisk -l:
  350. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  351. Units: sectors of 1 * 512 = 512 bytes
  352. Sector size (logical/physical): 512 bytes / 4096 bytes
  353. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  354. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  355. Units: sectors of 1 * 512 = 512 bytes
  356. Sector size (logical/physical): 512 bytes / 4096 bytes
  357. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  358. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  359. Units: sectors of 1 * 512 = 512 bytes
  360. Sector size (logical/physical): 512 bytes / 4096 bytes
  361. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  362. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  363. Units: sectors of 1 * 512 = 512 bytes
  364. Sector size (logical/physical): 512 bytes / 4096 bytes
  365. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  366. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  367. Units: sectors of 1 * 512 = 512 bytes
  368. Sector size (logical/physical): 512 bytes / 4096 bytes
  369. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  370. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  371. Units: sectors of 1 * 512 = 512 bytes
  372. Sector size (logical/physical): 512 bytes / 4096 bytes
  373. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  374. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  375. Units: sectors of 1 * 512 = 512 bytes
  376. Sector size (logical/physical): 512 bytes / 4096 bytes
  377. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  378. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  379. Units: sectors of 1 * 512 = 512 bytes
  380. Sector size (logical/physical): 512 bytes / 4096 bytes
  381. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  382. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  383. Units: sectors of 1 * 512 = 512 bytes
  384. Sector size (logical/physical): 512 bytes / 4096 bytes
  385. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  386. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  387. Units: sectors of 1 * 512 = 512 bytes
  388. Sector size (logical/physical): 512 bytes / 4096 bytes
  389. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  390. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  391. Units: sectors of 1 * 512 = 512 bytes
  392. Sector size (logical/physical): 512 bytes / 4096 bytes
  393. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  394. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  395. Units: sectors of 1 * 512 = 512 bytes
  396. Sector size (logical/physical): 512 bytes / 4096 bytes
  397. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  398. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  399. Units: sectors of 1 * 512 = 512 bytes
  400. Sector size (logical/physical): 512 bytes / 4096 bytes
  401. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  402. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  403. Units: sectors of 1 * 512 = 512 bytes
  404. Sector size (logical/physical): 512 bytes / 4096 bytes
  405. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  406. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  407. Units: sectors of 1 * 512 = 512 bytes
  408. Sector size (logical/physical): 512 bytes / 4096 bytes
  409. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  410. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  411. Units: sectors of 1 * 512 = 512 bytes
  412. Sector size (logical/physical): 512 bytes / 4096 bytes
  413. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  414. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  415. Units: sectors of 1 * 512 = 512 bytes
  416. Sector size (logical/physical): 512 bytes / 512 bytes
  417. I/O size (minimum/optimal): 512 bytes / 512 bytes
  418. Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
  419. Units: sectors of 1 * 512 = 512 bytes
  420. Sector size (logical/physical): 512 bytes / 512 bytes
  421. I/O size (minimum/optimal): 512 bytes / 512 bytes
  422. Disklabel type: dos
  423. Disk identifier: 0x0009e5ee
  424. Device Boot Start End Sectors Size Id Type
  425. /dev/sda1 2048 51202047 51200000 24.4G 83 Linux
  426. /dev/sda2 563197952 1465147391 901949440 430.1G 83 Linux
  427. /dev/sda3 51202048 563197951 511995904 244.1G 7 HPFS/NTFS/exFAT
  428. Partition table entries are not in disk order.
  429. Disk /dev/sdb: 3.7 GiB, 4002910208 bytes, 7818184 sectors
  430. Units: sectors of 1 * 512 = 512 bytes
  431. Sector size (logical/physical): 512 bytes / 512 bytes
  432. I/O size (minimum/optimal): 512 bytes / 512 bytes
  433. Disklabel type: dos
  434. Disk identifier: 0x1d0dc92e
  435. Device Boot Start End Sectors Size Id Type
  436. /dev/sdb1 * 2048 7818183 7816136 3.7G c W95 FAT32 (LBA)
  437. Error: no partitions
  438. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  439. =================== Suggested repair
  440. The default repair of the Boot-Repair utility would not act on the MBR.
  441. Additional repair would be performed: repair-filesystems
  442. =================== User settings
  443. The settings chosen by the user will not act on the boot.
  444. paste.ubuntu.com ko (), using paste.debian
  445. paste.debian.net ko (), using paste2