Libvirtlibvirt UEFI支持zzws included in kvm 2022-04-22 13 words One minute Contents Libvirt可以通过qemu和OVMF来支持UEFI虚拟机,先安装edk2-ovmf,然后添加如下内容 /etc/libvirt/qemu.conf1 2 3 4 // /etc/libvirt/qemu.conf nvram = [ "/usr/share/ovmf/x64/OVMF_CODE.fd:/usr/share/ovmf/x64/OVMF_VARS.fd" ]