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/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>..........9...0...~.....~...f...M.f.f....f..0~....>E}.u......
  7. Boot sector info: Syslinux looks at sector 1839680 of /dev/sda1 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. ============================ Drive/Partition Info: =============================
  14. Drive: sda _____________________________________________________________________
  15. Disk /dev/sda: 1.9 GiB, 2004877312 bytes, 3915776 sectors
  16. Units: sectors of 1 * 512 = 512 bytes
  17. Sector size (logical/physical): 512 bytes / 512 bytes
  18. I/O size (minimum/optimal): 512 bytes / 512 bytes
  19. Disklabel type: dos
  20. Partition Boot Start Sector End Sector # of Sectors Id System
  21. /dev/sda1 * 32 3,915,775 3,915,744 6 FAT16
  22. "blkid" output: ________________________________________________________________
  23. Device UUID TYPE LABEL
  24. /dev/loop0 squashfs
  25. /dev/mmcblk0
  26. /dev/mmcblk0p1 4CCE-C6E4 vfat SYSTEM
  27. /dev/mmcblk0p2
  28. /dev/mmcblk0p3 78C6D1B7C6D175BA ntfs OS
  29. /dev/mmcblk0p4 52DC6D6CDC6D4AF5 ntfs RECOVERY
  30. /dev/sda1 640F-A39D vfat
  31. /dev/zram0 ced725ec-ab85-47e5-9c2b-9dace1dc53e3 swap
  32. /dev/zram1 6c3b6a6c-c90a-47dc-8695-ebd638132c72 swap
  33. /dev/zram2 69b37a34-cc8d-4c09-a4ee-abc2cc059b45 swap
  34. /dev/zram3 815a48b9-8423-4a67-8720-d3a467a48000 swap
  35. ========================= "ls -l /dev/disk/by-id" output: ======================
  36. total 0
  37. lrwxrwxrwx 1 root root 13 Jul 28 14:48 mmc-BGND3R_0x9914b869 -> ../../mmcblk0
  38. lrwxrwxrwx 1 root root 15 Jul 28 14:48 mmc-BGND3R_0x9914b869-part1 -> ../../mmcblk0p1
  39. lrwxrwxrwx 1 root root 15 Jul 28 14:48 mmc-BGND3R_0x9914b869-part2 -> ../../mmcblk0p2
  40. lrwxrwxrwx 1 root root 15 Jul 28 14:48 mmc-BGND3R_0x9914b869-part3 -> ../../mmcblk0p3
  41. lrwxrwxrwx 1 root root 15 Jul 28 14:48 mmc-BGND3R_0x9914b869-part4 -> ../../mmcblk0p4
  42. lrwxrwxrwx 1 root root 9 Jul 28 18:17 usb-General_USB_Flash_Disk_0000000000000C89-0:0 -> ../../sda
  43. lrwxrwxrwx 1 root root 10 Jul 28 18:17 usb-General_USB_Flash_Disk_0000000000000C89-0:0-part1 -> ../../sda1
  44. ================================ Mount points: =================================
  45. Device Mount_Point Type Options
  46. /dev/loop0 /rofs squashfs (ro,noatime)
  47. /dev/mmcblk0p3 /media/lubuntu/OS fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
  48. /dev/sda1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  49. =========================== sda1/boot/grub/grub.cfg: ===========================
  50. --------------------------------------------------------------------------------
  51. if loadfont /boot/grub/font.pf2 ; then
  52. set gfxmode=auto
  53. insmod efi_gop
  54. insmod efi_uga
  55. insmod gfxterm
  56. terminal_output gfxterm
  57. fi
  58. set menu_color_normal=white/black
  59. set menu_color_highlight=black/light-gray
  60. menuentry "Try Lubuntu without installing" {
  61. set gfxpayload=keep
  62. linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
  63. initrd /casper/initrd.lz
  64. }
  65. menuentry "Install Lubuntu" {
  66. set gfxpayload=keep
  67. linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash ---
  68. initrd /casper/initrd.lz
  69. }
  70. menuentry "OEM install (for manufacturers)" {
  71. set gfxpayload=keep
  72. linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  73. initrd /casper/initrd.lz
  74. }
  75. menuentry "Check disc for defects" {
  76. set gfxpayload=keep
  77. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  78. initrd /casper/initrd.lz
  79. }
  80. --------------------------------------------------------------------------------
  81. ============================== sda1/syslinux.cfg: ==============================
  82. --------------------------------------------------------------------------------
  83. default menu.c32
  84. prompt 0
  85. menu title UNetbootin
  86. timeout 100
  87. label unetbootindefault
  88. menu label Default
  89. kernel /ubnkern
  90. append initrd=/ubninit file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
  91. label ubnentry0
  92. menu label ^Help
  93. kernel /ubnkern
  94. append initrd=/ubninit
  95. label ubnentry1
  96. menu label ^Try Lubuntu without installing
  97. kernel /casper/vmlinuz.efi
  98. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
  99. label ubnentry2
  100. menu label ^Install Lubuntu
  101. kernel /casper/vmlinuz.efi
  102. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash ---
  103. label ubnentry3
  104. menu label ^Check disc for defects
  105. kernel /casper/vmlinuz.efi
  106. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  107. label ubnentry4
  108. menu label Test ^memory
  109. kernel /install/mt86plus
  110. append initrd=/ubninit
  111. label ubnentry5
  112. menu label ^Boot from first hard disk
  113. kernel /ubnkern
  114. append initrd=/ubninit
  115. label ubnentry6
  116. menu label Try Lubuntu without installing
  117. kernel /casper/vmlinuz.efi
  118. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
  119. label ubnentry7
  120. menu label Install Lubuntu
  121. kernel /casper/vmlinuz.efi
  122. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash ---
  123. label ubnentry8
  124. menu label OEM install (for manufacturers)
  125. kernel /casper/vmlinuz.efi
  126. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  127. label ubnentry9
  128. menu label Check disc for defects
  129. kernel /casper/vmlinuz.efi
  130. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  131. --------------------------------------------------------------------------------
  132. =================== sda1: Location of files loaded by Grub: ====================
  133. GiB - GB File Fragment(s)
  134. ?? = ?? boot/grub/grub.cfg 1
  135. ================= sda1: Location of files loaded by Syslinux: ==================
  136. GiB - GB File Fragment(s)
  137. ?? = ?? syslinux.cfg 1
  138. ?? = ?? ldlinux.sys 1
  139. ?? = ?? menu.c32 1
  140. ============== sda1: Version of COM32(R) files used by Syslinux: ===============
  141. menu.c32 : COM32R module (v4.xx)
  142. =============================== StdErr Messages: ===============================
  143. File descriptor 8 (/proc/17107/mounts) leaked on lvs invocation. Parent PID 24400: bash
  144. File descriptor 63 (pipe:[70049]) leaked on lvs invocation. Parent PID 24400: bash
  145. ADDITIONAL INFORMATION :
  146. =================== log of boot-info 2016-07-28__18h17 ===================
  147. boot-info version : 4ppa38
  148. boot-sav version : 4ppa38
  149. glade2script version : 3.2.3~ppa1
  150. boot-sav-extra version : 4ppa38
  151. Error: /dev/mmcblk0rpmb: unrecognised disk label
  152. Warning: Error fsyncing/closing /dev/mmcblk0rpmb: Input/output error
  153. Error: /dev/mmcblk0boot0: unrecognised disk label
  154. Error: /dev/mmcblk0boot1: unrecognised disk label
  155. Error: /dev/mmcblk0rpmb: unrecognised disk label
  156. Warning: Error fsyncing/closing /dev/mmcblk0rpmb: Input/output error
  157. Error: /dev/mmcblk0boot0: unrecognised disk label
  158. Error: /dev/mmcblk0boot1: unrecognised disk label
  159. boot-info is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  160. CPU op-mode(s): 32-bit, 64-bit
  161. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
  162. ls: cannot access '/home/usr/.config': No such file or directory
  163. mmcblk0 (sda) has unknown type. Please report this message to [email protected]
  164. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  165. mount /dev/mmcblk0 : Error code 32
  166. mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
  167. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  168. mount -r /dev/mmcblk0 : Error code 32
  169. cat: /sys/block/mmcblk0/mmcblk0boot0/start: No such file or directory
  170. cat: /sys/block/mmcblk0/mmcblk0boot1/start: No such file or directory
  171. cat: /sys/block/mmcblk0/mmcblk0rpmb/start: No such file or directory
  172. =================== os-prober:
  173. /dev/mmcblk0p1@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  174. =================== blkid:
  175. /dev/mmcblk0p1: LABEL="SYSTEM" UUID="4CCE-C6E4" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="855cead0-0fbe-4291-a71c-e4532b262710"
  176. /dev/mmcblk0p3: LABEL="OS" UUID="78C6D1B7C6D175BA" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="eeed30a1-2520-425d-ba50-097444dc4bba"
  177. /dev/mmcblk0p4: LABEL="RECOVERY" UUID="52DC6D6CDC6D4AF5" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="96c6ee33-b9a5-491c-bdbb-9567a523bfb9"
  178. /dev/sda1: SEC_TYPE="msdos" UUID="640F-A39D" TYPE="vfat"
  179. /dev/loop0: TYPE="squashfs"
  180. /dev/zram0: UUID="ced725ec-ab85-47e5-9c2b-9dace1dc53e3" TYPE="swap"
  181. /dev/zram1: UUID="6c3b6a6c-c90a-47dc-8695-ebd638132c72" TYPE="swap"
  182. /dev/zram2: UUID="69b37a34-cc8d-4c09-a4ee-abc2cc059b45" TYPE="swap"
  183. /dev/zram3: UUID="815a48b9-8423-4a67-8720-d3a467a48000" TYPE="swap"
  184. /dev/mmcblk0: PTUUID="605adaf7-56be-4337-b7cd-324fe4d3a89e" PTTYPE="gpt"
  185. /dev/mmcblk0p2: PARTLABEL="Microsoft reserved partition" PARTUUID="37ea0b49-7f07-499f-a3e7-4fd56a841374"
  186. 1 disks with OS, 1 OS : 0 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  187. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  188. mount /dev/mmcblk0 : Error code 32
  189. mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
  190. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  191. mount -r /dev/mmcblk0 : Error code 32
  192. Windows not detected by os-prober on mmcblk0p3.
  193. Presence of EFI/Microsoft file detected: /mnt/boot-sav/mmcblk0p1/EFI/Microsoft/Boot/bootmgfw.efi
  194. Presence of EFI/Boot file detected: /mnt/boot-sav/mmcblk0p1/EFI/Boot/bootx64.efi
  195. =================== efibootmgr -v
  196. BootCurrent: 0001
  197. Timeout: 1 seconds
  198. BootOrder: 0000,0001
  199. Boot0000* Windows Boot Manager HD(1,GPT,855cead0-0fbe-4291-a71c-e4532b262710,0x800,0x82000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...p................
  200. Boot0001* UEFI: General USB Flash Disk 1.0, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/HD(1,MBR,0x0,0x20,0x3bbfe0)..BO
  201. =================== UEFI/Legacy mode:
  202. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  203. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  204. =================== PARTITIONS & DISKS:
  205. mmcblk0p1 : mmcblk0, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-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/mmcblk0p1.
  206. mmcblk0p3 : mmcblk0, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /media/lubuntu/OS.
  207. mmcblk0p4 : mmcblk0, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/mmcblk0p4.
  208. mmcblk0 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/mmcblk0.
  209. mmcblk0 : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 1 sectors * 512 bytes
  210. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, no-os, 32 sectors * 512 bytes
  211. =================== parted -l:
  212. Model: General USB Flash Disk (scsi)
  213. Disk /dev/sda: 2005MB
  214. Sector size (logical/physical): 512B/512B
  215. Partition Table: msdos
  216. Disk Flags:
  217. Number Start End Size Type File system Flags
  218. 1 16.4kB 2005MB 2005MB primary fat16 boot
  219. Model: Unknown (unknown)
  220. Disk /dev/zram0: 248MB
  221. Sector size (logical/physical): 4096B/4096B
  222. Partition Table: loop
  223. Disk Flags:
  224. Number Start End Size File system Flags
  225. 1 0.00B 248MB 248MB linux-swap(v1)
  226. Model: Unknown (unknown)
  227. Disk /dev/zram1: 248MB
  228. Sector size (logical/physical): 4096B/4096B
  229. Partition Table: loop
  230. Disk Flags:
  231. Number Start End Size File system Flags
  232. 1 0.00B 248MB 248MB linux-swap(v1)
  233. Model: Unknown (unknown)
  234. Disk /dev/zram2: 248MB
  235. Sector size (logical/physical): 4096B/4096B
  236. Partition Table: loop
  237. Disk Flags:
  238. Number Start End Size File system Flags
  239. 1 0.00B 248MB 248MB linux-swap(v1)
  240. Model: Unknown (unknown)
  241. Disk /dev/zram3: 248MB
  242. Sector size (logical/physical): 4096B/4096B
  243. Partition Table: loop
  244. Disk Flags:
  245. Number Start End Size File system Flags
  246. 1 0.00B 248MB 248MB linux-swap(v1)
  247. Model: Generic SD/MMC Storage Card (sd/mmc)
  248. Disk /dev/mmcblk0rpmb: 4194kB
  249. Sector size (logical/physical): 512B/512B
  250. Partition Table: unknown
  251. Disk Flags:
  252. Model: Generic SD/MMC Storage Card (sd/mmc)
  253. Disk /dev/mmcblk0boot0: 4194kB
  254. Sector size (logical/physical): 512B/512B
  255. Partition Table: unknown
  256. Disk Flags:
  257. Model: Generic SD/MMC Storage Card (sd/mmc)
  258. Disk /dev/mmcblk0boot1: 4194kB
  259. Sector size (logical/physical): 512B/512B
  260. Partition Table: unknown
  261. Disk Flags:
  262. Model: MMC BGND3R (sd/mmc)
  263. Disk /dev/mmcblk0: 31.3GB
  264. Sector size (logical/physical): 512B/512B
  265. Partition Table: gpt
  266. Disk Flags:
  267. Number Start End Size File system Name Flags
  268. 1 1049kB 274MB 273MB fat32 EFI system partition boot, esp
  269. 2 274MB 290MB 16.8MB Microsoft reserved partition msftres
  270. 3 290MB 22.4GB 22.1GB ntfs Basic data partition msftdata
  271. 4 30.7GB 31.3GB 523MB ntfs Basic data partition hidden, diag
  272. =================== parted -lm:
  273. BYT;
  274. /dev/sda:2005MB:scsi:512:512:msdos:General USB Flash Disk:;
  275. 1:16.4kB:2005MB:2005MB:fat16::boot;
  276. BYT;
  277. /dev/zram0:248MB:unknown:4096:4096:loop:Unknown:;
  278. 1:0.00B:248MB:248MB:linux-swap(v1)::;
  279. BYT;
  280. /dev/zram1:248MB:unknown:4096:4096:loop:Unknown:;
  281. 1:0.00B:248MB:248MB:linux-swap(v1)::;
  282. BYT;
  283. /dev/zram2:248MB:unknown:4096:4096:loop:Unknown:;
  284. 1:0.00B:248MB:248MB:linux-swap(v1)::;
  285. BYT;
  286. /dev/zram3:248MB:unknown:4096:4096:loop:Unknown:;
  287. 1:0.00B:248MB:248MB:linux-swap(v1)::;
  288. BYT;
  289. /dev/mmcblk0rpmb:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;
  290. BYT;
  291. /dev/mmcblk0boot0:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;
  292. BYT;
  293. /dev/mmcblk0boot1:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;
  294. BYT;
  295. /dev/mmcblk0:31.3GB:sd/mmc:512:512:gpt:MMC BGND3R:;
  296. 1:1049kB:274MB:273MB:fat32:EFI system partition:boot, esp;
  297. 2:274MB:290MB:16.8MB::Microsoft reserved partition:msftres;
  298. 3:290MB:22.4GB:22.1GB:ntfs:Basic data partition:msftdata;
  299. 4:30.7GB:31.3GB:523MB:ntfs:Basic data partition:hidden, diag;
  300. =================== lsblk:
  301. KNAME TYPE FSTYPE SIZE LABEL
  302. sda disk 1.9G
  303. sda1 part vfat 1.9G
  304. loop0 loop squashfs 808.3M
  305. zram0 disk 236.7M
  306. zram1 disk 236.7M
  307. zram2 disk 236.7M
  308. zram3 disk 236.7M
  309. mmcblk0rpmb disk 4M
  310. mmcblk0boot0 disk 4M
  311. mmcblk0boot1 disk 4M
  312. mmcblk0 disk 29.1G
  313. mmcblk0p1 part vfat 260M SYSTEM
  314. mmcblk0p2 part 16M
  315. mmcblk0p3 part ntfs 20.6G OS
  316. mmcblk0p4 part ntfs 499M RECOVERY
  317. KNAME ROTA RO RM STATE MOUNTPOINT
  318. sda 1 0 1 running
  319. sda1 1 0 1 /cdrom
  320. loop0 1 1 0 /rofs
  321. zram0 0 0 0 [SWAP]
  322. zram1 0 0 0 [SWAP]
  323. zram2 0 0 0 [SWAP]
  324. zram3 0 0 0 [SWAP]
  325. mmcblk0rpmb 0 0 0
  326. mmcblk0boot0 0 1 0
  327. mmcblk0boot1 0 1 0
  328. mmcblk0 0 0 0
  329. mmcblk0p1 0 0 0 /mnt/boot-sav/mmcblk0p1
  330. mmcblk0p2 0 0 0
  331. mmcblk0p3 0 0 0 /media/lubuntu/OS
  332. mmcblk0p4 0 0 0 /mnt/boot-sav/mmcblk0p4
  333. =================== mount:
  334. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  335. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  336. udev on /dev type devtmpfs (rw,nosuid,relatime,size=954700k,nr_inodes=238675,mode=755)
  337. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  338. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=193868k,mode=755)
  339. /dev/sda1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  340. /dev/loop0 on /rofs type squashfs (ro,noatime)
  341. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  342. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  343. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  344. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  345. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  346. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  347. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  348. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  349. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  350. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  351. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  352. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  353. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  354. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  355. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  356. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  357. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  358. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  359. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  360. mqueue on /dev/mqueue type mqueue (rw,relatime)
  361. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  362. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  363. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  364. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  365. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  366. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=193868k,mode=700,uid=999,gid=999)
  367. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  368. /dev/mmcblk0p3 on /media/lubuntu/OS type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
  369. /dev/mmcblk0p1 on /mnt/boot-sav/mmcblk0p1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  370. /dev/mmcblk0p4 on /mnt/boot-sav/mmcblk0p4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  371. =================== ls:
  372. /sys/block/mmcblk0 (filtered): alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0p4 mmcblk0rpmb power queue range removable ro size slaves stat subsystem trace uevent
  373. /sys/block/mmcblk0boot0 (filtered): alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
  374. /sys/block/mmcblk0boot1 (filtered): alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
  375. /sys/block/mmcblk0rpmb (filtered): alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  376. /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
  377. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mmcblk0 mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0p4 mmcblk0rpmb mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sg0 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  378. ls /dev/mapper: control
  379. =================== hexdump -n512 -C /dev/mmcblk0p1
  380. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 fe 1b |.X.MSDOS5.0.....|
  381. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  382. 00000020 00 20 08 00 01 02 00 00 00 00 00 00 02 00 00 00 |. ..............|
  383. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  384. 00000040 80 01 29 e4 c6 ce 4c 4e 4f 20 4e 41 4d 45 20 20 |..)...LNO NAME |
  385. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  386. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  387. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  388. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  389. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  390. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  391. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  392. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  393. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  394. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  395. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  396. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  397. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  398. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  399. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  400. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  401. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  402. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  403. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  404. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  405. *
  406. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
  407. 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
  408. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  409. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  410. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  411. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  412. 00000200
  413. =================== hexdump -n512 -C /dev/mmcblk0p3
  414. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  415. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 08 00 |........?.......|
  416. 00000020 00 00 00 00 80 00 80 00 ff 97 91 02 00 00 00 00 |................|
  417. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  418. 00000040 f6 00 00 00 01 00 00 00 ba 75 d1 c6 b7 d1 c6 78 |.........u.....x|
  419. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  420. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  421. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  422. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  423. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  424. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  425. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  426. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  427. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  428. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  429. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  430. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  431. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  432. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  433. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  434. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  435. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  436. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  437. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  438. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  439. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  440. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  441. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  442. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  443. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  444. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  445. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  446. 00000200
  447. =================== hexdump -n512 -C /dev/mmcblk0p4
  448. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  449. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 40 94 03 |........?....@..|
  450. 00000020 00 00 00 00 80 00 80 00 ff 97 0f 00 00 00 00 00 |................|
  451. 00000030 55 a6 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U...............|
  452. 00000040 f6 00 00 00 01 00 00 00 f5 4a 6d dc 6c 6d dc 52 |.........Jm.lm.R|
  453. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  454. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  455. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  456. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  457. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  458. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  459. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  460. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  461. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  462. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  463. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  464. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  465. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  466. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  467. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  468. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  469. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  470. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  471. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  472. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  473. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  474. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  475. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  476. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  477. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  478. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  479. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  480. 00000200
  481. =================== df -Th:
  482. Filesystem Type Size Used Avail Use% Mounted on
  483. udev devtmpfs 933M 0 933M 0% /dev
  484. tmpfs tmpfs 190M 6.1M 184M 4% /run
  485. /dev/sda1 vfat 1.9G 899M 1014M 47% /cdrom
  486. /dev/loop0 squashfs 809M 809M 0 100% /rofs
  487. /cow overlay 947M 117M 830M 13% /
  488. tmpfs tmpfs 947M 0 947M 0% /dev/shm
  489. tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
  490. tmpfs tmpfs 947M 0 947M 0% /sys/fs/cgroup
  491. tmpfs tmpfs 947M 40K 947M 1% /tmp
  492. tmpfs tmpfs 190M 12K 190M 1% /run/user/999
  493. /dev/mmcblk0p3 fuseblk 21G 16G 5.5G 74% /media/lubuntu/OS
  494. /dev/mmcblk0p1 vfat 256M 20M 237M 8% /mnt/boot-sav/mmcblk0p1
  495. /dev/mmcblk0p4 fuseblk 499M 320M 180M 65% /mnt/boot-sav/mmcblk0p4
  496. =================== fdisk -l:
  497. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  498. Units: sectors of 1 * 512 = 512 bytes
  499. Sector size (logical/physical): 512 bytes / 4096 bytes
  500. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  501. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  502. Units: sectors of 1 * 512 = 512 bytes
  503. Sector size (logical/physical): 512 bytes / 4096 bytes
  504. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  505. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  506. Units: sectors of 1 * 512 = 512 bytes
  507. Sector size (logical/physical): 512 bytes / 4096 bytes
  508. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  509. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  510. Units: sectors of 1 * 512 = 512 bytes
  511. Sector size (logical/physical): 512 bytes / 4096 bytes
  512. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  513. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  514. Units: sectors of 1 * 512 = 512 bytes
  515. Sector size (logical/physical): 512 bytes / 4096 bytes
  516. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  517. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  518. Units: sectors of 1 * 512 = 512 bytes
  519. Sector size (logical/physical): 512 bytes / 4096 bytes
  520. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  521. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  522. Units: sectors of 1 * 512 = 512 bytes
  523. Sector size (logical/physical): 512 bytes / 4096 bytes
  524. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  525. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  526. Units: sectors of 1 * 512 = 512 bytes
  527. Sector size (logical/physical): 512 bytes / 4096 bytes
  528. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  529. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  530. Units: sectors of 1 * 512 = 512 bytes
  531. Sector size (logical/physical): 512 bytes / 4096 bytes
  532. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  533. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  534. Units: sectors of 1 * 512 = 512 bytes
  535. Sector size (logical/physical): 512 bytes / 4096 bytes
  536. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  537. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  538. Units: sectors of 1 * 512 = 512 bytes
  539. Sector size (logical/physical): 512 bytes / 4096 bytes
  540. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  541. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  542. Units: sectors of 1 * 512 = 512 bytes
  543. Sector size (logical/physical): 512 bytes / 4096 bytes
  544. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  545. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  546. Units: sectors of 1 * 512 = 512 bytes
  547. Sector size (logical/physical): 512 bytes / 4096 bytes
  548. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  549. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  550. Units: sectors of 1 * 512 = 512 bytes
  551. Sector size (logical/physical): 512 bytes / 4096 bytes
  552. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  553. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  554. Units: sectors of 1 * 512 = 512 bytes
  555. Sector size (logical/physical): 512 bytes / 4096 bytes
  556. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  557. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 4096 bytes
  560. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  561. Disk /dev/loop0: 808.3 MiB, 847515648 bytes, 1655304 sectors
  562. Units: sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 512 bytes
  564. I/O size (minimum/optimal): 512 bytes / 512 bytes
  565. Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 512 bytes
  568. I/O size (minimum/optimal): 512 bytes / 512 bytes
  569. Disklabel type: gpt
  570. Disk identifier: 605ADAF7-56BE-4337-B7CD-324FE4D3A89E
  571. Device Start End Sectors Size Type
  572. /dev/mmcblk0p1 2048 534527 532480 260M EFI System
  573. /dev/mmcblk0p2 534528 567295 32768 16M Microsoft reserved
  574. /dev/mmcblk0p3 567296 43663359 43096064 20.6G Microsoft basic data
  575. /dev/mmcblk0p4 60047360 61069311 1021952 499M Windows recovery environment
  576. Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
  577. Units: sectors of 1 * 512 = 512 bytes
  578. Sector size (logical/physical): 512 bytes / 512 bytes
  579. I/O size (minimum/optimal): 512 bytes / 512 bytes
  580. Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
  581. Units: sectors of 1 * 512 = 512 bytes
  582. Sector size (logical/physical): 512 bytes / 512 bytes
  583. I/O size (minimum/optimal): 512 bytes / 512 bytes
  584. Disk /dev/sda: 1.9 GiB, 2004877312 bytes, 3915776 sectors
  585. Units: sectors of 1 * 512 = 512 bytes
  586. Sector size (logical/physical): 512 bytes / 512 bytes
  587. I/O size (minimum/optimal): 512 bytes / 512 bytes
  588. Disklabel type: dos
  589. Disk identifier: 0x00000000
  590. Device Boot Start End Sectors Size Id Type
  591. /dev/sda1 * 32 3915775 3915744 1.9G 6 FAT16
  592. Disk /dev/zram0: 236.7 MiB, 248147968 bytes, 60583 sectors
  593. Units: sectors of 1 * 4096 = 4096 bytes
  594. Sector size (logical/physical): 4096 bytes / 4096 bytes
  595. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  596. Disk /dev/zram1: 236.7 MiB, 248147968 bytes, 60583 sectors
  597. Units: sectors of 1 * 4096 = 4096 bytes
  598. Sector size (logical/physical): 4096 bytes / 4096 bytes
  599. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  600. Disk /dev/zram2: 236.7 MiB, 248147968 bytes, 60583 sectors
  601. Units: sectors of 1 * 4096 = 4096 bytes
  602. Sector size (logical/physical): 4096 bytes / 4096 bytes
  603. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  604. Disk /dev/zram3: 236.7 MiB, 248147968 bytes, 60583 sectors
  605. Units: sectors of 1 * 4096 = 4096 bytes
  606. Sector size (logical/physical): 4096 bytes / 4096 bytes
  607. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  608. No OS or WinEFI system
  609. gui-tab-other.sh: line 93: _checkbutton_repairfilesystems: command not found
  610. =================== Suggested repair
  611. The default repair of the Boot-Repair utility would not act on the MBR.
  612. Additional repair would be performed: repair-filesystems
  613. =================== User settings
  614. The settings chosen by the user will not act on the boot.
  615. paste.ubuntu.com ko (), using paste.debian
  616. paste.debian.net ko (), using paste2