-The host system that KVM is running on is Ubuntu 12.10. - I am trying to install 12.10 on it as a virtual guest.
However, when I issue the virt-install command it replies with this:
Starting install...
Creating domain... | 0 B 00:00
Connected to domain ubuntu1210
Escape character is ^]
Then nothing more is printed to the screen until I click control-c.
- The command I am using is:
virt-install -n ubuntu1210 -c /dev/cdrom --network bridge=br0 --disk /var/lib/libvirt/images/ubuntu1210.qcow2 -r 512 -v --nographics --os-type linux --os-variant ubuntuquantal
(Install cd is in drive)
Please do not tell me how to do this with ubuntu-vm-builder as I am aiming to set up this and VMs of other OSs so I would prefer to learn this way.
Thank you in advance.