On Thu, 8 Feb 2007, c naveen wrote: > Date: Thu, 8 Feb 2007 13:52:39 +0530 > From: c naveen <[EMAIL PROTECTED]> > > Hi all > > 1.how to use Fedora core rescu CD, for a new grub configuration? > >
The Rescue CD is best used in situations where the MBR ie. Master Boot Record is corrupted or overwritten. Power cycle the machine, put in the CD and on the prompt type: linux rescue after booting the system a shell prompt is presented. You can type: /usr/sbin/grub-install /dev/hda /usr/sbin/grub-install /dev/sda grub-install /dev/hda to let grub overwrite the MBR with current configuration. Please note that you need to mention the device name and not the partition name ! Hope this helps. thanks Saifi.

