Click to See Complete Forum and Search --> : how can i boot solaris from lilo?


lollipop
03-28-2001, 08:38 AM
I have solaris installed on /dev/hda
and linux on /dev/hdb i want to set up lilo so that i can boot to solaris and i don't know how :( plz help me

2thumbs
03-28-2001, 12:58 PM
open up lilo.conf, it list all your boot options. Add something like:

Other=/dev/hda
label=Solaris

then run /sbin/lilo to update the settings.
dunno if that works though.