> > 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 > > >
Ah, I see so is a different version of grub altogether.... I run 9.04 Jaunty which on my system is a fairly hacked out version of Kubuntu :-) Actually the interesting thing with this is that it uses uuid's rather then Fedora 11 which has a later kernel but uses an earlier version of grub still as uuid's don't work - go figure! Thanks for the input though is good to know :-)