Public bug reported:

I launch a VM using

qemu-system-riscv64 \
        -cpu rva23s64 \
        -machine virt,acpi=on -m 4G -smp cpus=2 \
        -nographic \
        -drive 
if=pflash,format=raw,unit=0,file=/usr/share/qemu-efi-riscv64/RISCV_VIRT_CODE.fd,readonly=on
 \
        -drive if=pflash,format=raw,unit=1,file=RISCV_VIRT_VARS.fd,readonly=off 
\
        -netdev user,id=net0 \
        -device virtio-net-device,netdev=net0 \
        -device virtio-rng-pci \
        -drive file=disk,format=raw,if=none,id=DISK \
        -device virtio-blk,drive=DISK,bootindex=1 \
        -drive 
file=resolute-live-server-riscv64.iso,format=raw,readonly=on,if=none,id=ISO \
        -device virtio-blk,drive=ISO,bootindex=2

Neither the EDK II menu nor the GRUB menu fits onto my 119x39 screen. It
is displayed to wide. This behavior did not occur with previous
versions.

** Affects: edk2 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2145109

Title:
  EDK II does not correctly detect screen size for QEMU's -nographic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/2145109/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to