diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
| commit | d0c85e36e4de67af628d54e9ab577cc3fad7796a (patch) | |
| tree | f8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/kvm/1221797 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/kvm/1221797')
| -rw-r--r-- | results/classifier/gemma3:12b/kvm/1221797 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/kvm/1221797 b/results/classifier/gemma3:12b/kvm/1221797 new file mode 100644 index 000000000..87fb36e6d --- /dev/null +++ b/results/classifier/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 |