summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/boot/1591724
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/boot/1591724')
-rw-r--r--results/classifier/gemma3:12b/boot/159172421
1 files changed, 21 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/boot/1591724 b/results/classifier/gemma3:12b/boot/1591724
new file mode 100644
index 00000000..9b83bc8f
--- /dev/null
+++ b/results/classifier/gemma3:12b/boot/1591724
@@ -0,0 +1,21 @@
+
+Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF
+
+With Qemu 2.5.50 (compiled from git some time ago) I can boot Windows 7 x64 installation DVD as follows:
+~/code/qemu-v2/bin/slic-v2/native/x86_64-softmmu/qemu-system-x86_64 \
+    -machine type=pc,accel=kvm \
+    -enable-kvm \
+    -cpu host \
+    -m 2048 \
+    -vga cirrus \
+    -boot d \
+    -drive if=pflash,file=/vms/ovmf_x64_firstrun.bin,format=raw \
+    -cdrom /vms/win7_sp1.iso \
+    -monitor stdio
+
+This bug suggests different vga options https://bugs.launchpad.net/qemu/+bug/1581936. Here's the behaviours I'm getting with 2.6.0:
+
+std - "Starting Windows" with wavering flag hangs indefinitely
+cirrus - at "Starting Windows" wasps of light freeze before assembling into a flag
+qxl - "Starting Windows" with wavering flag hangs indefinitely
+virtio - "Starting Windows" with wavering flag hangs indefinitely
\ No newline at end of file