summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/vmm/1926052
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/vmm/1926052')
-rw-r--r--results/classifier/accel-gemma3:12b/vmm/192605216
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/vmm/1926052 b/results/classifier/accel-gemma3:12b/vmm/1926052
new file mode 100644
index 000000000..203b38b98
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/vmm/1926052
@@ -0,0 +1,16 @@
+
+qemu freezes during grub on arch cloudimg 
+
+When booting the Arch Linux cloud image and setting `-nographic`, qemu will freeze during the grub bootloader.
+Tested with qemu 5.1 and 5.2.
+
+Reproduce:
+```
+wget https://gitlab.archlinux.org/archlinux/arch-boxes/-/jobs/20342/artifacts/raw/output/Arch-Linux-x86_64-basic-20210420.20342.qcow2
+
+qemu-system-x86_64 -hda Arch-Linux-x86_64-basic-20210420.20342.qcow2 -nographic
+
+```
+
+It will get stuck while displaying `Welcome to GRUB!`
+If -nographic is omitted, it will continue to boot (without any keyboard interaction)
\ No newline at end of file