On 05.05.2026 15:12, Michael Tokarev wrote:
...
On aarch64, os-autoinst fails running qemu with these errors:
!!! : qemu-system-aarch64: -device virtio-
net,netdev=qanet0,mac=52:54:00:12:34:56: failed to find romfile "efi-
virtio.rom"
...
It seems likely that ipxe-qemu needs to be pulled in by os-autoinst as
it did previously (maybe via a dependency chain).
Actually, it seems that qemu-system-arm needs to depend on ipxe-qemu,
instead of recommending it. Because else it doesn't work in default
configuration (unless you explicitly specify romfile= (empty)).
I'll fix this in the next release of qemu.
Meanwhile, is it possible (desirable?) to add explicit romfile= to the
generated qemu command line?
Thanks,
/mjt