try typing
Code:
find /boot/grub/menu.lst
If this returns something like (hd0,1) then type
Code:
root (hd0,1)
configfile=/boot/grub/menu.lst
If you get file not found from above try
Code:
find /grub/menu.lst
do the
Code:
root (hd0,1)
configfile=/grub/menu.lst
If neither work then try similar with
Code:
find /boot/grub/grub.conf
and
Code:
find /grub/grub.conf
This should get you the grub menu and the ability to start Linux. Once you start Linux you can reinstall grub
Code:
su
grub
root (hd0,1) # replace this with (hd....) you typed to get the grub menu
setup (hd0)
quit
You could also try the
grub manual 