There are five ways to install Linux 1. CD 2, hard disk 3, NFS image 4, FTP 5, HTTP, the disc installation is the most common, and it is also the easiest. I don't write. I installed this machine without a CD-ROM, and there is no floppy drive! ! ! Only NIC and a 128MU disk ^ o ^ ===== 1 WINDOWS system installation, I haven't ten 1, install system --- redhat 9.0, (Fedra Core 1 and 2, I found the hard disk MBR when I installed FC3Test3, and didn't use the repair tool The method is restored.) My PC 40G hard disk, the main partition only one minute 10GFAT32 format, extension partition 30g, where 20G gives Windows with FAT32 format, 10g to LinuxEx3 format. I installed the XP system in the C drive, downloaded the 2 ISO of RedHat9.0, put it on the D-plate root directory Red Hat Linux_i1.iso, Red Hat Linux_i2.iso, Red Hat Linux_i3.iso. 2, with CD Tool DAEMON -v3.47 unzip the dosutils directory in the first image to the root directory to see if there are such major files: loadinglin.exe autoboot / initrd.img autoboot / vmlinuz is generally complete, nor to modify Autoboot .bat file. 3, make a U disk boot disk, this work I made a day, my U disk is a general miscellaneous card 128m, without start. Online DOWN USBBOOT.1.62U disk boot production tool is useless, and there is no use of U disk tools in Qiao. So I do it yourself. After experimenting, I found a good way, first put the U disk to FAT16 or FAT32 (recommended FAT32), then use the FDISK / MBR to clean the barted partition, and use Win98's SYS command transfer system on the colleague machine. File to the U disk, then the U disk can be activated. 4, restart the system into the BIOS, set the startup to USB-FDD, enter the DOS to the DOS to run the autoboot.bat 5 under the DOSUTILS directory, select the hard disk installation / dev / hda5 ----- My The D disk system will automatically find all the files. ==== Second, use NFS installation ====== 1, find a Linux / UNIX system machine, install NFS service, go to the RPMFind website to find the corresponding package, I am NFS-Utils-1.0.1 -2.9 package. RPM-IVH NFS-UTILS-1.0.1-2.9.i386.rpm rpm -ivh portmap-4.0-54.i386.rpm 2, modify the configuration file: / etc / exports Add as follows:
Code: / home / chenzq / redhat / 192.168.1.0/24(Ro, Sync)
Remarks: / home / chenzq / redhat / -------- My ISO CD mirror position 192.168.1.0/24 ------------- Set 192.168.1 network segment machine You can access RO --------------- Read-only SYNC -------------- Accept data simultaneously write data installation process with hard drive installation, just select "NFS Image ", ask me to enter the NFS server IP, enter the name of the server or IP ---- 192.168.1.75 redhat directory ------- / home / chenzq / redhat This system automatically finds the mirror installation. ** This is the installation method I recommend. As long as the band is wide enough, it is faster in the Internet installation, and the following HTTP and FTP installation methods are missed, or the graphical interface is installed, HTTP and FTP are all Character mode installation, and to unpack, you cannot use ISO image directly. ===== 3, use HTTP mode installation =========== 1 One disk ISO file first mount to a directory / mnt / cdrom, during the installation process, change the change in Mount again, another CD 2, then build an HTTP virtual directory on the server, modify / etc / httpd / conf / httpd .conf file Add as follows: Code: alias / redhat "/ mnt / cdrom"