Linux Ubuntu 11.04 Questions & Answers
Recovery from Grub Error 5

Just finished a fresh installation of Ubuntu and just after the restart i get Grub Error 5 and the bootloader halts. Now I can`t get in neither of my OSs. The HDD seems to be ok so I can`t seem to find the reason for the error. I tried reinstalling Grub from the livecd but it keeps giving the same error. Any ideas?
Problem solved
The author of the question has chosen Answer 4 by Immortal as the problem soluton.
Display mode:
I've got a suggestion for you, not sure whether it will be helpful in your particular case. It has been reported useful, so here you go:
Using LiveCD try to rearrange the boot partition to be in the beginning. Check if the Grub partition is the active one, i.e. has been flagged bootable. To make it bootable (in case it isn't), do the following:
fdisk -l (find out which one is it)
fdisk /dev/type-the-partition-found-from-the-above-command/
a (add bootable flag)
1 (make it first)
w (write to partition table)
Grub manual literature: http://www.gnu.org/software/grub/manual/grub.html#Stage2-errors