-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Description / Steps to reproduce the issue
- install qemu before 10.1.2-1
- 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
- upgrade all
pacman -Suuy - 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
- I have verified that my MSYS2 is up-to-date before submitting the report (see https://www.msys2.org/docs/updating/)
Windows Version
MINGW64_NT-10.0-17763
Are you willing to submit a PR?
No response