You can also use kopenbsd to load an OpenBSD kernel directly in grub, I did just this to install OpenBSD from a previous Debian install (just downloaded bsd.rd, rebooted, used grub to boot bsd.rd)
--- âLanie, Iâm going to print more printers. Lots more printers. One for everyone. Thatâs worth going to jail for. Thatâs worth anything.â - Printcrime by Cory Doctrow Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html On Thu, May 28, 2015 at 1:44 AM, Josh Grosse <j...@jggimi.homeip.net> wrote: > On Wed, May 27, 2015 at 07:48:49AM -0400, cobalt wrote: > > any idea on the the proper way to get grub to boot openbsd: > > > > set root=(hd1,4) is what i have, but i am missing something and i do not > > know what. > > > > any thoughts would help. > > > > regards. > > > > gilles > > I have an old netbook with sysutils/grub installed. That's v1, and > I provision the chainloader. Here's my menu.lst: > > default 0 > timeout 5 > > title OpenBSD > root (hd0,3) > chainloader +1 > > title WinXP > root (hd0,0) > chainloader +1 > > WXP is retained for a few select applications: firmware installation > on peripherals, WebRTC applications ... and that's it.