hello,
assuming both are on the 1st drive and libranet root partion is on the 1st partition and the drake root partition is on the second partiton this should work. this also assume /boot exists in each partition
Code:
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title libranet
root (hd0,0)
kernel /boot2418/vmlinuz ro root=/dev/hda1 hdd=ide-scsi
initrd /boot/initrd-2.4.21
title drake
root (hd0,1)
kernel /boot/vmlinuz-2.4.18-3 ro root=/dev/hda2 hdd=ide-scsi
initrd /boot/initrd-2.4.24.img
oh yea - this is grub.conf (aka menu.lst)