Greetings.

 

I am building QEMU 9.10 using MSYS64 on Windows 10 [1].  

However, when I try and run the x86_64 emulator it complains about a missing
bios file [2].

but the files are in the -L path [3].

 

Any thoughts. The installed 9.1.0 runs exactly as expected.

 

Jerry.

 

[1]

/r/apps/qemu-x/qemu-system-arm.exe --version;
/r/apps/qemu-x/qemu-system-aarch64.exe --version;
/r/apps/qemu-x/qemu-system-x86_64.exe --version;

QEMU emulator version 9.1.0 (v9.1.0)

Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers

QEMU emulator version 9.1.0 (v9.1.0)

Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers

QEMU emulator version 9.1.0 (v9.1.0)

Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers

 

[2]

r:\apps\qemu-x\qemu-system-x86_64 -L R:\apps\qemu\9.1.0 -m 8G  -hda
f:\qemu\disks\alpine-3.20\alpine-3.20.qcow2 -device
e1000,netdev=mynet0,mac=52:55:00:d1:55:03 -netdev tap,id=mynet0,ifname=tap

qemu: could not load PC BIOS 'bios-256k.bin'

 

[3]

F:\qemu>finder -r r:\apps\qemu\9.1.0 bios*.bin

r:\apps\qemu\9.1.0\share\bios-256k.bin

r:\apps\qemu\9.1.0\share\bios-microvm.bin

r:\apps\qemu\9.1.0\share\bios.bin

 

Reply via email to