On Sun, 2009-10-18 at 16:16 +0300, Kaya Saman wrote:
>  
> title OpenSolaris
>     rootnoverify (hd0,0)
>     chainloader +1
> 
> where rootnoverify is the number should be the partition and disk of Sol ;-)
> 
> --Kaya
> _______________________________________________

Kaya and others,

For those who upgrade to Ubuntu 9.10, it uses grub2. In case you didn't
see my other post on this...

I'm running Ubuntu 9.10 beta on another partition and let it write
over my MBR with grub2. Under grub 2 I added

menuentry "OpenSolaris" {
   set root=(hd1,1)
   chainloader +1
}

to /etc/grub.d/40_custom, then ran sudo update-grub. (Note that grub2
numbers partitions from 1, not 0. Sigh.)

--Bob


Reply via email to