davidcallanan / os-series

819 stars 120 forks source link

could not load PC BIOS 'bios-256k.bin' #7

Closed sumanta-ghosh closed 3 years ago

sumanta-ghosh commented 3 years ago

I am getting the below error in my WIn10

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

image

Daxiel1992 commented 3 years ago

This is the BIOS file qemu uses. Check the qemu installation folder for the .bin file and when you run the command, add "-L /path/to/bios.bin", without the quotes of course.

sumanta-ghosh commented 3 years ago

Thanks @Daxiel1992 , finally able to run using the below command

qemu-system-x86_64 -L "C:/Program Files/qemu/" -cdrom dist/x86_64/kernel.iso

davidcallanan commented 3 years ago

@sumanta-ghosh Did I find your stackoverflow question? https://stackoverflow.com/questions/66266448/qemu-could-not-load-pc-bios-bios-256k-bin

davidcallanan commented 3 years ago

Another potential solution (this youtube comment thread).

image