There are different methods to create an installation boot disk under Linux. Bootable floppy disks are generally used as a last resort to boot the installer on hardware that cannot boot from CD or by other means (such as a BIOS limitation).
Disk images are files containing the complete contents of a floppy disk in raw form. They cannot be directly copy to floppy disk.
Creating an installation disk from Linux/UNIX
Find out image called boot.img. Different Linux distribution stores disk under different location on CD/DVD:
=> Red Hat / Fedora Linux : /images/boot.img
=> Debian Linux: /install/floppy/boot.img
To write an installation boot disk using dd command as follows (put a floppy disk in disk drive):# dd if=/images/boot.img of=/dev/fd0 bs=1440kOR# dd if=/install/floppy/boot.img of=/dev/fd0 bs=1024 conv=sync ; sync
Creating an installation from DOS or Windows
The rewrite.exe and rawrite2.exe programs can be used under MS-DOS. The rwwrtwin.exe program runs on Windows 95, NT, 98, 2000, ME, XP etc. Different Linux distribution stores these utilities under different location on CD/DVD:
=> Red Hat /Fedora Linux: /dosutils
=> Debian Linux: /tools
Boot into DOS, put a floppy in drive and type command (assuming that E: is your CD/DVD drive):e:When asked for a disk boot image path, enter boot.img (for example e:\images\boot.img or e:\install\floppy\boot.img).
cd dosutils
rawrite.exe
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop










{ 2 comments… read them below or add one }
burning boot.img to a cd will make a boot disk for redhat enteprise 5?
I have a laptop that was made for Windows 98. I want to install the small version of Mint 7 “Gloria.” However, in order to load Mint 7 via a CD I must create a floppy to start this primitive DOS, as noted above. Any helps? I can not find the way to make a Boot Floppy for the IPC.
Thanks