On Monday 16 July 2012, Gregory Machin gdm@linuxpro.co.za wrote:
# chroot /mnt/sysimage # grub-install /dev/sda /dev/sda does not have any corresponding BIOS drive.
Try this:
mount /dev/sda1 /mnt/sysimage/boot mount -t none /dev /mnt/sysimage/dev -o bind chroot /mnt/sysimage/boot mount /proc mount /sys