Skip to content

qemu-system-x86_64 does not boot anymore since qemu-updates #26723

@tps800

Description

@tps800

Description / Steps to reproduce the issue

  1. install qemu before 10.1.2-1
  2. Will run as expected:
qemu-system-x86_64.exe \
        -accel tcg \
        -machine type=q35 \
        -m 4g \
        -nic user,model=virtio-net-pci \
        -cdrom /c/iso/clonezilla-live-3.3.0-33-amd64.iso \
        -drive if=pflash,format=raw,file="/mingw64/share/qemu/edk2-x86_64-code.fd",readonly=on \
        -drive if=pflash,format=raw,file="/mingw64/share/qemu/edk2-i386-vars.fd" \
        -vga qxl
  1. upgrade all pacman -Suuy
  2. Won't work any more, just booting into UEFI-Shell:
qemu-system-x86_64.exe \
        -accel tcg \
        -machine type=q35 \
        -m 4g \
        -nic user,model=virtio-net-pci \
        -cdrom /c/iso/clonezilla-live-3.3.0-33-amd64.iso \
        -drive if=pflash,format=raw,file="/mingw64/share/qemu/edk2-x86_64-code.fd",readonly=on \
        -drive if=pflash,format=raw,file="/mingw64/share/qemu/edk2-i386-vars.fd" \
        -vga qxl

qemu before upgrade:

  • mingw-w64-clang-x86_64-qemu-common 10.1.0-1
  • mingw-w64-clang-x86_64-qemu-guest-agent 10.1.0-1
  • mingw-w64-ucrt-x86_64-qemu 10.1.0-1
  • mingw-w64-ucrt-x86_64-qemu-common 10.1.0-1
  • mingw-w64-ucrt-x86_64-qemu-guest-agent 10.1.0-1
  • mingw-w64-ucrt-x86_64-qemu-image-util 10.1.0-1
  • mingw-w64-x86_64-qemu 10.1.0-1
  • mingw-w64-x86_64-qemu-common 10.1.0-1
  • mingw-w64-x86_64-qemu-guest-agent 10.1.0-1
  • mingw-w64-x86_64-qemu-image-util 10.1.0-1

qemu after upgrade:

  • mingw-w64-clang-x86_64-qemu-common 10.1.2-1
  • mingw-w64-clang-x86_64-qemu-guest-agent 10.1.2-1
  • mingw-w64-ucrt-x86_64-qemu 10.1.2-1
  • mingw-w64-ucrt-x86_64-qemu-common 10.1.2-1
  • mingw-w64-ucrt-x86_64-qemu-guest-agent 10.1.2-1
  • mingw-w64-ucrt-x86_64-qemu-image-util 10.1.2-1
  • mingw-w64-x86_64-qemu 10.1.2-1
  • mingw-w64-x86_64-qemu-common 10.1.2-1
  • mingw-w64-x86_64-qemu-guest-agent 10.1.2-1
  • mingw-w64-x86_64-qemu-image-util 10.1.2-1

Expected behavior

qemu working as before.

Actual behavior

Does not find any bootable device falling back to UEFI-Shell.

Verification

Windows Version

MINGW64_NT-10.0-17763

Are you willing to submit a PR?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions