Closed leshniak closed 2 years ago
Looks like some new error in init script when booting ext4 image. You could try flashall with --btrfs ( works for me). Or fix the init script here. Or interrupt U-Boot then run do_rescue
. From there you can mount the disk and fix /etc/fstab.
I've had to flash the board with the last, official image and then I've run flashall.sh --btrfs
, now it works! Thank you for help and your work.
Hi @leshniak thanks for testing. This means that the btrfs image is working well, but the ext4 image for some reason refuses to mount /home. I see 2 possibilities: 1) something changed in mount options (mount: mounting /boot on /realroot/boot failed: Invalid argument) causing problems in the init script. 2) there is no home partition due to move/resizing / So that needs fixing, except I'm planning to drop ext4 in future versions. If you care to fix the issue I'll take the patch of course.
I've had this image installed before flashing. I think it's not a common issue.
Flashing has ended successfully, but I cannot boot the system. I've tried tried with
--recovery
option. Also tried couple of releases.Here are some logs: