fwup: v1.8.3 / v1.8.4
Platform: RPI 3B+
Linux kernel: 4.19.66-v7+
Problem
[FAILED] Failed to start File System Check on Root Device. See 'systemd-fsck-root.service' for details.
Every time, after using fwup to upgrade the system, error messages are shown and the system will shut down by itself. At the 2nd time to restart the system, it works as normal again.
In /boot/cmdline.txt, fsck.mode=auto fsck.repair=yes is used. If set it to fsck.mode=skip fsck.repair=no, since fsck won't be executed, the message won't be shown. However, after using fsck, the message shows again once.
I wonder if it may be related to an issue found and fixed in v1.8.4 as one of the bug fixes notes states that "... fsck.fat checks in dosfstools ..."
P.S. The way to create root file image is:
dcfldd to freeze the root file system partition
e2fsck & resize2fs to reduce the root file system image size
fwup: v1.8.3 / v1.8.4
Platform: RPI 3B+
Linux kernel: 4.19.66-v7+
Problem
Every time, after using fwup to upgrade the system, error messages are shown and the system will shut down by itself. At the 2nd time to restart the system, it works as normal again.
In /boot/cmdline.txt,
fsck.mode=auto fsck.repair=yesis used. If set it tofsck.mode=skip fsck.repair=no, since fsck won't be executed, the message won't be shown. However, after using fsck, the message shows again once.I wonder if it may be related to an issue found and fixed in v1.8.4 as one of the bug fixes notes states that "... fsck.fat checks in dosfstools ..."
P.S. The way to create root file image is:
dcflddto freeze the root file system partitione2fsck&resize2fsto reduce the root file system image size