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=1440k
OR# 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
🐧 2 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
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