On Tuesday 06 July 2010 11:49:27 Andrew Benton wrote:
> On 06/07/10 16:41, Neal Murphy wrote:
> > 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)'
>
> That was true for grub legacy but the grub we use counts partitions from
> 1 so (hd0,1) is the correct way of saying /dev/hda1 to grub

Oh. :{ I stand corrected. Sometimes you *can* teach an old dog new tricks. :)
-- 
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