Hi Just a note to thanks to all those who gave suggestions on grub menu statements. Just for the record, it would appear that I'd made the mistake of using /boot on the kernel line when I didn't need to as it was mounted as /boot. Furthermore, I was using symlinks to point to kernel images on the same partition, which grub doesn't seem to like. Thanks, here's my working statements.
title LFS 6.15.4 vmlinuz root (hd1,0) kernel (hd0,0)/lfs/vmlinuz-2.6.15.4 root=/dev/hdb1 ro title debian sarge vmlinuz root (hd0,1) kernel (hd0,0)/debian/vmlinuz-2.6.15.4 root=/dev/hda2 ro Cheers Gena -- 2E0AXU Freedom & Power provided by debian GNU Linux -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
