KVM: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
=Links= | =Links= | ||
*[http://www.linux-kvm.org/ Homepage] | *[http://www.linux-kvm.org/ Homepage] | ||
=Docs= | |||
*[http://blog.ericwhite.ca/articles/2010/10/kvm-ubuntu-vm-using-debootstrap/ Creating a KVM Ubuntu VM using Debootstrap] | |||
=Management tools= | =Management tools= |
Revision as of 16:20, 11 April 2011
Links
Docs
Management tools
proxmox
GUI
virt-manager
Only manages connecting?
aqemu
looks promising
convirt
seems broken/gtk
CLI
virt-install
Cheatsheet
Install to drbd
kvm -name squeeze1 -usbdevice tablet -vnc :1 -hda /dev/drbd0 -cdrom /tmp/debiansqueeze.iso -boot d -m 384
And then use -boot c to actually boot it