diff options
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/1221797')
| -rw-r--r-- | results/classifier/accel-gemma3:12b/kvm/1221797 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/1221797 b/results/classifier/accel-gemma3:12b/kvm/1221797 new file mode 100644 index 000000000..87fb36e6d --- /dev/null +++ b/results/classifier/accel-gemma3:12b/kvm/1221797 @@ -0,0 +1,23 @@ + +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 \ No newline at end of file |