I wrote the image to the micro SD-card.
The booting fails. It is in an endless loop, trying again and again
I see
mount: /boot: can't find in /etc/fstab.
EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
sed: can't read /boot/cmdline.txt: No such file or directory
sed: can't read /boot/cmdline.txt: No such file or directory
grep: /boot/cmdline.txt: No such file or directory
mount: /boot: mount point not mounted or bad option.
cat: /sys/block/loop0//partition: No such file or directory
I’m converting the image with the newest mender-convert (version 5.1.0).
Do I need to add this to my config? → MENDER_BOOT_PART_MOUNT_LOCATION="/boot"
We’re looking into variations of this particular implementation currently for other reasons. Yet for the bullseye compatibility, the distribution has already moved out of general support last year. There might be more corner cases and breaking points by now, sorry.
ok thanks.
This is the only break that I’ve found.
But with my workaround in the code (shown above) it works. (I can update old system to this new mender. I can then self-update again to same mender (just to check it works). etc.)