Online to find a lot of DVD-Mirrored hard disk installation FC5 articles, but are not system, for the vast number of Chinese rookie, brother even Linux
The cloud architect spent a lot of time writing this detailed installation article, hoping to help the first contact with Linux or just getting started.
First, the preparation of knowledge:
1, understand the Linux partition, we usually use the Windows operating system is generally FAT32 or NTFS partition, and Linux to use a different partition structure, now generally use EXT3, and than windows has a swap partition, which is a swap partition. That is, if you want to install Linux, at least two partitions, one is swap partition, one is the system installation of the EXT3 partition, if you want to learn more details about the Linux partition, please search related articles in this site, Lay the groundwork for your future in-depth learning of Linux.
2,iso file: We download the image file is a suffix named iso image file, because rar can extract the inside of the file and display the format of the RAR package, so many rookie think it is compressed package needs decompression, which is not correct, We call this file an image file, which is a format that is often used by the burning software, and a friend of the engraved disc should know.
Note: My following installation is under the FAT32 condition of my windows partition , if the C drive is NTFS fabric responsibility will be different !
Second, installation Preparation:
1, in this site download FC5 DVD image file , and saved in a FAT32 format partition root directory, I placed on the D disk, note that no decompression required !
2, Download:Grub for Dos and the inside of the "file " to extract the large C packing directory, note is not a folder !
3, the boot. ini file to replace the C packing directory of the file, note that the C disk under the file is hidden, as to what is added to the content, interested friends to see. Extract the isolinux "folder" in the download image to the partition root where you stored the FC5 image file. Of course I put it on the D-plate.
4, edit C:\boot\grub\menu.lst, this file, in the document add this part of the content:
Title Install-fedora Core 5
Kernel (hd0,4)/isolinux/vmlinuz
INITRD (hd0,4)/isolinux/initrd.img
Save, but pay attention to the partition you put, mine is (hd0,4), if you put the installation package on the other disk, this need to change, this is the novice installation often encountered problems. If you have read this website about the Linux partition introduction article, this does not need me to say more. Want to study you search, read an article time than you restart the repeated installation failure time to use much less, but also learned knowledge, why not.
5, prepare a partition that wants to install Linux, put all the important files that transfer of the withdrawal of the retreat, do not need to use PM such partition software first sub-district, we directly in the installation of the empty partition is removed and then the new division can be, and The same partition as the Windows installation.
===============================================================
Equipment work: You can split part of the space as ext3 format ... Easy installation
First , use WinRAR to extract the Vmlinuz and initrd.img from the DVD /isolinux in c \
1: Download a tool : Grub for DOS decompression to C + +
2: Modify boot. ini
The last side adds this line c:\grldr= "GRUB" is saved and exits so that when the system starts, it reads from Boot.int to one more option
3: Modify C:\boot\grub\menu.lst
Add so few lines
Title Install Fedora 8
Kernel (hd0,0)/isolinux/vmlinuz
INITRD (hd0,0)/isolinux/initrd.img
Explain : Title is the caption displayed, hda0 represents the first IDE hard disk,0 refers to the first partition, here is the so-called C disk.
As for the two files is inside the Isolinux folder.
Reboot the system and you will see the Grub menu, select FTP installation After selecting the installation media ,
and select Fedora8.
The approximate process is as follows:
To configure network IP information:
You can use manual configuration IPv4 (V6 not selected )
Then set
Ip:your ip/255.255.255.0
Gateway: 192.168.1.254
server:61.144.56.100
Then FTP information:
Using 192.168.1.100:15021
Catalogue selection Fedora8
Select Require non-anonymous
Next, fill in the User name password
Ok... Enter the installation:
Linux hard disk installation steps