KVM

Verify KVM extension

grep –E β€˜svm|vmx’ /proc/cpuinfo

If you receive no output then it’s likely that virtualization extensions are not enabled in your BIOS and you will need to take steps to rectify this before moving forward with the KVM installation.

How to check if KVM is enabled & active

Check if KVM module has been loaded

$ lsmod | grep kvm

Using virt-host-validate

$ sudo virt-host-validate

Last updated