Hello I've installed FreeBSD in a multiboot config with mandrake 7.0 and dozeNT. I want the mandrake lilo to control the boot but I cannot configure it to find FreeBSD. It finds the other two fine. FreeBSD lives at /dev/hdb3 but when I enter that in lilo.conf and run lilo it gives an error. Doze lives at /dev/hda1 and mandrake at /dev/hdb1. Here's my lilo script: --------------------------------------------------------- #This file has been generated by KLILO boot=/dev/hda read-only prompt timeout=50 vga=normal image=/boot/vmlinuz root=/dev/hdb1 label=linux append="" other=/dev/fd0 label=floppy table=/dev/hda other=/dev/hda1 label=dos table=/dev/hda other=/dev/hdb3 label=freebsd table=/dev/hda ------------------------------------------------ Any help would be appreciated. TT
