> No problem, I was going to install Slackware on the second partition on the > first disk > anyways. I installed Slackware. It detected my Windows XP installation but > not the > opensolaris. I now able to boot Windows and Slackware...but not opensolaris.
> How can I configure opensolaris with Slackware lilo....Or re-enable grub to > boot hopefully > recognising the windows partition and then adding the slackware partition. Assuming that you are using SATA drives, that Slackware is installed on (Linux designations) /dev/sda2, Windows is on /dev/sda1 and OpenSolaris is on /dev/sdb1: You should already have this entry in your Slackware /etc/lilo.conf other = /dev/sda1 label = Windows Just add this: other = /dev/sdb1 label = OpenSolaris Save the edit. Now execute /sbin/lilo and you should see lilo adding the selections. Reboot and select OpenSolaris. You should get a grub prompt. If you do -not- get the grub prompt post back here and I will provide the recipe for installing OpenSolaris grub to the OpenSolaris disk partition. -- This message posted from opensolaris.org