Infrastructure Config Uefi
Install OVMF on Host running CentOS
cd /etc/yum.repos.d/ && wget http://www.kraxel.org/repos/firmware.reposu -c 'yum install edk2.git-ovmf-x64 -y'mkdir -p /usr/share/OVMF/
cp /usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd /usr/share/OVMF/OVMF_CODE.fd
cp /usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd /usr/share/OVMF/OVMF_VARS.fdInstall OVMF on Host running Ubuntu
Verify that your Virtual Machine is booted in UEFI mode
Configure Image to Boot using UEFI
Last updated
Was this helpful?
