Quote:
Originally Posted by ken_yap
mount /dev/sda5 /media/root
mount /dev/sda6 /media/root/boot
grub-install blah blah
|
Ah yes, re Swerdna's point, the last line cannot be business as usual. You should use:
grub-install --root-directory=/media/root /dev/sda
not a partition. This will install in the MBR.