summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1221797
blob: f4b2013f1594f575adc06d6fefad7a3d6b1ce357 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
virt-install gets stuck during downloading install.img

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.

I am using the following commands to install to server:
virt-install \
	-n test \
	-r 1024 \
	--disk path=/var/kvm/images/test.img,size=25 \
	--vcpus=1 \
	--os-type linux \
	--os-variant=rhel6 \
	--network bridge=br2 \
	--nographics \
	--location='http://mirror.netcologne.de/centos/6.4/os/x86_64' \
	--extra-args='console=tty0 console=ttyS0,115200n8 serial' \

I have checked that my server is ready for virtualization.

If you need any further information I am happy to provide them

Patrick Gramsl