====== Deploy KVM over Ubuntu 16.04 x64 ====== * Install Ubuntu server 16.04.1 x64 from USB + LVM + OpenSSH server + Virtual machine host * Use enp3s0 as mangement interface and configure with static IP * Login by SSH client after reboot * Verify KVM CPU support # kvm-ok INFO: /dev/kvm exists KVM acceleration can be used * Upgrade packages to last version # apt-get update # apt-get upgrade * Verify KVM is up virsh -c qemu:///system list $ virsh -c qemu:///system list Id Name State ---------------------------------- * Install ntp # apt-get install ntp