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 Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
