Fedora 42 Installation: no OVMF_CODE_4M.secboot.fd available

I’m following the instructions for libvirt installation on Fedora 42. There does not seem to be an “OVMF_CODE_4M.secboot.fd” on the system:

$ ls -1 /usr/share/edk2/ovmf/*secboot*
/usr/share/edk2/ovmf/OVMF_CODE_4M.secboot.pcrlock
/usr/share/edk2/ovmf/OVMF_CODE_4M.secboot.qcow2
/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd
/usr/share/edk2/ovmf/OVMF_CODE.secboot.pcrlock
/usr/share/edk2/ovmf/OVMF.inteltdx.secboot.fd
/usr/share/edk2/ovmf/OVMF.stateless.secboot.fd
/usr/share/edk2/ovmf/OVMF.stateless.secboot.pcrlock
/usr/share/edk2/ovmf/OVMF_VARS_4M.secboot.qcow2
/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd

Is it ok to use OVMF_CODE_4M.secboot.qcow2 ?

Asking because I’m troubleshooting an issue and want to ensure this is not the cause.

Hmm, my guess is that, no, that’s probably not safe to use… I’m pretty sure we’re expecting the normal raw .fd format for those.

Looking at the list above, I’m assuming Incus will pick OVM_CODE.secboot.fd as the only name it would recognize, but then I’m guess that’s a 2MB build so not exactly great…