On Fri, 2009-07-17 at 13:19 -0700, J?rgen Keil wrote: > > I have Ubuntu on one disk and would like to put > > OpenSolaris on the other. I've seen good > > documentation about putting both on one disk but am > > not sure how to do it with two disks. > > > > 1. When I install OpenSolaris on the second disk, > > where will it put its version of grub? > > On the MBR on the same disk that contains the > OpenSolaris fdisk partition that gets installed > (that is, in your case, the second disk)
I installed OpenSolaris on the second disk. Then I booted into Ubuntu (on the first disk) and added the following to Ubuntu's menu.lst: title OpenSolaris rootnoverify (hd1,0) makeactive chainloader +1 It works great! Thanks to everyone for the very helpful comments.