kvm kernel module not loaded
Solution 1:
You either haven't installed qemu-kvm or you don't have virtualization enabled from BIOS.
Run this to make sure that you have KVM modules installed:
sudo apt-get install kvm qemu
And run this to make sure you have virtualization enabled from BIOS (If you don't then enable that):
grep vmx /proc/cpuinfo