qemu freezes during grub on arch cloudimg
Bug #1926052 reported by
David Hauer
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Invalid
|
Undecided
|
Unassigned | ||
Bug Description
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:/
qemu-system-x86_64 -hda Arch-Linux-
```
It will get stuck while displaying `Welcome to GRUB!`
If -nographic is omitted, it will continue to boot (without any keyboard interaction)
| Changed in qemu: | |
| status: | New → Invalid |
To post a comment you must log in.

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.