http://bugzilla.opensuse.org/show_bug.cgi?id=1157366 Bug ID: 1157366 Summary: grub stuck in loop when using '-display none' qemu option Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.1 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: KVM Assignee: kvm-bugs@suse.de Reporter: jfehlig@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Created attachment 824593 --> http://bugzilla.opensuse.org/attachment.cgi?id=824593&action=edit seabios debug log When starting Leap 15.1 VM with qemu option '-display none', grub inside the VM will constantly loop between showing the grub menu and attempting to boot the default selection. AFAICT, the kernel is never loaded before the grub menu reappears. I see "Booting openSUSE Leap 15.1...", but never any "Loading Linux 4.12.14-lp151.28.32-default..." or "Loading initial ramdisk ..." messages. Here's the qemu command line I'm using to reproduce the issue /usr/bin/qemu-system-x86_64 \ -name guest=libvirt-opensuse-151,debug-threads=on \ -S \ -machine pc-i440fx-3.1,accel=kvm,usb=off,vmport=off,dump-guest-core=off \ -cpu host \ -m 2048 \ -smp 2,sockets=2,cores=1,threads=1 \ -uuid 1c9ba5de-915a-4d96-8113-f7c268d52179 \ -display none \ -no-user-config \ -nodefaults \ -monitor stdio \ -debugcon file:/tmp/seabios-debug.log -global isa-debugcon.iobase=0x402 \ -serial unix:serial,server,nowait \ -drive file=/home/jfehlig/virt/images/test/disk0.qcow2,format=qcow2,if=virtio \ -- You are receiving this mail because: You are on the CC list for the bug.