summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1926052
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/108/other/1926052')
-rw-r--r--results/classifier/zero-shot/108/other/192605234
1 files changed, 34 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1926052 b/results/classifier/zero-shot/108/other/1926052
new file mode 100644
index 00000000..bd558b1f
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/1926052
@@ -0,0 +1,34 @@
+graphic: 0.913
+boot: 0.778
+device: 0.760
+performance: 0.637
+other: 0.596
+semantic: 0.487
+debug: 0.332
+network: 0.263
+permissions: 0.202
+socket: 0.200
+vnc: 0.197
+PID: 0.196
+files: 0.175
+KVM: 0.028
+
+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)
+
+Sorry, this is actually not a qemu problem. The arch system just doesn't display any messages during boot when `-nographic` is used.
+The issue can be closed.
+