KVM: Difference between revisions
From DWIKI
m (→Docs) |
|||
Line 33: | Line 33: | ||
==Install to drbd== | ==Install to drbd== | ||
kvm -name squeeze1 -usbdevice tablet -vnc :1 -hda /dev/drbd0 -cdrom /tmp/debiansqueeze.iso -boot d -m 384 | kvm -name squeeze1 -usbdevice tablet -vnc :1 -hda /dev/drbd0 -cdrom /tmp/debiansqueeze.iso -boot d -m 384 | ||
virt-install -d --name=kvmtest1 --ram 512 --disk path=/dev/drbd/by-res/kvmtest1,bus=virtio,cache=none --virt-type=kvm --network bridge=br0,model=virtio --vnc --accelerate --location=http://ftp.debian.org/debian/dists/squeeze/main/installer-amd64/ | |||
And then use -boot c to actually boot it | And then use -boot c to actually boot it |
Revision as of 12:43, 15 November 2011
Links
Docs
Hardware
Required CPU flags:
egrep '^flags.*(vmx|svm)' /proc/cpuinfo
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
virt-install -d --name=kvmtest1 --ram 512 --disk path=/dev/drbd/by-res/kvmtest1,bus=virtio,cache=none --virt-type=kvm --network bridge=br0,model=virtio --vnc --accelerate --location=http://ftp.debian.org/debian/dists/squeeze/main/installer-amd64/
And then use -boot c to actually boot it