From 2fa0e221c950a7783bbabfa49e397c39b14a9632 Mon Sep 17 00:00:00 2001 From: giovanni <> Date: Tue, 16 Feb 2010 15:16:12 +0000 Subject: [PATCH] Add instructions to dual-boot OpenBSD with Grub2 "I think that's ok" sthen@, "sure" miod@ --- src/etc/etc.i386/INSTALL.linux | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/etc/etc.i386/INSTALL.linux b/src/etc/etc.i386/INSTALL.linux index af99b977..828489d7 100644 --- a/src/etc/etc.i386/INSTALL.linux +++ b/src/etc/etc.i386/INSTALL.linux @@ -1,4 +1,4 @@ -$OpenBSD: INSTALL.linux,v 1.13 2008/10/01 03:14:30 deraadt Exp $ +$OpenBSD: INSTALL.linux,v 1.14 2010/02/16 15:16:12 giovanni Exp $ Linux + OpenBSD: it's possible @@ -331,6 +331,20 @@ kernel /boot/vmlinuz root=/dev/ide/host0/bus0/target0/lun0/part3 ro savedefault boot +Booting with GRUB2 +----------------- +Here is a sample configuration for OpenBSD and Windows 7 + +menuentry "OpenBSD" { + set root (hd0,3,a) + chainloader +1 +} + +menuentry "Windows 7" { + insmod ntfs + set root (hd0,1) + chainloader +1 +} Booting with lilo -----------------