Bochs: Could not read the boot disk
Posted: Tue Dec 28, 2004 12:43 pm
My OS crashes before jumping to the kernel on a real machine, so I've been trying to set it up in bochs to analyze the problem. When I try to get bochs to load off the floppy it gives me this in bochsout.txt:
00002402535i[BIOS ] FATAL: Could not read the boot disk
I tried with a disk image also, but the same problem occured. It should at least load the bootstrap because it works on a real PC, right? Here is my bouchsrc:
00002402535i[BIOS ] FATAL: Could not read the boot disk
I tried with a disk image also, but the same problem occured. It should at least load the bootstrap because it works on a real PC, right? Here is my bouchsrc:
Code: Select all
megs: 32
romimage: file=../BIOS-bochs-latest, address=0xf0000
vgaromimage: ../VGABIOS-elpin-2.40
floppya: 1_44=A:, status=inserted
boot: a
log: bochsout.txt
mouse: enabled=0