Pejman Moghadam / Redhat

Redhat 8.0 - Re-install GRUB boot loader

Public domain


Re-install GRUB progress

1- Boot your system in rescue mode. When prompted to mount the file system, select continue.

2- Chang root file system :
 # chroot /mnt/sysimage

3- Find out your device name :
 # df -h

4- Re-install GRUB :
 # grub-install /dev/hda

5- reboot
 # exit (exit chroot)
 # exit (reboot)

BY: Pejman Moghadam
TAG: grub, boot-loader
DATE: 2007-09-24 13:28:07


Pejman Moghadam / Redhat [ TXT ]