Find out the image named boot.img. It can be located at different locations on different distributions on the CD:
- Red Hat / Fedora Linux : /images/boot.img
- Debian Linux: /install/floppy/boot.img
2. Now, to write an Linux install disk, you can use dd command and type this:
- # dd if=/images/boot.img of=/dev/fd0 bs=1440k or
- #dd if=/install/floppy/boot.img of=/dev/fd0 bs=1024 conv=sync ; sync.
if you are getting problem to create then you can Easily download it from its website.