I have created an image of a floppy disk by executing:

dd if=/dev/fd0 of=/home/myFloppy.img

My floppy disk is no more working now. So I am thinking now if it's possible to write the image of that floppy to a flash drive and then I may boot my machine from the flash drive.

My machine's BIOS has the option of 'Boot from USB'.

link|improve this question

71% accept rate
I think this belongs on serverfault. – Sune Rievers Dec 7 '09 at 9:23
Serverfault? Because servers still have floppies? Or because server people know best how to deal with dd? – innaM Dec 7 '09 at 9:24
@Manni - the latter, I believe – Brian Agnew Dec 7 '09 at 9:25
2  
(Previous discussion took place in SO, but FWIW:) There's nothing "server-specific" about dd, so SU is the right place. – Jonik Dec 7 '09 at 11:52
feedback

migrated from stackoverflow.com Dec 7 '09 at 9:32

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 1 down vote accepted

Method 5 of the website mentioned by Darren seemed to be a solution to my problem but it did not work for me.

After a little browsing the method shown in "Creating a bootable USB thumb drive - Page 2 " did the magic for me.

link|improve this answer
feedback

This website provides several methods to do this, including methods of converting a floppy image to USB boot. There appears to be additional steps other than raw writing the floppy image directly to the USB drive.

http://www.bootdisk.com/pendrive.htm

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.