On Monday 16 July 2012, Gregory Machin <g...@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

-- 
Yves Bellefeuille <y...@storm.ca>
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to