KVM创建支持UEFI启动的虚拟机

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了KVM创建支持UEFI启动的虚拟机相关的知识,希望对你有一定的参考价值。

环境:rhel7.5

一.配置firmware源

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

二.安装ovmf

yum install edk2.git-ovmf-x64
yum install OVMF #uefi的virt-manger图形组件
三.配置 libvirtd以启用UEFI

Configure libvirtd to advertise UEFI support

Libvirt needs to know about UEFI->NVRAM config file mapping, so it can advertise it to tools like virt-manager/virt-install.

As root, edit /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

五.创建虚拟机

virt-manager
技术图片

这样就可以选择的固件是uefi
注意,如果视频模式为vmvga或QXL会导致启动时黑屏,换成vga模式就可以了

以上是关于KVM创建支持UEFI启动的虚拟机的主要内容,如果未能解决你的问题,请参考以下文章

vmware vsphere 虚拟机怎么改uefi

Centos 在VMware运行并通过UEFI引导启动安装方法

Centos 在VMware运行并通过UEFI引导启动安装方法

Centos 在VMware运行并通过UEFI引导启动安装方法

VMware使用物理磁盘gpt分区安装虚拟机,重新启动报错

VMware虚拟机的使用?