I use libvirtd modules OVMFFull from unstable.
virtualisation.libvirtd = {
enable = true;
qemu.ovmf.package = pkgs.unstable.OVMFFull;
};
In documents from other distributions there is a OVMF_CODE.secboot.fd
but I can only find a OVMF_CODE.fd
. Finally I just use OVMF_CODE.secboot.fd
and OVMF_VARS.ms.fd
from debian and everything just works. What’s the recommanded method to do this? Something like the debian packages which works out of the box is helpful.