美文网首页
kvm增加UEFI支持

kvm增加UEFI支持

作者: 池边树下 | 来源:发表于2019-10-08 09:26 被阅读0次

参考:http://ju.outofmemory.cn/entry/226516

wget http://www.kraxel.org/repos/firmware.repo -O /etc/yum.repos.d/firmware.repo

yum install edk2.git-ovmf-x64

vi /etc/libvirt/qemu.conf, and add this section at the top of the file:

nvram = [
    "/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd:/usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd",
 ]

重启libvirtd

systemctl restart libvirtd

相关文章

网友评论

      本文标题:kvm增加UEFI支持

      本文链接:https://www.haomeiwen.com/subject/kpbhuctx.html