Installing Redhat Linux from your hard drive usually requires three files 1Shrike-i386-disc1.iso; 2Shrike-i386-disc2.iso; 3 Shrike-i386-disc3.iso. This represents three discs needed during installation. Since it is an image file, the system cannot read directly, so you need to restore the files in ISO first. Here is recommended to use Daemon Tool (http://www.linuxeden.com/download/winapps/daemon333.exe) software "Solution" to your hard disk. For example, SHRIKE-I386-Disc1.iso can decompress the CD1 directory of the C: disk, SHRIKE-I386-Disc2.iso is decompressed to the CD2 directory of the C: disk, SHRIKE-I386-Disc3.iso can decompress to C: The CD3 directory of the disc is available. Next, restart the system into the MS-DOS mode. Enter the C / CD1 directory we just decompressed, there is a dosutils directory, perform a DOS batch file in which Autoboot.bat is executed, and the system will restart again. Enter Linux installation interface. At this time, the installer will prompt you to install with the disc installation or from the hard disk, select the directory where the installation file is located after you are installed from the hard disk. It should be noted that the ISO file we just decompressed is operating in Windows. If you enter the C: / CD1 directly, the Linux installer is unrecognizable, we need to correspond to the C: / CD1 to the Linux installer can be identified. Format, so you should enter / dev / hda1 / cd1 here. ************************************************************************************************************************* ************ No software drive and optical drive Install RedHAT method 0. The hardware support for the floppy drive and the optical drive can only rely on software to make up. This paper software conditions are as follows: (1) The system has installed WindowsXP, and guided by NTLoader; (2) Two software with VFLOPPY and Explore E2FS (both green / free software); (3) The 3 ISO files of Redhat Fedora Core 1 are in C: / Lower C FAT32 format.
1. Enter Windows, establish the following file (please download with Google.com in ISO): (1) c: /boot/rh10/loadlin.exe (ie ISO1 /DOSUTILS/Loadlin.exe) (2 ) C: / boot / rh10 / vmlinuz (ie / dosutils / autoboot / vmlinuz) (3) C: /Boot/images/linux/bootdisk.img (ie ISO1 / IMAGES/bootdisk.img) (4 C: /Boot/images/dos/bootdisk.img (that is, the IMG file with the vfloppy.exe, or the image file of the Win98 boot disk) (5) C: /Boot/vfloppy/vfloppy.exe (ie vfloppy software Main document) (6) C: /Boot/e2fs/explore2fs.exe (the main file of Explore E2FS software) (7) C: /Boot/e2fs/diskio2.dll (ie the dynamic link library of Explore E2FS software) 2. Run VFLOPPY, select IMG, select 1 (3) in 1, then determine, can be generated (1) c: /boot/bootdisk.bin (2) c: /boot/bootdisk.dsk (3) C: / Boot / bootdisk.img 3. Restart the machine, select "Start by Virtual Boot Fact" in the NTLoader selection menu, start Linux installation (1) Installation mode Select "From Hard Disk Install" and fill in the location of the hard disk ISO file; (2) Do not create a separate / boot partition; (3) Select the partition that GRUB is "/", not the MBR partition; (4) Do not create a start floppy disk. 4. The Linux will be restarted after the installation is completed. In this time, select Enter Windows in the NTLoader selection menu, repeat step 2 again, just select 1 (4) in 1 when IMG, then determine, can be regenerated (1) C: / Boot / bootdisk.bin (2) c: /boot/bootdisk.dsk (3) c: /boot/bootdisk.img 5. Restart the machine, select "Start from the virtual start floppy disk" in the NTLoader selection menu, enter the DOS state , Then (1) C: (2) CD / Boot / RH10 (3) loadlin vmlinuz root = / dev / hda7 Note that HDA7 is the machine where your primary partition is automatically started to Linux, the prompt during the startup process is not理, select Do nothing can be 6. In Linux, enter the following command (1) DD if = / dev / hda7 of = / root / bootsect.rH0 BS = 512 count = 1 Note, HDA7 is you The main partition location (2) Reboot 7. Restart the machine, select (6) in Windows (1) in the NTLoader selection menu; (2) Find the bootsect.rH0 in / root, export to C: / The same name file; (3) Enter the Windows DOS window, run attrib -s -a -r -h boot.ini; (4) Edit the C: /Boot.ini file, join a line C: /BootSect.RH0= "Redhat 10.0 "8. Restart the machine, select Enter" Redhat 10.0 ", complete the final configuration, start the Linux tour.
*********************************************************** ****** Here is only a hard disk installation, and the disc installation does not need to be discussed, and it is possible to put it in the disc. Download: http://www.linuxfans.org/nuke/modules.php?name=forums&file=viewtopic&t=67894 The official mirror is relatively fast. Put three ISOs under a FAT32 partition and do MD5 check for ISO after downloading. 1. GRUB installation (applicable Linux system installed.) Loading ISO file # mount /path/fc2-i386-disc1.iso / mnt / cdrom copy vmlinuz, initrd.img to / boot directory # CP / MNT / CDROM / ISOLINUX / Initrd.img / Boot/initrd.img # cp / mnt / cdrom / isolinux / vmlinuz / boot / vmlinuz modified GRUB.CONF, Add: Title Fedora Core 2 setup root (HD0, 6) kernel / boot / vmlinuz root = / dev / hdxy init /boot/initrd.img Restarts to select this item, you can install it. 2. Startup installation using CD: Slow Boot.iso in the iMages / Directory in the first disk from ISO, then engrave, start from the disc. 3. Start using a USB USB flash drive: Since the first disk in the images / directory, the bootdisk.img is solved from the ISO, and then write it to the USB flash drive with Rawrite, HDCOPY, and restart from the USB flash drive. 4. Install from DOS: Built a boot directory in a FAT32 partition, let VMLinuz initrd.img in the iMags / PXeboot / directory in the first disk from ISO to put this boot / directory. Create a new autoboot.bat is loadlin vmlinuz initrd = initd.img ramdisk_size = 9216, then download a loadlin.exe, use 98-driven into pure DOS, enter the boot directory to run autoboot.bat, all the way to enter the installer, Officially starting hard drive installation, you need to select a hard disk installation when selecting the installation method, then let you choose the storage path of the ISO file, select the partition, then fill in the directory name, if your ISO is placed in the partition root directory, no Directory name. Now you can really install Fedora Core 2 in your hard drive. Hard Disk Mount Fedora Core 2 This method is to boot the grub.exe program in DOS mode to enter the Fedora Core 2 hard drive installation, you need a Grub.exe file (you can download) and Fedora Core 2 first CD ISOLINUX Directory VMLinuz , INITD.IMG two files.