Click to See Complete Forum and Search --> : how to get back in?


lilrabbit129
01-28-2002, 10:09 PM
Does anyone know how exactly to reinstall grub from the command line?

today after i startup the comp, instead of my nice menu for grub, i get

"grub> " again no clue what to do. So i just use the rescue CD to boot linux into a command prompt.. unfortunately startx doesn't work.

I know you can reinstall lilo with sbin/lilo... is there a similar command for grub?

ScRapZ_1
01-28-2002, 11:30 PM
It just means that it has gone from graphical startup to command line. I think, its like that w/lilo. You may have noticed a 'Press C to go to command line' or something similar. How to get back to graphical, I dont know... not with grub. But if you just type in linux at the grub> prompt... it should start exactly the same.

TTFN,
ScRapZ_1 :p

lilrabbit129
01-29-2002, 12:38 AM
thanks, unforetunately i had already did

fdisk/mbr

so i have to find a way to reinstall grub

tried grub-install /dev/hda

but i got the error that it couldn't find "stage1" but when i look in the directory that it was looking at i see both stage1 and stage2

any ideas?