Skip to content

Instantly share code, notes, and snippets.

@AGhost-7
Created February 28, 2016 18:19
Show Gist options
  • Select an option

  • Save AGhost-7/1b0bc4982696cc114e25 to your computer and use it in GitHub Desktop.

Select an option

Save AGhost-7/1b0bc4982696cc114e25 to your computer and use it in GitHub Desktop.
Basic install to get a VM with KVM kernel features
# Most tutorials tell you to install `qemu-kvm`, which I don't
# recomend. The KVM features were merged back into upstream
# QEMU a while ago, and I suspect that the `qemu-kvm` project
# has stagnated.
# Source: http://wiki.qemu.org/KVM
sudo apt-get install qemu -y
# Optional GUI
sudo apt-get install virt-manager -y
# You need to reboot for this to work...
sudo reboot now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment