grand unified failure
When trying to re-install GRUB:
# grub-install /dev/sda1
...but the intertubes saved my day, when I came across:
The file /boot/grub/stage2 not read correctly.
# grub
However, I still don't know why
grub> root (hd0,0)
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 17 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+17 p (hd0,0)/boot/grub/stage2 /boot/grub/menu.lst"...
succeeded
Done.
grub> quit
grub-install
doesn't work anymore.