hi, cant you do the same whit truecrypt? what is a gui...
should beCode:grub-install --root-directory=/mnt/root/boot /dev/sdX
Thanks for the great tutorial!Code:grub-install --root-directory=/mnt/root /dev/sdX
Sorry about the massive edit before, but once I got it working, it seemed kinda pointless to leave it all.
Also I think the trailing / might screw things up, ie:
grub-install --root-directory=/mnt/root /dev/sdX
instead of
grub-install --root-directory=/mnt/root/ /dev/sdX
Pretty sure the grub-install script will end up making that /mnt/root//boot.
Not necessarily. Others that experience the same error could find it, and the solution, through Google. There's no such thing as too much documentation (relatively speaking).
Bash should be able to interpret the extra slash accordingly. For example. open a shell and type "cd /boot/grub" and then "cd /boot//grub". Both take you to the same place; or at least that's how I understand it, someone correct if I am mistaken.