Verify kvm2 support
Confirm virtualization support by CPU
egrep -c ‘(svm|vmx)’ /proc/cpuinfo
An output of 1 or more indicate that CPU can use virtualization technology.
sudo kvm-ok
Output “KVM acceleration can be used. ” indicate that the system has virtualization enabled and KVM can be used.
Continue reading How to enable minikube kvm2 driver on Ubuntu 18.04