Installing boot for a computer having Win + Linux after
installing Windows
STEPs:
- Put the CDs of the RedHat Linux installation
- Reboot your PC
- You should now see the boot screen from the CD
- Type: linux rescue
<ENTER>
- Follow the instructions until you get a screen asking you whether to
continue with mounting an existing RedHat Linux partition or not, select
continue. This will mount the found portion on '/mnt/sysimage', in the
command prompt, type : chroot /mnt/sysimage
- To install the boot type: /sbin/grub-install
/dev/hda
- Reboot your system, and I wish that you will get the expected RedHat
boot screen to chose the operating system you want to start.