Bugzilla – Bug 1222578
MicroOS enters emergency.target when rebooted by transactional-update
Last modified: 2024-05-21 15:38:21 UTC
On openSUSE MicroOS 20240407, the system enters into systemd's emergency shell when reboot by transactional-update after system update (dup). The reason that emergency shell is started seems to due to local-fs.target failing, which in turn comes from failure in boot-efi.mount with the error message: mount: /boot/efi: unknown filesystem type 'vfat
FWIW system seem to boot fine if powered it off and reboot again.
Looks like the root cause being kernel vs kernel module version mismatch. For example the runtime kernel is 6.8.2-1-default, but under /usr/lib/modules/ only 6.8.4-rc1-1-default exists.
That sounds weird. Can you reproduce the problem by transaction-update of a single kernel package 6.8.2?