At the grub prompt type:
grub> find /boot/grub/stage1
the answer is something like this: (hdx,y) where x and y are numbers. write down theses numbers. You need to replace x and y in the following commands:
grub> root (hdx,y)
grub> setup (hdx)
grub> quit
now reboot your computer again. this time, if nothing else was corrupted, you will get the grub menu again.
regards
Last edited by marozsas; 01-10-2006 at 07:31 AM.
|