On Monday 16 July 2012, Gregory Machin <g...@linuxpro.co.za> wrote:

> I have not been able to get Grub to go further than :
> 
> GRUB Loading stage1.5.
> GRUB Loading, please wait...
> Error 2

My previous advice was nonsense; sorry. :-(

This, however, should work:

(as root)

mount --bind /dev /mnt/sysimage/dev
mount --bind /proc /mnt/sysimage/proc
mount --bind /sys /mnt/sysimage/sys
chroot /mnt/sysimage
grub-install /dev/sda

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

Reply via email to