Click to See Complete Forum and Search --> : Triple boot - win98 - linux - FreeBSD


Sidey
10-31-2000, 05:54 AM
echo $SUBJECT
Is this possible ?

fsvara
10-31-2000, 06:00 AM
I think all you have to do would be the following
(where win98 resides on /dev/hda1, linux-boot on /dev/hda2 and freebsd on /dev/hda5)
Then you could add the following to your /boot/lilo.conf:
label = lin
boot = /dev/hda2
image = /boot/vmlinuz

label = win
boot = /dev/hda1

label = freebsd
boot = /dev/hda5
note that i'm not too sure if you should give a kernel image or smething like that to boot freebsd.
But it should be an easy task to get it working.

Sidey
10-31-2000, 06:02 AM
Thanks for the quick replay man http://www.linuxnewbie.org/ubb/smile.gif
much appreciated.