Date created: 08/22/12 17:34:40. Last modified: 03/07/16 09:13:43
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