Alan Shoemaker wrote:
Thankx
>
> BillK wrote:
> >
> > Hi,
> > when I installed the latest kernel rpm's, I ran lilo which works fine
> > but overwrote the grub bootloader - how do I get back to using grub to
> > boot?
> >
> > BillK
>
> Bill....you'll need run the script /boot/grub/install.sh to
> reinstall GRUB. Before you can do this you will need to edit
> the text file /boot/grub/install.sh and add this new first
> line to it:
>
> #!/bin/sh
>
> Then change permissions to allow user execute and then you
> will be able to run it as root.
>
> Alan