On Tuesday 06 July 2010 05:32:56 Face wrote:
> hello all,
>
> after solving my last problem i went Through the rest of the book
> without any problems. However, when i try to boot to the new system
> nothing happen i only get this
>
> Booting from Hard Disk ...
>
> and it freeze
Your main problem is these two lines in menu.lst:
set root='(hd0,1)'
set root='(hd0,1)'
This aspect of partition addressing is zero-based in grub. Change them to:
set root='(hd0,0)'
And don't forget to change references to '/dev/hd*' to '/dev/sd*', since the
old IDE driver is on its way to meet the dodo and the neanderthal.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page