Conditions:
A machine with a Windows 7 system (with a certain amount of space left)
Image file for Red Hat: Rhel-server-6.2-x86_64-dvd.iso
Grub:grub4dos (any version, as long as it can be used)
1. Divide a FAT32 area on the machine (the original FAT32 area should not be divided, FAT32 is to let grub can recognize. )
Place the Rhel-server-6.2-x86_64-dvd.iso file in the FAT32 partition.
The images and isolinux are extracted from the mirror and placed within the FAT32 partition. (three files are in the root directory of the FAT32 partition)
2. Open the previous step to unzip the file Isolinux. Two documents INITRD.IMG and Vmlinuz are presented. Place the two files in the root directory of the C drive.
(c drive is my Windows7 system disk, if your system disk on another disk, then put on the corresponding system disk)
3. Place the Grub4dos decompression in the root directory of the C drive. And the Grub4dos file in the Grldr, Grld.exe, Menu.lst and other files in the C-packing directory.
At this time the C packing directory has GRLDR, Grld.exe, Menu.lst, Initrd.img, Vmlinuz.
4. Open Menu.lst for editing. On the last add:
Title Redhat Enterprise Linux #一个标识, randomly named
Root (hd0,0) # starts the C drive first (because my system disk is the C drive, the first partition of the first hard drive, i.e. HD (0,0))
Kernel/vmlinuz #vmlinuz是可执行的Linux内核, location in C packing directory
Initrd/initrd.img # Ibid.
5. Save the file. Reboot to the GRUB interface to select the Rehat Enterprise Linux option.
At the time of installation, select the local disk when selecting the ISO source, and choose the FAT32 partition.
Installation detailed steps will not be said.
Hard drive installation on Win7 machine RHEL6.2