Sean Coyne wrote:
> fdisk /mbr
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of cyberclay
> Sent: Tuesday, April 03, 2001 10:34 PM
> To: [EMAIL PROTECTED]
> Subject: [newbie] LI boot prompt
>
>
> Hey,
> When attempting to upgrade to a newer
> version of Mandrake, apparently grub failed
> to completely delete the portion of my MBR
> containing lilo, because now when I boot up
> grub doesn't run and an "LI" is printed on
> the screen. How can I fix this? The computer
> doesn't have windows on it, but I can run
> the "rescue" thing from the CD's lilo menu.
> Any help would be greatly appreciated.
>
> Regards,
> cyberclay
>
> [EMAIL PROTECTED]
>
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
Errr... that's a DOS thing unless theres something I missed.
Did you make a rescue disk during the install? If so it's easy:
Boot from the rescue disk. This should boot you into the root
filesystem on the HD.
#cd /boot/grub
#./install.sh
And then reboot.
If this doesn't work try it again and this time instead of the two lines
above, do this:
#lilo
If you don't have a rescue diskette it's a bit more difficult. Do you
know what your root partition is (e.g. /dev/hda5)? Is this the only
linux box you have available?
-Steve