Archive for the tag 'Grub Boot Loader'

SBDavid

Reinstall Grub Boot Loader

Reinstall Grub Boot Loader

GRUB is a boot loader package from the GNU Project. GRUB is the reference implementation of the Multiboot Specification, which allows a user to have several different operating systems on their computer at once, and to choose which one to run when the computer starts.

You can re-install grub by linux rescue method:

1) Put the 1st bootable linux cd on cdrom.
2) Reboot the system.
3) At boot prompt type “linux rescue” without quotes.
4) You will get a shell prompt.
5) Give command chroot /mnt/sysimage
6) Run: grub-install /dev/hda (primary master)

grub-install /dev/hda

7) Reboot the system