The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
289 views

Access VMs via terminal during installation?

I'm trying to install some Lucid VMs on a Lucid host using virt-install. After I create the image, I want to go through the guest installation without using a GUI, such as virt-manager or VNC. Is ...
2
votes
1answer
400 views

virt-install kept on adding --no-reboot - even though I don't want it to

I have a bit of a problem getting my guests to reboot after the OS installation using virt-install. For whatever reason, virt-install insists on inserting "--no-reboot" when you create a VM: ...
0
votes
0answers
188 views

Install a KVM guest with LVM partitioning on an LVM partitioned host using virt-install fails, volume group already exists

our setup consists of a ubuntu 10.04 kvm host server with LVM, on top of which we install the ubuntu 10.04 virtual machines via virt-install and preseed. Each VM has a dedicated logical volume which ...