Friday, December 11, 2009

KVM Ubuntu 2

After installing the basic KVM package as described earlier, I installed:
 apt-get install virt-manager
I was then able to do an install like this to install a Fedora VM:
sudo virt-install \
--accelerate \
--hvm \
--connect qemu:///system \
--network network:default \
--name fedora12 \
--ram 512 \
--file=/var/lib/libvirt/images/fedora12.img \
--vcpus=1 \
--nonsparse \
--check-cpu \
--vnc \
--file-size=6 \
--cdrom=/mnt/isos/datastore1/fedora12_x86_64/Fedora-12-x86_64-DVD.iso

No comments: