Hi, interesting, I have been xxxx1ng all day around this...
My problem is following: I want to have grub silent. I don't mean "hide menu" but "do not display any kind of message whatsoever" When hidding menu, you still get a "GRUB loading... " message, which I would like to get rid of I have: windows (5G), linux(idem) and obsd (50GB) Does anybody know how to do this? 2008/5/21 Lars Noodin <[EMAIL PROTECTED]>: > I've been setting up multi-boot (OpenBSD/OSX/Kubuntu) for someone else's > Intel MacMini. The place where I needed to pay extra attention was > making sure that OpenBSD ended up in a primary partition. That seems a > bit difficult to ensure with OS X's diskutility program (which on 10.5 > gives you one shot only, once you install the system the partitions > cannot be changed - at least with the version of OS X I have). > > I'm not entirely familiar with GPT v MBR. Nor with ReFit. Dual-boot > OSX / OpenBSD seems to work just fine with ReFit. So far, when going > for triple-boot, I need to chain load OpenBSD via grub like this: > > title OpenBSD > root (hd0,2) > makeactive > chainloader +1 > > Regards > -Lars