Comment 9 for bug 2016908

Revision history for this message
Dimitri John Ledkov (xnox) wrote : Re: Unable to deploy hosts with lunar images after 20230319 - fails to connect and download squashfs

one can test that things work by booting with option `break=top` and then replicate that init-top will do:

SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-udevd --daemon --resolve-names=never
udevadm trigger --type=subsystems --action=add
udevadm trigger --type=devices --action=add
udevadm settle || true

After these things (during the --type=devices --action=add) virtio-net is loaded, in a VM.

If it doesn't.... something is borked before kernel. I.e. grub, shim, memory, firmware.