This section describes:
Some older machines cannot boot from a CD. If your machine cannot boot from a CD, but can boot only from a floppy then you will need to create a Linux boot floppy. You can make a boot floppy on either a Microsoft Windows machine or a Linux machine. Your choices:
Download the following files:
Then format the floppy and copy the boot image.
Bring up a DOS window and type:
format a:
(no label)
rawrite -f bootdisk.img
This is the rawrite program you just downloaded, above
Download the following file:
Then make the boot floppy:
fdformat /dev/fd0
dd if=bootdisk.img of=/dev/fd0 bs=1440k
(This takes a few minutes)
It's true: Let's say you live in the middle of nowhere, you don't have a CD writer, you can't wait for the Red Hat Linux CDs to arrive in the mail, and you have a high-speed Internet connection.
There is a way to install Red Hat Linux completely over the Internet:
What type of media contains the packages to be installed?
FTP
HTTP
NFS image
When asked Select Use a driver disk when you are told No driver found.... fd0 and place the drvnet.img floppy disk in the drive.
Then you will be asked for the FTP site name and directory. For the FTP site name, enter: mirror.cs.wisc.edu or another Red Hat mirror site.
When asked for the Red Hat directory, enter: /pub/mirrors/linux/redhat/9/en/os/i386 or another Red Hat mirror site. Here is an example dialogue:
FTP site name: mirror.cs.wisc.edu
Red Hat directory: /pub/mirrors/linux/redhat/9/en/os/i386
Warning: It could take hours to download all of Red Hat Linux over a standard DSL (1.5 megabit) connection. And if something goes wrong in the middle (a tornado breaks the Internet connection), you'll have to start all over with the installation process.
Linux Quick Reference Home
Linux Migration Home