1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: SYSLINUX 6.03 20150318..................................................2....0............A20 gate n
  7. Boot sector info: Syslinux looks at sector 7758682 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/syslinux.cfg
  12. /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys
  13. ============================ Drive/Partition Info: =============================
  14. Drive: sda _____________________________________________________________________
  15. Disk /dev/sda: 14.9 GiB, 16026435072 bytes, 31301631 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 * 2,048 31,301,630 31,299,583 83 Linux
  22. "blkid" output: ________________________________________________________________
  23. Device UUID TYPE LABEL
  24. /dev/loop0 c051124e-380a-495f-aba4-ae974fe010f1 ext3
  25. /dev/loop1 squashfs
  26. /dev/mmcblk0
  27. /dev/mmcblk0p1 67E7-1094 vfat
  28. /dev/mmcblk0p2 b4897f41-ec4c-4170-98c5-c90cb4ebcd94 ext4
  29. /dev/mmcblk0p3 e1e2a52a-20d2-4e93-9110-12b8fa25360b swap
  30. /dev/sda1 7949-6698 vfat
  31. /dev/sr0 2008-05-06-12-26-42- iso9660 U3 System
  32. ========================= "ls -l /dev/disk/by-id" output: ======================
  33. total 0
  34. lrwxrwxrwx 1 root root 13 Apr 2 16:33 mmc-BJNB4R_0x3d4f4dd2 -> ../../mmcblk0
  35. lrwxrwxrwx 1 root root 15 Apr 2 16:33 mmc-BJNB4R_0x3d4f4dd2-part1 -> ../../mmcblk0p1
  36. lrwxrwxrwx 1 root root 15 Apr 2 16:33 mmc-BJNB4R_0x3d4f4dd2-part2 -> ../../mmcblk0p2
  37. lrwxrwxrwx 1 root root 15 Apr 2 16:33 mmc-BJNB4R_0x3d4f4dd2-part3 -> ../../mmcblk0p3
  38. lrwxrwxrwx 1 root root 9 Apr 2 16:34 usb-SanDisk_SanDisk_Cruzer_19105307F61028B3-0:0 -> ../../sda
  39. lrwxrwxrwx 1 root root 10 Apr 2 16:34 usb-SanDisk_SanDisk_Cruzer_19105307F61028B3-0:0-part1 -> ../../sda1
  40. lrwxrwxrwx 1 root root 9 Apr 2 16:33 usb-SanDisk_SanDisk_Cruzer_19105307F61028B3-0:1 -> ../../sr0
  41. ================================ Mount points: =================================
  42. Device Mount_Point Type Options
  43. /dev/loop1 /rofs squashfs (ro,noatime)
  44. /dev/mmcblk0p2 /media/xubuntu/b4897f41-ec4c-4170-98c5-c90cb4ebcd94 ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  45. /dev/sda1 /cdrom vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  46. =========================== sda1/boot/grub/grub.cfg: ===========================
  47. --------------------------------------------------------------------------------
  48. if loadfont /boot/grub/font.pf2 ; then
  49. set gfxmode=auto
  50. insmod efi_gop
  51. insmod efi_uga
  52. insmod gfxterm
  53. terminal_output gfxterm
  54. fi
  55. set menu_color_normal=white/black
  56. set menu_color_highlight=black/light-gray
  57. menuentry "Try Xubuntu without installing" {
  58. set gfxpayload=keep
  59. linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash --- cdrom-detect/try-usb=true noprompt persistent
  60. initrd /casper/initrd.lz
  61. }
  62. menuentry "Install Xubuntu" {
  63. set gfxpayload=keep
  64. linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash --- cdrom-detect/try-usb=true noprompt persistent
  65. initrd /casper/initrd.lz
  66. }
  67. menuentry "OEM install (for manufacturers)" {
  68. set gfxpayload=keep
  69. linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --- cdrom-detect/try-usb=true noprompt persistent
  70. initrd /casper/initrd.lz
  71. }
  72. menuentry "Check disc for defects" {
  73. set gfxpayload=keep
  74. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  75. initrd /casper/initrd.lz
  76. }
  77. --------------------------------------------------------------------------------
  78. ========================= sda1/syslinux/syslinux.cfg: ==========================
  79. --------------------------------------------------------------------------------
  80. # D-I config version 2.0
  81. # search path for the c32 support libraries (libcom32, libutil etc.)
  82. path
  83. include menu.cfg
  84. default vesamenu.c32
  85. prompt 0
  86. timeout 50
  87. ui gfxboot bootlogo
  88. --------------------------------------------------------------------------------
  89. =================== sda1: Location of files loaded by Grub: ====================
  90. GiB - GB File Fragment(s)
  91. ?? = ?? boot/grub/grub.cfg 1
  92. ================= sda1: Location of files loaded by Syslinux: ==================
  93. GiB - GB File Fragment(s)
  94. ?? = ?? syslinux/syslinux.cfg 1
  95. ?? = ?? ldlinux.sys 1
  96. ?? = ?? ldlinux.c32 1
  97. ?? = ?? syslinux/chain.c32 1
  98. ?? = ?? syslinux/gfxboot.c32 1
  99. ?? = ?? syslinux/ldlinux.c32 1
  100. ?? = ?? syslinux/libcom32.c32 1
  101. ?? = ?? syslinux/libutil.c32 1
  102. ?? = ?? syslinux/vesamenu.c32 1
  103. ============== sda1: Version of COM32(R) files used by Syslinux: ===============
  104. ldlinux.c32 : not a COM32/COM32R module
  105. syslinux/chain.c32 : not a COM32/COM32R module
  106. syslinux/gfxboot.c32 : not a COM32/COM32R module
  107. syslinux/ldlinux.c32 : not a COM32/COM32R module
  108. syslinux/libcom32.c32 : not a COM32/COM32R module
  109. syslinux/libutil.c32 : not a COM32/COM32R module
  110. syslinux/vesamenu.c32 : not a COM32/COM32R module
  111. =============================== StdErr Messages: ===============================
  112. File descriptor 9 (/proc/3981/mounts) leaked on lvs invocation. Parent PID 12183: bash
  113. File descriptor 63 (pipe:[32588]) leaked on lvs invocation. Parent PID 12183: bash
  114. ADDITIONAL INFORMATION :
  115. =================== log of boot-repair 2017-04-02__16h34 ===================
  116. boot-repair version : 4ppa40
  117. boot-sav version : 4ppa40
  118. glade2script version : 3.2.3~ppa1
  119. boot-sav-extra version : 4ppa40
  120. Error: /dev/mmcblk0rpmb: unrecognised disk label
  121. Warning: Error fsyncing/closing /dev/mmcblk0rpmb: Input/output error
  122. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  123. Error: /dev/sr0: unrecognised disk label
  124. Error: /dev/mmcblk0boot0: unrecognised disk label
  125. Error: /dev/mmcblk0boot1: unrecognised disk label
  126. Error: /dev/mmcblk0rpmb: unrecognised disk label
  127. Warning: Error fsyncing/closing /dev/mmcblk0rpmb: Input/output error
  128. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  129. Error: /dev/sr0: unrecognised disk label
  130. Error: /dev/mmcblk0boot0: unrecognised disk label
  131. Error: /dev/mmcblk0boot1: unrecognised disk label
  132. boot-repair is executed in live-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  133. CPU op-mode(s): 32-bit, 64-bit
  134. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash --- cdrom-detect/try-usb=true noprompt persistent
  135. ls: cannot access '/home/usr/.config': No such file or directory
  136. mmcblk0 (sda) has unknown type. Please report this message to [email protected]
  137. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  138. mount /dev/mmcblk0 : Error code 32
  139. mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
  140. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  141. mount -r /dev/mmcblk0 : Error code 32
  142. cat: /sys/block/mmcblk0/mmcblk0boot0/start: No such file or directory
  143. cat: /sys/block/mmcblk0/mmcblk0boot1/start: No such file or directory
  144. cat: /sys/block/mmcblk0/mmcblk0rpmb/start: No such file or directory
  145. =================== os-prober:
  146. /dev/mmcblk0p2:Ubuntu 16.04.2 LTS (16.04):Ubuntu:linux
  147. =================== blkid:
  148. /dev/mmcblk0p1: UUID="67E7-1094" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="22d123e8-5b8b-4b92-87c2-bef8e31bf69d"
  149. /dev/mmcblk0p2: UUID="b4897f41-ec4c-4170-98c5-c90cb4ebcd94" TYPE="ext4" PARTUUID="81a9fb30-7e4a-439f-86ef-d2dce6e9e320"
  150. /dev/sda1: UUID="7949-6698" TYPE="vfat" PARTUUID="fe8e39f4-01"
  151. /dev/mmcblk0p3: UUID="e1e2a52a-20d2-4e93-9110-12b8fa25360b" TYPE="swap" PARTUUID="4391a3c3-a273-4742-af2a-76895b6eff42"
  152. /dev/sr0: UUID="2008-05-06-12-26-42-" LABEL="U3 System" TYPE="iso9660"
  153. /dev/loop0: UUID="c051124e-380a-495f-aba4-ae974fe010f1" TYPE="ext3"
  154. /dev/loop1: TYPE="squashfs"
  155. /dev/mmcblk0: PTUUID="4b4349d2-f646-493f-8c99-6ec820f49d44" PTTYPE="gpt"
  156. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  157. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  158. mount /dev/mmcblk0 : Error code 32
  159. mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
  160. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  161. mount -r /dev/mmcblk0 : Error code 32
  162. Presence of EFI/Microsoft file detected: /mnt/boot-sav/mmcblk0p1/EFI/Microsoft/Boot/bootmgfw.efi
  163. Presence of EFI/Microsoft file detected: /mnt/boot-sav/mmcblk0p1/EFI/Microsoft/Boot/bootx64.efi
  164. Presence of EFI/Boot file detected: /mnt/boot-sav/mmcblk0p1/EFI/Boot/bootx64.efi
  165. =================== /media/xubuntu/b4897f41-ec4c-4170-98c5-c90cb4ebcd94/etc/grub.d/ :
  166. drwxr-xr-x 2 root root 4096 Apr 2 13:53 grub.d
  167. total 84
  168. -rwxr-xr-x 1 root root 9791 Jan 13 17:26 00_header
  169. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  170. -rwxr-xr-x 1 root root 12512 Mar 1 22:01 10_linux
  171. -rwxr-xr-x 1 root root 11082 Jan 13 17:26 20_linux_xen
  172. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  173. -rwxr-xr-x 1 root root 305 Apr 2 13:53 25_custom
  174. -rwxr-xr-x 1 root root 11692 Jan 13 17:26 30_os-prober
  175. -rwxr-xr-x 1 root root 1418 Jan 13 17:26 30_uefi-firmware
  176. -rwxr-xr-x 1 root root 214 Jan 13 17:26 40_custom
  177. -rwxr-xr-x 1 root root 216 Jan 13 17:26 41_custom
  178. -rw-r--r-- 1 root root 483 Jan 13 17:26 README
  179. =================== /media/xubuntu/b4897f41-ec4c-4170-98c5-c90cb4ebcd94/etc/default/grub :
  180. # If you change this file, run 'update-grub' afterwards to update
  181. # /boot/grub/grub.cfg.
  182. # For full documentation of the options in this file, see:
  183. # info -f grub -n 'Simple configuration'
  184. GRUB_DEFAULT=0
  185. #GRUB_HIDDEN_TIMEOUT=0
  186. GRUB_HIDDEN_TIMEOUT_QUIET=true
  187. GRUB_TIMEOUT=10
  188. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  189. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  190. GRUB_CMDLINE_LINUX="noprompt persistent"
  191. # Uncomment to enable BadRAM filtering, modify to suit your needs
  192. # This works with Linux (no patch required) and with any kernel that obtains
  193. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  194. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  195. # Uncomment to disable graphical terminal (grub-pc only)
  196. #GRUB_TERMINAL=console
  197. # The resolution used on graphical terminal
  198. # note that you can use only modes which your graphic card supports via VBE
  199. # you can see them in real GRUB with the command `vbeinfo'
  200. #GRUB_GFXMODE=640x480
  201. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  202. #GRUB_DISABLE_LINUX_UUID=true
  203. # Uncomment to disable generation of recovery mode menu entries
  204. #GRUB_DISABLE_RECOVERY="true"
  205. # Uncomment to get a beep at grub start
  206. #GRUB_INIT_TUNE="480 440 1"
  207. /boot/efi detected in the fstab of mmcblk0p2: UUID=67E7-1094 (mmcblk0p1)
  208. =================== efibootmgr -v
  209. BootCurrent: 0003
  210. Timeout: 0 seconds
  211. BootOrder: 0001,2001,2002,2003
  212. Boot0000* Unknown Device: HD(1,GPT,22d123e8-5b8b-4b92-87c2-bef8e31bf69d,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
  213. Boot0001* Windows Boot Manager HD(1,GPT,22d123e8-5b8b-4b92-87c2-bef8e31bf69d,0x800,0x100000)/File(EFIMicrosoftBootbootmgfw.efi)RC
  214. Boot0002* Unknown Device: HD(1,GPT,22d123e8-5b8b-4b92-87c2-bef8e31bf69d,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
  215. Boot0003* USB HDD: SanDisk SanDisk Cruzer PciRoot(0x0)/Pci(0x15,0x0)/USB(3,0)/Unit(0)/HD(1,MBR,0x4294967284,0x800,0x1dd97ff)RC
  216. Boot0004* ubuntu HD(1,GPT,22d123e8-5b8b-4b92-87c2-bef8e31bf69d,0x800,0x100000)/File(EFIubuntushimx64.efi)
  217. Boot2001* EFI USB Device RC
  218. Boot2002* EFI DVD/CDROM RC
  219. Boot2003* EFI Network RC
  220. =================== UEFI/Legacy mode:
  221. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  222. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  223. =================== PARTITIONS & DISKS:
  224. mmcblk0p1 : mmcblk0, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/mmcblk0p1.
  225. mmcblk0p2 : mmcblk0, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, /media/xubuntu/b4897f41-ec4c-4170-98c5-c90cb4ebcd94.
  226. 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.
  227. mmcblk0 : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 1 sectors * 512 bytes
  228. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, no-os, 2048 sectors * 512 bytes
  229. =================== parted -l:
  230. Model: SanDisk SanDisk Cruzer (scsi)
  231. Disk /dev/sda: 16.0GB
  232. Sector size (logical/physical): 512B/512B
  233. Partition Table: msdos
  234. Disk Flags:
  235. Number Start End Size Type File system Flags
  236. 1 1049kB 16.0GB 16.0GB primary fat32 boot
  237. Model: Generic SD/MMC Storage Card (sd/mmc)
  238. Disk /dev/mmcblk0rpmb: 4194kB
  239. Sector size (logical/physical): 512B/512B
  240. Partition Table: unknown
  241. Disk Flags:
  242. Model: SanDisk SanDisk Cruzer (scsi)
  243. Disk /dev/sr0: 101MB
  244. Sector size (logical/physical): 2048B/2048B
  245. Partition Table: unknown
  246. Disk Flags:
  247. Model: Generic SD/MMC Storage Card (sd/mmc)
  248. Disk /dev/mmcblk0boot0: 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/mmcblk0boot1: 4194kB
  254. Sector size (logical/physical): 512B/512B
  255. Partition Table: unknown
  256. Disk Flags:
  257. Model: MMC BJNB4R (sd/mmc)
  258. Disk /dev/mmcblk0: 31.3GB
  259. Sector size (logical/physical): 512B/512B
  260. Partition Table: gpt
  261. Disk Flags:
  262. Number Start End Size File system Name Flags
  263. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  264. 2 538MB 27.2GB 26.6GB ext4
  265. 3 27.2GB 31.3GB 4114MB linux-swap(v1)
  266. =================== parted -lm:
  267. BYT;
  268. /dev/sda:16.0GB:scsi:512:512:msdos:SanDisk SanDisk Cruzer:;
  269. 1:1049kB:16.0GB:16.0GB:fat32::boot;
  270. BYT;
  271. /dev/mmcblk0rpmb:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;
  272. BYT;
  273. /dev/sr0:101MB:scsi:2048:2048:unknown:SanDisk SanDisk Cruzer:;
  274. BYT;
  275. /dev/mmcblk0boot0:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;
  276. BYT;
  277. /dev/mmcblk0boot1:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;
  278. BYT;
  279. /dev/mmcblk0:31.3GB:sd/mmc:512:512:gpt:MMC BJNB4R:;
  280. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  281. 2:538MB:27.2GB:26.6GB:ext4::;
  282. 3:27.2GB:31.3GB:4114MB:linux-swap(v1)::;
  283. =================== lsblk:
  284. KNAME TYPE FSTYPE SIZE LABEL
  285. loop1 loop squashfs 1.2G
  286. mmcblk0rpmb disk 4M
  287. sr0 rom iso9660 96M U3 System
  288. mmcblk0boot0 disk 4M
  289. loop0 loop ext3 1G
  290. sda disk 14.9G
  291. sda1 part vfat 14.9G
  292. mmcblk0boot1 disk 4M
  293. mmcblk0 disk 29.1G
  294. mmcblk0p2 part ext4 24.8G
  295. mmcblk0p3 part swap 3.9G
  296. mmcblk0p1 part vfat 512M
  297. KNAME ROTA RO RM STATE MOUNTPOINT
  298. loop1 1 0 0 /rofs
  299. mmcblk0rpmb 0 0 0
  300. sr0 1 0 1 running
  301. mmcblk0boot0 0 1 0
  302. loop0 1 0 0
  303. sda 1 0 1 running
  304. sda1 1 0 1 /cdrom
  305. mmcblk0boot1 0 1 0
  306. mmcblk0 0 0 0
  307. mmcblk0p2 0 0 0 /media/xubuntu/b4897f41-ec4c-4170-98c5-c90cb4ebcd94
  308. mmcblk0p3 0 0 0
  309. mmcblk0p1 0 0 0 /mnt/boot-sav/mmcblk0p1
  310. =================== mount:
  311. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  312. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  313. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1919864k,nr_inodes=479966,mode=755)
  314. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  315. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=387052k,mode=755)
  316. /dev/sda1 on /cdrom type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  317. /dev/loop1 on /rofs type squashfs (ro,noatime)
  318. aufs on / type aufs (rw,noatime,si=f3eb53b0efc2ce91)
  319. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  320. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  321. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  322. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  323. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  324. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  325. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  326. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  327. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  328. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  329. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  330. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  331. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  332. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  333. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  334. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  335. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  336. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12248)
  337. mqueue on /dev/mqueue type mqueue (rw,relatime)
  338. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  339. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  340. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  341. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  342. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=387052k,mode=700,uid=999,gid=999)
  343. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  344. /dev/mmcblk0p2 on /media/xubuntu/b4897f41-ec4c-4170-98c5-c90cb4ebcd94 type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  345. /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)
  346. =================== ls:
  347. /sys/block/mmcblk0 (filtered): alignment_offset badblocks bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0rpmb power queue range removable ro size slaves stat subsystem trace uevent
  348. /sys/block/mmcblk0boot0 (filtered): alignment_offset badblocks 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
  349. /sys/block/mmcblk0boot1 (filtered): alignment_offset badblocks 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
  350. /sys/block/mmcblk0rpmb (filtered): alignment_offset badblocks bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  351. /sys/block/sda (filtered): alignment_offset badblocks 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
  352. /sys/block/sr0 (filtered): alignment_offset badblocks 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
  353. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse gpiochip0 gpiochip1 gpiochip2 gpiochip3 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mmcblk0 mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0rpmb mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  354. ls /dev/mapper: control
  355. =================== hexdump -n512 -C /dev/mmcblk0p1
  356. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  357. 00000010 02 00 00 00 00 f8 00 00 10 00 04 00 00 08 00 00 |................|
  358. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  359. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  360. 00000040 80 01 29 94 10 e7 67 4e 4f 20 4e 41 4d 45 20 20 |..)...gNO NAME |
  361. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  362. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  363. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  364. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  365. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  366. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  367. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  368. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  369. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  370. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  371. *
  372. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  373. 00000200
  374. =================== df -Th:
  375. Filesystem Type Size Used Avail Use% Mounted on
  376. udev devtmpfs 1.9G 0 1.9G 0% /dev
  377. tmpfs tmpfs 378M 6.1M 372M 2% /run
  378. /dev/sda1 vfat 15G 2.3G 13G 15% /cdrom
  379. /dev/loop1 squashfs 1.2G 1.2G 0 100% /rofs
  380. aufs aufs 976M 312M 614M 34% /
  381. tmpfs tmpfs 1.9G 116K 1.9G 1% /dev/shm
  382. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  383. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  384. tmpfs tmpfs 1.9G 8.0K 1.9G 1% /tmp
  385. tmpfs tmpfs 378M 36K 378M 1% /run/user/999
  386. /dev/mmcblk0p2 ext4 25G 4.5G 19G 20% /media/xubuntu/b4897f41-ec4c-4170-98c5-c90cb4ebcd94
  387. /dev/mmcblk0p1 vfat 511M 7.4M 504M 2% /mnt/boot-sav/mmcblk0p1
  388. =================== fdisk -l:
  389. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  390. Units: sectors of 1 * 512 = 512 bytes
  391. Sector size (logical/physical): 512 bytes / 4096 bytes
  392. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  393. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  394. Units: sectors of 1 * 512 = 512 bytes
  395. Sector size (logical/physical): 512 bytes / 4096 bytes
  396. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  397. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  398. Units: sectors of 1 * 512 = 512 bytes
  399. Sector size (logical/physical): 512 bytes / 4096 bytes
  400. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  401. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  402. Units: sectors of 1 * 512 = 512 bytes
  403. Sector size (logical/physical): 512 bytes / 4096 bytes
  404. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  405. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  406. Units: sectors of 1 * 512 = 512 bytes
  407. Sector size (logical/physical): 512 bytes / 4096 bytes
  408. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  409. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  410. Units: sectors of 1 * 512 = 512 bytes
  411. Sector size (logical/physical): 512 bytes / 4096 bytes
  412. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  413. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  414. Units: sectors of 1 * 512 = 512 bytes
  415. Sector size (logical/physical): 512 bytes / 4096 bytes
  416. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  417. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  418. Units: sectors of 1 * 512 = 512 bytes
  419. Sector size (logical/physical): 512 bytes / 4096 bytes
  420. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  421. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  422. Units: sectors of 1 * 512 = 512 bytes
  423. Sector size (logical/physical): 512 bytes / 4096 bytes
  424. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  425. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  426. Units: sectors of 1 * 512 = 512 bytes
  427. Sector size (logical/physical): 512 bytes / 4096 bytes
  428. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  429. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  430. Units: sectors of 1 * 512 = 512 bytes
  431. Sector size (logical/physical): 512 bytes / 4096 bytes
  432. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  433. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  434. Units: sectors of 1 * 512 = 512 bytes
  435. Sector size (logical/physical): 512 bytes / 4096 bytes
  436. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  437. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  438. Units: sectors of 1 * 512 = 512 bytes
  439. Sector size (logical/physical): 512 bytes / 4096 bytes
  440. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  441. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  442. Units: sectors of 1 * 512 = 512 bytes
  443. Sector size (logical/physical): 512 bytes / 4096 bytes
  444. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  445. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  446. Units: sectors of 1 * 512 = 512 bytes
  447. Sector size (logical/physical): 512 bytes / 4096 bytes
  448. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  449. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  450. Units: sectors of 1 * 512 = 512 bytes
  451. Sector size (logical/physical): 512 bytes / 4096 bytes
  452. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  453. Disk /dev/loop0: 1 GiB, 1073741824 bytes, 2097152 sectors
  454. Units: sectors of 1 * 512 = 512 bytes
  455. Sector size (logical/physical): 512 bytes / 512 bytes
  456. I/O size (minimum/optimal): 512 bytes / 512 bytes
  457. Disk /dev/loop1: 1.2 GiB, 1245523968 bytes, 2432664 sectors
  458. Units: sectors of 1 * 512 = 512 bytes
  459. Sector size (logical/physical): 512 bytes / 512 bytes
  460. I/O size (minimum/optimal): 512 bytes / 512 bytes
  461. Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectors
  462. Units: sectors of 1 * 512 = 512 bytes
  463. Sector size (logical/physical): 512 bytes / 512 bytes
  464. I/O size (minimum/optimal): 512 bytes / 512 bytes
  465. Disklabel type: gpt
  466. Disk identifier: 4B4349D2-F646-493F-8C99-6EC820F49D44
  467. Device Start End Sectors Size Type
  468. /dev/mmcblk0p1 2048 1050623 1048576 512M EFI System
  469. /dev/mmcblk0p2 1050624 53035007 51984384 24.8G Linux filesystem
  470. /dev/mmcblk0p3 53035008 61069311 8034304 3.9G Linux swap
  471. Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
  472. Units: sectors of 1 * 512 = 512 bytes
  473. Sector size (logical/physical): 512 bytes / 512 bytes
  474. I/O size (minimum/optimal): 512 bytes / 512 bytes
  475. Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
  476. Units: sectors of 1 * 512 = 512 bytes
  477. Sector size (logical/physical): 512 bytes / 512 bytes
  478. I/O size (minimum/optimal): 512 bytes / 512 bytes
  479. Disk /dev/sda: 14.9 GiB, 16026435072 bytes, 31301631 sectors
  480. Units: sectors of 1 * 512 = 512 bytes
  481. Sector size (logical/physical): 512 bytes / 512 bytes
  482. I/O size (minimum/optimal): 512 bytes / 512 bytes
  483. Disklabel type: dos
  484. Disk identifier: 0xfe8e39f4
  485. Device Boot Start End Sectors Size Id Type
  486. /dev/sda1 * 2048 31301630 31299583 14.9G 83 Linux
  487. =================== Suggested repair
  488. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of mmcblk0p2, using the following options: mmcblk0p1/boot/efi,
  489. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  490. =================== Final advice in case of suggested repair
  491. Please do not forget to make your BIOS boot on mmcblk0 (31.3GB) disk!
  492. =================== User settings
  493. The settings chosen by the user will not act on the boot.
  494. paste.ubuntu.com ko (), using paste.debian
  495. paste.debian.net ko (), using paste2