after fedora 9 is installed, the system disk is in NTFS format, and fc9 does not support NTFS. Therefore, you cannot boot from other disks, fortunately, we left a FAT32 partition. fedora 9 is installed on the hard disk. In Windows, the system partition is NTFS, the extended partition is NTFS/FAT32/NTFS and the Program is installed through grub4dos pilot. copy the installation image of frdora 9 to the drive letter (E :) in FAT32 format, and extract vmlinuz and initrd from the image folder isolinux. IMG is placed in the root directory of the E disk; beibeigrub4dosheavy grub.exe, menu. LST, grldr to the root directory of drive C. change the boot.int file in win to add a startup Item for grub. C:/GRUB change the content of the menu. LST file in the C root directory to add a guide to the image # Install fedora 9 option! title install fedora 9 DVD i386 kernel (hd0, 5)/vmlinuz initrd (hd0, 5)/initrd. IMG (hdx, Y) X indicates the number of hard disks, and y indicates the partitions of the hard disk. if you do not know, after entering the grub boot interface, press C to enter the command line. You can try grub> root (hd0, 1) ........ file Tye NTFS .... grub> root (hd0, 5) ........ file Tye fat .... As a result, we know that fat is 5th partitions. Press e to edit the corresponding command line, and then press B or reboot under the command line to start the boot. after boot, the installation is the same as that of the virtual machine. You will be prompted to select the installation media. Select hard drive here, then select the first partition/dev/SD6 so that the installation can be successful... after the installation is complete and reboot, the dual system of Win and fedora is implemented. |