On 28/09/13 13:43, Nic Baxter wrote: > Decided to press on; OK, into the live boot, and chroot... > > I bravely try; grub-install --boot-directory=/mnt/boot /dev/sda and I > get the message..."unrecognized option `--boot-directory=/mnt/boot' " A > look at grub-install options says " --root-directory=DIR", so I > subsitute "root" for "boot" in the above command and get; "mkdir: cannot > create directory '/mnt/boot/boot': no such file or directory" > Hi Terry > I think you are almost there. If you have mounted /boot on /mnt then > specify root-directory=/mnt > No need to put boot. > Cheers > > Nic
Sorry reword that. If you have mount / on /mnt then that is the root directory. so use root-directory=/mnt. > _______________________________________________ > luv-main mailing list > [email protected] > http://lists.luv.asn.au/listinfo/luv-main > _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
