windows-10virtual-machinevirtualizationqemu

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


I was trying to use QEMU with a kernel ISO I am building but I am unable to run the test.

I am using Windows 10 64 bit and I have added the pc-bios folder to PATH if that matters. I have tried the following commands till now: Windows terminal screenshot


Solution

  • You can use bios-256k.bin that comes with QEMU. Add the following while running your command ... -L "C:\Program Files\qemu". Where "C:\Program Files\qemu" is the path to QEMU installation.