Date created: Wednesday, August 22, 2012 5:34:40 PM. Last modified: Monday, March 7, 2016 9:13:43 AM
KVM Install and Configure Notes
Install (pre Ubuntu 14):
egrep '(vmx|svm)' --color=always /proc/cpuinfo
apt-get install kvm qemu-kvm libvirt-bin bridge-utils screen console-data console-tools debconf virt-manager virt-viewer
adduser `id -un` libvirt
Install (Ubuntu 14):
egrep -c '(vmx|svm)' /proc/cpuinfo
sudo kvm-ok
sudo apt-get install qemu-kvm libvirt-bin bridge-utils screen console-data debconf virt-manager virt-viewer
Previous page: KVM Guest Install Examples
Next page: KVM Tuning & Notes