How to Restore Linux Grub After Installing Windows
- Saturday, August 7, 2010, 2:09
- Linux
- Add a comment
|
|
- Boot through Redhat Linux DVD.
- Select the rescue mode
After getting shell prompt type the following command
#chroot /mnt/sysimage
#cd /bootThen grub on bootsector
#grub-install /dev/sda - And reboot the machine to see the restored grub.Now you could use both windows and Linux


