I'm stuck in the Busy Box and don't find a way out. Here's what I did:
(initramfs) blkid
The result:
/dev/mmcblk0p1: LABEL_FATBOOT="system-boot" LABEL="system-boot" ... TYPE="vfat" ...
/dev/mmcblk0p2: LABEL=writable ... TYPE="ext4" ...
What I then did:
fsck /dev/mmcblk0p1 -y
Which didn't gave any feedback. Then I tried this:
fsck /dev/mmcblk0p2 -y
The result:
fsck from util-linux 2.36.1
e2fsck 1.45.7 (28-Jan-2021)
writable: revovering journal
Superblock needs_recovery flag is clearm but journal has data.
fsck.ext4: unable to set superblock flags on writable
writable: ********* WARNING: Filesystem still has errors *********
Now the Question:
- How do I get out there?
- Why does it appear?