Right, I'm in chroot and want to install grub
I've tried
with this result
Cos I'm in chroot my /dev does not have the usual hdX/sdX stuff, i.e. I cannot simply do a
I've been told to do a bind mount, haven't got the foggiest though as to what that means or how to go about it.
If there is anybody out there who has an idea, please hit me with it!
Thanks in advance
I've tried
Code:
grub-install /
Code:
Probing devices to guess BIOS drives. This may take a long time. Format of install_device not recognized.
Code:
grub-install /dev/sdX
If there is anybody out there who has an idea, please hit me with it!
Thanks in advance
Comment