Russell Stockhammer wrote: > Gday again, > > Well I started again from scratch and got as far as configuring GRUB. I > run the GRUB shell then attempt to set the root as follows: > > grub> root (hd0,0) > Error 21: Selected disk does not exist > grub> > > Even using the auto complete functionality it returns nothing: > > grub> root ( > grub> root ( > grub> root ( > > In the host system GRUB works perfectly just not in the chroot environment.
What file system is hd0 using? You should be doing this from within the chroot environment. If you exited and reentered chroot, do you still have /dev mounted? I.e. is has the `mount -v --bind /dev $LFS/dev` still valid? What is the output of `ls /dev/?da*` ? -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
