[CentOS] Can't get Grub work on clone of machine

Mon Jul 16 13:54:34 UTC 2012
Yves Bellefeuille <yan at storm.ca>

On Monday 16 July 2012, Gregory Machin <gdm at 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 <yan at storm.ca>