$ dd if=/dev/zero of=/tmp/disk bs=1M count=1 $ qemu-system-x86_64 -machine q35,accel=tcg -no-user-config -nodefaults -m 256 -smp 1,sockets=1,cores=1,threads=1 -display none -serial stdio -chardev pty,id=charserial1 -device isa-serial,\ chardev=charserial1,id=serial1 -drive file=/usr/share/ovmf/OVMF.legacy.fd,if=pflash,format=raw,unit=0,readonly=on -device pvscsi,id=scsi -drive file=/tmp/disk,if=none,format=raw,id=drive0 -d\ evice scsi-hd,drive=drive0,bus=scsi.0
The qemu VM hangs and cannot get into the boot menu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2143351 Title: autopkgtests fails on s390x with OVMF.legacy.fd and PVSCSI support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/2143351/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
