How to make an ISO image emulate floppy

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
omar
Posts: 8
Joined: Fri Aug 22, 2014 12:22 pm

How to make an ISO image emulate floppy

Post by omar »

Does anyone know how to make an ISO image using

Code: Select all

genisoimage
? I'm using Debian GNU/Linux 7.6 Wheezy and I know it's possible to emulate floppy with ISO. I just don't know how? There is option

Code: Select all

-no-emul-boot
and

Code: Select all

-hard-disk-boot
but I need floppy emulation.
Any help please? And thank you in advance!
Nable
Member
Member
Posts: 453
Joined: Tue Nov 08, 2011 11:35 am

Re: How to make an ISO image emulate floppy

Post by Nable »

Google-fu (i.e. ability to use search tools) is a kind of required knowledge. I gave you link to OSDev wiki page about El-Torito, if you look at the page end, you'll find the link to genisoimage wiki page. That page has the ready example.
User avatar
Wajideu
Member
Member
Posts: 153
Joined: Wed Jul 30, 2014 1:05 am

Re: How to make an ISO image emulate floppy

Post by Wajideu »

I believe the reason there is a "-no-emul-boot" option is because the default is an emulated disc. There's no special actions you have to take, just write a normal floppy bootloader and assign it as the disc's boot data. Unless you're working with old pc's though, I would suggest using an actual cd boot image. Then you don't have to worry about cramming your bootloader into 510 bytes.
Post Reply