I have guix on my main system. installed virt-manager and ovmf, But virt-manager is not seeing ovmf.
Both virt-manager and ovmf is in the system.scm as a system package.
My main reason for it is create some install scripts usinng scheme for some of mu favorite distro like Arch, Void, and Guix. But I would like to use virt-manager with UEFI support.
It would be appreciated for any help on getting virt-manager to see ovmf.
From virt-manager, you can switch to UEFI by default from the menu Edit > Preferences > NewVM > x86 Firmware
Eventually, click the manual install when creating a new virtual machine then continue the process.
You can edit the xml file too. At the end, you should see something like
Thank you. Virt-Manager is able to see the OVMF file when I added the extra-special-file. And thank you for telling my about how to set UEFI to be the default. That prevents me from having to do extra steps on creating a new vm.