Replies: 1 comment 7 replies
-
Red Hat does not support using their qemu-kvm binary as a regular program, it is only intended for their libvirt software.
The legacy BIOS is needed for some images, such as CentOS Stream. But it is not needed for others, like Alma or Rocky. But I think you just need to install OVMF_CODE.fd (or AAVMF), for the EFI support files: https://github.com/tianocore/edk2
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I was trying to run a lima VM (Debian guest) on a CentOS 9 Stream host.
I was facing a few issues where I was wondering if there was a way to make it more smooth.
Issue: Binary name
I've gotten this message:
This is a workaround. The binary name seems always to be
qemu-kvm
on RHEL/CentOS, cf https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/8.0_release_notes/index#virtualizationbin_qemu="/usr/libexec/qemu-kvm"
Issue: Legacy Firmware
I've gotten this message:
Workaround:
Improvement potential
/usr/libexec/qemu-kvm
binary on it's own? This seems to be always the case when people use EL as a host machine, I think it would make sense to not require configuring this manually.legacyBIOS
setting needed? I'm not sure why my qemu version can't boot with EFI. This seems like lima does not set any of the available firmwares.Beta Was this translation helpful? Give feedback.
All reactions