LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   still problem in reload grub (https://www.linuxquestions.org/questions/red-hat-31/still-problem-in-reload-grub-367455/)

manomohan 09-27-2005 07:10 AM

still problem in reload grub
 
hello friends...

i had widowsxp pro..and redhat linux 9.. but, unfortunately my windows has been correpted.. then i reinstall the windowsxp.. then grub has been over writted...

Then with the help of redhat linux 9's first cd i have tried to reload the grub through "linux rescue" command... after this do the following,

chroot /mnt/sysimage
grub --install /dev/mbr or grub --install /dev/hda

after the above there have no effect ...

how can i reload the grub

SkyEye 09-27-2005 07:22 AM

The correct usage is
Code:

grub-install /dev/hda
What you did with using chroot was correct. But grub --install is not the correct usage. There's no option called --install for the "grub" command. "grub-install" is a separate command


All times are GMT -5. The time now is 02:35 PM.