My system relies on the ROOTFS_AB mechanism and before doing any update this is working but as soon as I perform an OTA update for the UEFI bootloader (using 35.6.2) then after I reboot the system, the capsule update is performed as expected but when I check the status using:
nvbootctrl dump-slot-info then it indicates the capsule update status, that current slot is now B and there are 2 slots, so far so good but when I check for the rootfs, I get:
RootFS A/B is not enabled
So my questions are:
- What could explain this behavior.
- What can be done make an attempt to fix this problem? Is it an issue with the OTA payload itsefl (generated using option -b)?
- Is there some script that can reactivate rootfs A/B as the rootfs partitions are still valid
Is this a known limitation with 35,6.2 when use with secure boot and full disk encryption?
Thanks