I've installed 12.04 64bit with virtualization package.
when I try to create a virtual machine with
I get this error
Do I need to install another package or do some additional manual configuration?
Thanx!
when I try to create a virtual machine with
Code:
virt-install --name win7 --ram 4096 --vcpus=3 --cdrom=/dev/cdrom --os-type=windows --os-variant=win7 --disk /etc/libvirt/disk/win7.raw --vnc --noreboot
Code:
Starting install...
ERROR internal error cannot load AppArmor profile 'libvirt-3f46c2d6-217b-e054-1804-d9343ae14e40'
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///system start win7
otherwise, please restart your installation.
Thanx!