The virt-install tag has no wiki summary.
0
votes
1answer
84 views
How do I create an ISO image of a partition on an external hard drive?
I see that there is a similar question with the answer to use BartPE with a plugin, but are there any other methods to create an ISO image from an external hard drive partition? I don't feel too good ...
0
votes
1answer
107 views
KVM guest setup problems (Ubuntu 12.10)
-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 ...
2
votes
1answer
398 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:
...
2
votes
2answers
998 views
How to install an Ubuntu 12.04 server VM with virt-install without graphics locally (preferably from an ISO)?
I've seen similar questions here but they don't seem to answer the question, instead deferring to graphical installs or PXE-based installs (and with little detail on the latter for my use case).
I ...
0
votes
1answer
162 views
Can't create VM with virt-install on Debian wheezy
Cant find any answers anywhere so here goes.
I am trying to CREATE a new virtual machine using the virt-install command from a console on a Debian wheezy install.
I keep getting the following ...
0
votes
0answers
187 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 ...
1
vote
1answer
631 views
can't install VM using virt-install
I use this command:
virt-install -r 1024 --vcpus=2 --accelerate --nographics -n test -f test.img --cdrom /iso/CentOS.iso
but I doesn't show the text based install:
boot: linux text
Loading ...
0
votes
2answers
1k views
Installing RHEL/CentOS over FTP using kickstart
I have the following command to install CentOS using the virtual vsFTP server that I have at 192.168.122.1:
virt-install --name kickstart.example.com --ram 768 \
--disk ...
2
votes
5answers
2k views
Automated install of Lucid guests on Lucid KVM Server
We have an Ubuntu 10.04 server running KVM very nicely, but are having trouble figuring out the cleanest (and fastest) way to do unattended installs of 10.04 guests.
Requirements:
Must use LVM ...
0
votes
3answers
288 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 ...