On Sun, 2005-07-17 at 23:10 +0600, Pubudu wrote: > I have 2 linux distros installed in my system. Fedora core 3 and Mandrake 10.0. > + Windows Xp. > I had to reinstall Windows Xp since the system got corrupted due to some virus. > > After that the boot loader i had installed before (Grub of Fedora core) is gone. > So i tried to install the boot loader of Fedora core 3 but i couldn't do it. > Later i installed the boot loader of Mandrake.Now i can start Fodora. > > But i need to install the boot loader of Fedora.(grub) > > Can anyone tell me the steps to do it. > 1. Boot with the first install CD, and enter "linux rescue" at the boot: prompt It should find the fedora install and tell you where it is mounted. Usually /mnt/sysimage 2. Chroot to the mount point " chroot /mnt/sysimage" 3. Issue the command "grub-install" 4. reboot to the hard disk and it should be done.