-
Enter the following command to verify that virtualization is enabled on the KVM host:
lsmod | grep kvmThe output should contain one of the following lines of text:kvm_intel
kvm_amd
- If the output does not contain kvm_intel or kvm_amd, enter the following command to determine whether KVM is disabled by the BIOS:
dmesg | grep -i kvm
If the output contains the following line of text, virtualization technology must be enabled on the BIOS:
kvm: disabled by bios