Neal Murphy wrote:
> 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)'

No, that's wrong.  He specified grub.cfg.  That's GRUB2 and the 
partitions are 1 based.  The set root line is correct.

In fstab *and* grub.cfg, change hda to sda.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to