Advertisement
Guest User

Untitled

a guest
Apr 21st, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.71 KB | None | 0 0
  1. Running with #overlayroot=tmpfs in /boot/uEnv.txt:
  2.  
  3. Warning: fsck not present, so skipping root file system
  4. [   18.116608] EXT4-fs (mmcblk0p1): INFO: recovery required on readonly filesystem
  5. [   18.124044] EXT4-fs (mmcblk0p1): write access will be enabled during recovery
  6. [   18.165407] EXT4-fs (mmcblk0p1): recovery complete
  7. [   18.173528] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  8. done.
  9.  
  10.  
  11.  
  12. Running with overlayroot=tmpfs in /boot/uEnv.txt:
  13.  
  14. Begin: Loading essential drivers ... done.
  15. Begin: Running /scripts/init-premount ... done.
  16. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  17. Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
  18. done.
  19. Begin: Will now check root file system ... fsck from util-linux 2.36.1
  20. [/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1
  21. rootfs: clean, 28639/889024 files, 358032/3779579 blocks
  22. done.
  23. [   18.404928] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  24. done.
  25. Begin: Running /scripts/local-bottom ... done.
  26. Begin: Running /scripts/init-bottom ... Warning: overlayroot: configuring overlayroot with driver=overlay mode=tmpfs opts='' per kernel cmdline
  27. Success: overlayroot: configured root with 'tmpfs' using overlay per kernel cmdline
  28. done.
  29. [   18.913855] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
  30. [   19.578486] systemd[1]: systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
  31. [   19.601933] systemd[1]: Detected architecture arm.
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement