converting floppy to iso failed to read disk
Posted: Fri Jan 30, 2015 3:49 pm
Hello,
I am trying to convert my floppy disk bootloader + kernel to an iso image but when I tried loading it in qemu it said failed to read disk. I am using the kernel found at https://github.com/sukwon0709/osdev. The command I used to convert to iso is:
This will produce a iso file from os-image called bootable.iso.
when I typed:
qemu can't load the kernel. I thought the iso image is emulating the floppy but apparently something went wrong.
I am trying to convert my floppy disk bootloader + kernel to an iso image but when I tried loading it in qemu it said failed to read disk. I am using the kernel found at https://github.com/sukwon0709/osdev. The command I used to convert to iso is:
Code: Select all
mkisofs -R -b os-image -no-emul-boot -boot-load-size 4 -o bootable.iso .
when I typed:
Code: Select all
qemu-system-i386 -cdrom bootable.iso