I. RedHat/Fedora Linux Installation Method
1. Install the disc, insert the installation disc, and install it directly.
2. Hard Disk Installation
3. network installation: NFS, HTTP, and FTP. The PXE Nic must be supported.
In addition to the CD installation method, You Need To boot from a floppy disk to install the disk. The following describes the system boot floppy disk.
.
Ii. Make boot floppy disk
1) required files
Required: bootdisk. IMG --
Optional: drvblock. IMG-SCSI hard drive or disc driveProgram, Drvnet. img nic driver,
Pcmciadd. IMG --- driver for the PC Nic of the laptop
Four files in the images directory of the first installation disc can also be downloaded from the http://fedora.redhat.com
.
2) create a boot floppy disk in Windows
Rawrite bootdisk. img
Rawrite can be found in dosutils on the first disc.
3) create a boot floppy disk in Linux
Dd If = bootdisk. IMG of =/dev/fd0
4) create a driver Disk
Dd If = drvblock. IMG of =/dev/fd0
Dd If = drvnet. IMG of =/dev/fd0
3. Select the Installation Method
Insert the boot software into the drive, and set the first Boot Mode of the computer as the drive. The installation screen is displayed.
, Enter the Linux askmethod to display the installation method selection screen.
1) Local CDROM (cd)
2) Hard Drive)
Select hard drive and enter the location of the ISO file in Linux. (Mainly Hard Disk Partition Number and Directory
)
network installation method:
build a network to install the server, which is an HTTP or FTP server. The directory structure is the same as that of the CD directory.
boot with a floppy disk, enter the Linux askmethod
select the same protocol as the server
select the NIC Driver and configure the NIC address (Configure TCP/IP)
enter the server address and installation location (including the directory of RedHat or fedora)
3) NFS image
4) FTP
5) HTTP