Bochs isn't working
Posted: Sun Mar 20, 2005 2:47 am
When I try to run Bochs, it gives me an error message:
[BIOS] Not a bootable disk
I'm new with this, so I don't have any idea what should I do now. And here's my bochsrc.txt:
What should I do now??
[BIOS] Not a bootable disk
I'm new with this, so I don't have any idea what should I do now. And here's my bochsrc.txt:
Code: Select all
# how much memory the emulated machine will have
# if you have less than 64MB of memory in your actuall computer, set this lower(16 is good)
megs: 32
# filename of ROM images
# note that if before a filename we put "../" then the file is looked
# for in the directory above that the current directory(the one the configuration
# file is in).
romimage: file="BIOS-bochs-latest", address=0xf0000
vgaromimage: file="VGABIOS-elpin-2.40"
# we want a floppy drive(called a), the disk image that we are using is called "1.44"
floppya: 1_44="a.img", status=inserted
# choose the boot disk.
boot: floppy
# where do we send log/error messages?
log: bochsout.txt
# disable the mouse unless your OS uses it
mouse: enabled=0