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 20151222............................................@.....2....0............A20 gate n
  7. Boot sector info: Syslinux looks at sector 3051910 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: 14.7 GiB, 15806234624 bytes, 30871552 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 30,871,551 30,869,504 c W95 FAT32 (LBA)
  22. "blkid" output: ________________________________________________________________
  23. Device UUID TYPE LABEL
  24. /dev/loop0 squashfs
  25. /dev/mmcblk0
  26. /dev/mmcblk0p1 F2E4-03B2 vfat
  27. /dev/mmcblk0p2 732762ed-c6ba-4e8d-b064-417cc6a13c94 ext4
  28. /dev/mmcblk0p3 7e8207ef-f77d-46a6-850d-3ebd6f0afc5e swap
  29. /dev/sda1 7C8A-8794 vfat
  30. ========================= "ls -l /dev/disk/by-id" output: ======================
  31. total 0
  32. lrwxrwxrwx 1 root root 13 Feb 2 10:40 mmc-DF4128_0xbc926b2a -> ../../mmcblk0
  33. lrwxrwxrwx 1 root root 15 Feb 2 10:40 mmc-DF4128_0xbc926b2a-part1 -> ../../mmcblk0p1
  34. lrwxrwxrwx 1 root root 15 Feb 2 10:40 mmc-DF4128_0xbc926b2a-part2 -> ../../mmcblk0p2
  35. lrwxrwxrwx 1 root root 15 Feb 2 10:40 mmc-DF4128_0xbc926b2a-part3 -> ../../mmcblk0p3
  36. lrwxrwxrwx 1 root root 9 Feb 2 11:15 usb-PNY_USB3.0_FD_AASKEL9QYIMKE0OX-0:0 -> ../../sda
  37. lrwxrwxrwx 1 root root 10 Feb 2 11:15 usb-PNY_USB3.0_FD_AASKEL9QYIMKE0OX-0:0-part1 -> ../../sda1
  38. ================================ Mount points: =================================
  39. Device Mount_Point Type Options
  40. /dev/loop0 /rofs squashfs (ro,noatime)
  41. /dev/mmcblk0p2 /media/ubuntu/732762ed-c6ba-4e8d-b064-417cc6a13c94 ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  42. /dev/sda1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  43. =========================== sda1/boot/grub/grub.cfg: ===========================
  44. --------------------------------------------------------------------------------
  45. if loadfont /boot/grub/font.pf2 ; then
  46. set gfxmode=auto
  47. insmod efi_gop
  48. insmod efi_uga
  49. insmod gfxterm
  50. terminal_output gfxterm
  51. fi
  52. set menu_color_normal=white/black
  53. set menu_color_highlight=black/light-gray
  54. menuentry "Try Ubuntu without installing" {
  55. set gfxpayload=keep
  56. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  57. initrd /casper/initrd.lz
  58. }
  59. menuentry "Install Ubuntu" {
  60. set gfxpayload=keep
  61. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  62. initrd /casper/initrd.lz
  63. }
  64. menuentry "OEM install (for manufacturers)" {
  65. set gfxpayload=keep
  66. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  67. initrd /casper/initrd.lz
  68. }
  69. menuentry "Check disc for defects" {
  70. set gfxpayload=keep
  71. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  72. initrd /casper/initrd.lz
  73. }
  74. --------------------------------------------------------------------------------
  75. ============================== sda1/syslinux.cfg: ==============================
  76. --------------------------------------------------------------------------------
  77. default menu.c32
  78. prompt 0
  79. menu title UNetbootin
  80. timeout 100
  81. label unetbootindefault
  82. menu label Default
  83. kernel /ubnkern
  84. append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  85. label ubnentry0
  86. menu label ^Help
  87. kernel /ubnkern
  88. append initrd=/ubninit
  89. label ubnentry1
  90. menu label ^Try Ubuntu without installing
  91. kernel /casper/vmlinuz.efi
  92. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  93. label ubnentry2
  94. menu label ^Install Ubuntu
  95. kernel /casper/vmlinuz.efi
  96. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  97. label ubnentry3
  98. menu label ^Check disc for defects
  99. kernel /casper/vmlinuz.efi
  100. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  101. label ubnentry4
  102. menu label Test ^memory
  103. kernel /install/mt86plus
  104. append initrd=/ubninit
  105. label ubnentry5
  106. menu label ^Boot from first hard disk
  107. kernel /ubnkern
  108. append initrd=/ubninit
  109. label ubnentry6
  110. menu label Try Ubuntu without installing
  111. kernel /casper/vmlinuz.efi
  112. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  113. label ubnentry7
  114. menu label Install Ubuntu
  115. kernel /casper/vmlinuz.efi
  116. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  117. label ubnentry8
  118. menu label OEM install (for manufacturers)
  119. kernel /casper/vmlinuz.efi
  120. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  121. label ubnentry9
  122. menu label Check disc for defects
  123. kernel /casper/vmlinuz.efi
  124. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  125. --------------------------------------------------------------------------------
  126. =================== sda1: Location of files loaded by Grub: ====================
  127. GiB - GB File Fragment(s)
  128. ?? = ?? boot/grub/grub.cfg 1
  129. ================= sda1: Location of files loaded by Syslinux: ==================
  130. GiB - GB File Fragment(s)
  131. ?? = ?? syslinux.cfg 1
  132. ?? = ?? ldlinux.sys 1
  133. ?? = ?? ldlinux.c32 1
  134. ?? = ?? libcom32.c32 1
  135. ?? = ?? libutil.c32 1
  136. ?? = ?? menu.c32 1
  137. ============== sda1: Version of COM32(R) files used by Syslinux: ===============
  138. ldlinux.c32 : not a COM32/COM32R module
  139. libcom32.c32 : not a COM32/COM32R module
  140. libutil.c32 : not a COM32/COM32R module
  141. menu.c32 : not a COM32/COM32R module
  142. =============================== StdErr Messages: ===============================
  143. File descriptor 9 (/proc/13837/mounts) leaked on lvs invocation. Parent PID 21563: bash
  144. File descriptor 63 (pipe:[59212]) leaked on lvs invocation. Parent PID 21563: bash
  145. ADDITIONAL INFORMATION :
  146. =================== log of boot-info 2017-02-02__11h15 ===================
  147. boot-info version : 4ppa40
  148. boot-sav version : 4ppa40
  149. glade2script version : 3.2.3~ppa1
  150. boot-sav-extra version : 4ppa40
  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/ubuntu.seed boot=casper quiet splash nomodeset ---
  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/mmcblk0p2:Ubuntu 16.04.1 LTS (16.04):Ubuntu:linux
  174. =================== blkid:
  175. /dev/mmcblk0p1: UUID="F2E4-03B2" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="2310a458-62ad-4d0e-8209-51bbdaefdb59"
  176. /dev/mmcblk0p2: UUID="732762ed-c6ba-4e8d-b064-417cc6a13c94" TYPE="ext4" PARTUUID="2014d96a-b62b-46f5-8003-2602037ff2cf"
  177. /dev/sda1: UUID="7C8A-8794" TYPE="vfat" PARTUUID="1bd9beda-01"
  178. /dev/loop0: TYPE="squashfs"
  179. /dev/mmcblk0p3: UUID="7e8207ef-f77d-46a6-850d-3ebd6f0afc5e" TYPE="swap" PARTUUID="1ee3f246-d3d5-491f-9e1f-0ef0ad97830e"
  180. /dev/mmcblk0: PTUUID="7c4f9256-cc91-45fe-8ce7-ff75b1a6638b" PTTYPE="gpt"
  181. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  182. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  183. mount /dev/mmcblk0 : Error code 32
  184. mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
  185. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  186. mount -r /dev/mmcblk0 : Error code 32
  187. Presence of EFI/Microsoft file detected: /mnt/boot-sav/mmcblk0p1/EFI/Microsoft/Boot/bootmgfw.efi
  188. Presence of EFI/Microsoft file detected: /mnt/boot-sav/mmcblk0p1/EFI/Microsoft/Boot/bootx64.efi
  189. Presence of EFI/Boot file detected: /mnt/boot-sav/mmcblk0p1/EFI/Boot/bootx64.efi
  190. =================== /media/ubuntu/732762ed-c6ba-4e8d-b064-417cc6a13c94/etc/grub.d/ :
  191. drwxr-xr-x 2 root root 4096 Feb 2 09:57 grub.d
  192. total 80
  193. -rwxr-xr-x 1 root root 9791 Jun 17 2016 00_header
  194. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  195. -rwxr-xr-x 1 root root 12261 Jun 17 2016 10_linux
  196. -rwxr-xr-x 1 root root 11082 Jun 17 2016 20_linux_xen
  197. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  198. -rwxr-xr-x 1 root root 305 Feb 2 09:57 25_custom
  199. -rwxr-xr-x 1 root root 11692 Jun 17 2016 30_os-prober
  200. -rwxr-xr-x 1 root root 1418 Jun 17 2016 30_uefi-firmware
  201. -rwxr-xr-x 1 root root 214 Jun 17 2016 40_custom
  202. -rwxr-xr-x 1 root root 216 Jun 17 2016 41_custom
  203. -rw-r--r-- 1 root root 483 Jun 17 2016 README
  204. =================== /media/ubuntu/732762ed-c6ba-4e8d-b064-417cc6a13c94/etc/default/grub :
  205. # If you change this file, run 'update-grub' afterwards to update
  206. # /boot/grub/grub.cfg.
  207. # For full documentation of the options in this file, see:
  208. # info -f grub -n 'Simple configuration'
  209. GRUB_DEFAULT=0
  210. #GRUB_HIDDEN_TIMEOUT=0
  211. GRUB_HIDDEN_TIMEOUT_QUIET=true
  212. GRUB_TIMEOUT=10
  213. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  214. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset modeprobe.blacklist=nouveau"
  215. GRUB_CMDLINE_LINUX=""
  216. # Uncomment to enable BadRAM filtering, modify to suit your needs
  217. # This works with Linux (no patch required) and with any kernel that obtains
  218. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  219. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  220. # Uncomment to disable graphical terminal (grub-pc only)
  221. #GRUB_TERMINAL=console
  222. # The resolution used on graphical terminal
  223. # note that you can use only modes which your graphic card supports via VBE
  224. # you can see them in real GRUB with the command `vbeinfo'
  225. #GRUB_GFXMODE=640x480
  226. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  227. #GRUB_DISABLE_LINUX_UUID=true
  228. # Uncomment to disable generation of recovery mode menu entries
  229. #GRUB_DISABLE_RECOVERY="true"
  230. # Uncomment to get a beep at grub start
  231. #GRUB_INIT_TUNE="480 440 1"
  232. /boot/efi detected in the fstab of mmcblk0p2: UUID=F2E4-03B2 (mmcblk0p1)
  233. =================== mmcblk0p2recordfail=1/grub/grubenv :
  234. recordfail=1
  235. =================== efibootmgr -v
  236. BootCurrent: 0007
  237. Timeout: 1 seconds
  238. BootOrder: 0000,0003,0006,0007
  239. Boot0000* ubuntu HD(1,GPT,2310a458-62ad-4d0e-8209-51bbdaefdb59,0x800,0x100000)/File(EFIUBUNTUSHIMX64.EFI)
  240. Boot0003* Windows Boot Manager HD(1,GPT,2310a458-62ad-4d0e-8209-51bbdaefdb59,0x800,0x100000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)
  241. Boot0006* ubuntu HD(1,GPT,2310a458-62ad-4d0e-8209-51bbdaefdb59,0x800,0x100000)/File(EFIUBUNTUGRUBX64.EFI)
  242. Boot0007* UEFI: PNY USB3.0 FD 1100, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(7,0)/HD(1,MBR,0x4294967258,0x800,0x1d70800)..BO
  243. =================== UEFI/Legacy mode:
  244. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  245. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  246. =================== PARTITIONS & DISKS:
  247. 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.
  248. mmcblk0p2 : mmcblk0, not-sepboot, grubenv-ng 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, farbios, /media/ubuntu/732762ed-c6ba-4e8d-b064-417cc6a13c94.
  249. 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.
  250. mmcblk0 : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 1 sectors * 512 bytes
  251. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, no-os, 2048 sectors * 512 bytes
  252. =================== parted -l:
  253. Model: PNY USB3.0 FD (scsi)
  254. Disk /dev/sda: 15.8GB
  255. Sector size (logical/physical): 512B/512B
  256. Partition Table: msdos
  257. Disk Flags:
  258. Number Start End Size Type File system Flags
  259. 1 1049kB 15.8GB 15.8GB primary fat32 lba
  260. Model: Generic SD/MMC Storage Card (sd/mmc)
  261. Disk /dev/mmcblk0rpmb: 4194kB
  262. Sector size (logical/physical): 512B/512B
  263. Partition Table: unknown
  264. Disk Flags:
  265. Model: Generic SD/MMC Storage Card (sd/mmc)
  266. Disk /dev/mmcblk0boot0: 4194kB
  267. Sector size (logical/physical): 512B/512B
  268. Partition Table: unknown
  269. Disk Flags:
  270. Model: Generic SD/MMC Storage Card (sd/mmc)
  271. Disk /dev/mmcblk0boot1: 4194kB
  272. Sector size (logical/physical): 512B/512B
  273. Partition Table: unknown
  274. Disk Flags:
  275. Model: MMC DF4128 (sd/mmc)
  276. Disk /dev/mmcblk0: 125GB
  277. Sector size (logical/physical): 512B/512B
  278. Partition Table: gpt
  279. Disk Flags:
  280. Number Start End Size File system Name Flags
  281. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  282. 2 538MB 121GB 120GB ext4
  283. 3 121GB 125GB 4531MB linux-swap(v1)
  284. =================== parted -lm:
  285. BYT;
  286. /dev/sda:15.8GB:scsi:512:512:msdos:PNY USB3.0 FD:;
  287. 1:1049kB:15.8GB:15.8GB:fat32::lba;
  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:125GB:sd/mmc:512:512:gpt:MMC DF4128:;
  296. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  297. 2:538MB:121GB:120GB:ext4::;
  298. 3:121GB:125GB:4531MB:linux-swap(v1)::;
  299. =================== lsblk:
  300. KNAME TYPE FSTYPE SIZE LABEL
  301. sda disk 14.7G
  302. sda1 part vfat 14.7G
  303. loop0 loop squashfs 1.4G
  304. mmcblk0rpmb disk 4M
  305. mmcblk0boot0 disk 4M
  306. mmcblk0boot1 disk 4M
  307. mmcblk0 disk 116.5G
  308. mmcblk0p1 part vfat 512M
  309. mmcblk0p2 part ext4 111.8G
  310. mmcblk0p3 part swap 4.2G
  311. KNAME ROTA RO RM STATE MOUNTPOINT
  312. sda 1 0 1 running
  313. sda1 1 0 1 /cdrom
  314. loop0 1 1 0 /rofs
  315. mmcblk0rpmb 0 0 0
  316. mmcblk0boot0 0 1 0
  317. mmcblk0boot1 0 1 0
  318. mmcblk0 0 0 0
  319. mmcblk0p1 0 0 0 /mnt/boot-sav/mmcblk0p1
  320. mmcblk0p2 0 0 0 /media/ubuntu/732762ed-c6ba-4e8d-b064-417cc6a13c94
  321. mmcblk0p3 0 0 0
  322. =================== mount:
  323. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  324. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  325. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1922540k,nr_inodes=480635,mode=755)
  326. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  327. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=387436k,mode=755)
  328. /dev/sda1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  329. /dev/loop0 on /rofs type squashfs (ro,noatime)
  330. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  331. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  332. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  333. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  334. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  335. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  336. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  337. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  338. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  339. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  340. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  341. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  342. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  343. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  344. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  345. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  346. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  347. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  348. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  349. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  350. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  351. mqueue on /dev/mqueue type mqueue (rw,relatime)
  352. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  353. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  354. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  355. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=387436k,mode=700,uid=999,gid=999)
  356. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  357. /dev/mmcblk0p2 on /media/ubuntu/732762ed-c6ba-4e8d-b064-417cc6a13c94 type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  358. /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)
  359. =================== ls:
  360. /sys/block/mmcblk0 (filtered): alignment_offset 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
  361. /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
  362. /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
  363. /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
  364. /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
  365. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg kvm lightnvm log mapper mcelog 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 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  366. ls /dev/mapper: control
  367. =================== hexdump -n512 -C /dev/mmcblk0p1
  368. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  369. 00000010 02 00 00 00 00 f8 00 00 10 00 04 00 00 08 00 00 |................|
  370. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  371. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  372. 00000040 80 01 29 b2 03 e4 f2 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  373. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  374. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  375. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  376. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  377. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  378. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  379. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  380. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  381. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  382. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  383. *
  384. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  385. 00000200
  386. =================== df -Th:
  387. Filesystem Type Size Used Avail Use% Mounted on
  388. udev devtmpfs 1.9G 0 1.9G 0% /dev
  389. tmpfs tmpfs 379M 6.2M 373M 2% /run
  390. /dev/sda1 vfat 15G 1.5G 14G 10% /cdrom
  391. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  392. /cow overlay 1.9G 58M 1.8G 4% /
  393. tmpfs tmpfs 1.9G 164K 1.9G 1% /dev/shm
  394. tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
  395. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  396. tmpfs tmpfs 1.9G 32K 1.9G 1% /tmp
  397. tmpfs tmpfs 379M 116K 379M 1% /run/user/999
  398. /dev/mmcblk0p2 ext4 110G 3.7G 101G 4% /media/ubuntu/732762ed-c6ba-4e8d-b064-417cc6a13c94
  399. /dev/mmcblk0p1 vfat 511M 7.3M 504M 2% /mnt/boot-sav/mmcblk0p1
  400. =================== fdisk -l:
  401. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  454. Units: sectors of 1 * 512 = 512 bytes
  455. Sector size (logical/physical): 512 bytes / 4096 bytes
  456. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  457. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  458. Units: sectors of 1 * 512 = 512 bytes
  459. Sector size (logical/physical): 512 bytes / 4096 bytes
  460. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  461. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  462. Units: sectors of 1 * 512 = 512 bytes
  463. Sector size (logical/physical): 512 bytes / 4096 bytes
  464. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  465. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  466. Units: sectors of 1 * 512 = 512 bytes
  467. Sector size (logical/physical): 512 bytes / 512 bytes
  468. I/O size (minimum/optimal): 512 bytes / 512 bytes
  469. Disk /dev/mmcblk0: 116.5 GiB, 125069950976 bytes, 244277248 sectors
  470. Units: sectors of 1 * 512 = 512 bytes
  471. Sector size (logical/physical): 512 bytes / 512 bytes
  472. I/O size (minimum/optimal): 512 bytes / 512 bytes
  473. Disklabel type: gpt
  474. Disk identifier: 7C4F9256-CC91-45FE-8CE7-FF75B1A6638B
  475. Device Start End Sectors Size Type
  476. /dev/mmcblk0p1 2048 1050623 1048576 512M EFI System
  477. /dev/mmcblk0p2 1050624 235425623 234375000 111.8G Linux filesystem
  478. /dev/mmcblk0p3 235425792 244275199 8849408 4.2G Linux swap
  479. Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 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. Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
  484. Units: sectors of 1 * 512 = 512 bytes
  485. Sector size (logical/physical): 512 bytes / 512 bytes
  486. I/O size (minimum/optimal): 512 bytes / 512 bytes
  487. Disk /dev/sda: 14.7 GiB, 15806234624 bytes, 30871552 sectors
  488. Units: sectors of 1 * 512 = 512 bytes
  489. Sector size (logical/physical): 512 bytes / 512 bytes
  490. I/O size (minimum/optimal): 512 bytes / 512 bytes
  491. Disklabel type: dos
  492. Disk identifier: 0x1bd9beda
  493. Device Boot Start End Sectors Size Id Type
  494. /dev/sda1 2048 30871551 30869504 14.7G c W95 FAT32 (LBA)
  495. =================== Suggested repair
  496. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of mmcblk0p2, using the following options: mmcblk0p1/boot/efi,
  497. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  498. =================== Final advice in case of suggested repair
  499. Please do not forget to make your BIOS boot on mmcblk0 (125GB) disk!
  500. =================== User settings
  501. The settings chosen by the user will not act on the boot.
  502. paste.ubuntu.com ko (), using paste.debian
  503. paste.debian.net ko (), using paste2