I wanted to run a VM, however, when I turned virt-manager
on, it told me that the KVM support is not available. It turned out that I don’t have the kvm
and kvm_intel
modules available. Only, ironically, the kvm-amd
.
$ find /lib/modules/$(uname -r) -type f -name kvm*
/lib/modules/5.4.18-902.native/kernel/arch/x86/kvm/kvm-amd.ko
I’ve installed all the virtual bundles but to no avail. What is wrong?