virt-install gets stuck during downloading install.img
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Invalid
|
Undecided
|
Unassigned | ||
Bug Description
I have tried to install CentOS 6.4 using the latest version of all kvm related tools. My problem is that I get stuck at arround 20% during the download of the file install.img. Everything before that works just fine.
My Server is based on CentOS 6.4
I am using the following commands to install to server:
virt-install \
-n test \
-r 1024 \
--disk path=/var/
--vcpus=1 \
--os-type linux \
--os-variant=rhel6 \
--network bridge=br2 \
--nographics \
--location='http://
--extra-
I have checked that my server is ready for virtualization.
If you need any further information I am happy to provide them
Patrick Gramsl
| description: | updated |

I guess it could be a problem with the mirror you are using. Have you tried using a different mirror. Following is what I tried and I was able to boot centos
virt-install \ test.img, size=3 \ centos. mirror. net.in/ centos/ 6.4/os/ x86_64' \ args='console= tty0 console= ttyS0,115200n8 serial'
-n test \
-r 1024 \
--disk path=/tmp/
--vcpus=1 \
--os-type linux \
--os-variant=rhel6 \
--network bridge=virbr0 \
--nographics --location='http://
--extra-