The boot info script did not reveal any problems, so I'll have to take a shot in the dark.
How old is your laptop? Some bios are only able to handle hard drive of size up to 137GB. Try this
Code:
sudo mount /dev/sda4 /mnt
sudo grub-install --disk-modules=ata --root-directory=/mnt /dev/sda
If this did not work, let's see what happens if you put the Grub folder on the first partition:
Code:
sudo mount /dev/sda1 /mnt
sudo grub-install --root-directory=/mnt /dev/sda
I'm not sure that either of these will work, but I would it least like to know whether they make any difference.
Bookmarks