FCOS VM (Bhyve on TrueNAS) failing to boot after automatic update ("systemd[1]: Freezing execution")

Hi all,
this morning my FCOS VM was down. I think zincati ran an update.

Upon manually rebooting it, I get the following output via VNC:



Pasted image 20241114095522

At that stage it hangs.
I think the relevant line is

systemd[1]: Freezing execution

Any idea how I can repair this?

The FCOS VM is a bhyve guest on a FreeBSD (TrueNAS) Host. The guest filesystem resides in a Zvol.

Can you file a bug on the tracker with the console logs? GitHub - coreos/fedora-coreos-tracker: Issue tracker for Fedora CoreOS

Can you also try booting a fresh Fedora CoreOS VM to see if this is a general issue with Fedora 41 on Bhyve?

Hi Timothée,
thank you for your answer.

It was indeed due to an update to 41. Reverting to 40 brought the vm back to life:

I will file that bug report and try a second fresh vm on bhyve tomorrow and report back.

Here’s the bug report:

1 Like

So it looks like I am on cgroups v1 and F41 requires v2.

How would I go about switching to v2 without re-ignitioning?

running

sudo rpm-ostree kargs --delete=systemd.unified_cgroup_hierarchy --reboot

seems to successfully switch to v2.

After reenabling zincati, the system automatically reboots and updates to F41.
All good. Thank you!

1 Like