I have created .bin file and written it to a floppy disk image i have created. here’s the command syntax i have used:
[ dd if=bootstrap.bin of=myfloppy.flp bs=512 count=1 conv=notrunc ]
and after that i have booted this using this command:
[ sudo qemu -fda myfloppy.flp ]
but it gives an error as follows: " Loading Boot image ……………………… Error: Press Any Key to Reboot " Can anyone give me a solution?
Title:
Body
Lists: * item1 * item2 * * item2.1 * item3
Lists: # item1 # item2 # # item2.1 # item3
Welcome! OmniNerd's content is generated by nerds like you. Learn more.
I have created .bin file and written it to a floppy disk image i have created.
here’s the command syntax i have used:
[ dd if=bootstrap.bin of=myfloppy.flp bs=512 count=1 conv=notrunc ]
and after that i have booted this using this command:
[ sudo qemu -fda myfloppy.flp ]
but it gives an error as follows:
" Loading Boot image
………………………
Error: Press Any Key to Reboot "
Can anyone give me a solution?