Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 856
ThatAnonyG Avatar asked Feb 18 '21 18:02

ThatAnonyG


2 Answers

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.

like image 177
Mina Ghobrial Avatar answered Sep 20 '22 17:09

Mina Ghobrial


Add -L C:\Users\Ratul\AppData\Local\Android\Sdk\emulator\lib\pc-bios\ option to your command line. You tried this option, but used the path and name of the binary, and iIt should contain only the path.

like image 24
nevilad Avatar answered Sep 20 '22 17:09

nevilad