Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2003 11:17:14 +0800
From:      Robert Storey <y2kbug@ms25.hinet.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: dual booting : Freebsd and XP
Message-ID:  <20030520111714.2944aab7.y2kbug@ms25.hinet.net>
In-Reply-To: <20030519202039.73284.qmail@web11801.mail.yahoo.com>
References:  <20030519202039.73284.qmail@web11801.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 19 May 2003 22:20:39 +0200 (CEST)
Hugues <hugues_le_bars@yahoo.com> wrote:

> Hello,
> 
> Can someone point to an example in order to set a dual boot
> with :
> freebsd on ad1
> XP on ad0
> 
> I tried grub but was unsuccesful. boot0cfg ? else ?

I have a triple-boot setup:
Windows on the first primary partition
FreeBSD on the 2nd primary partition
Linux /boot partition on the 3rd primary partition
The rest of Linux in the extended partition

Grub resides in the Linux /boot partition. File /boot/grub/menu.lst looks
like this:

====================================

title Windows
	rootnoverify (hd0,0)
	chainloader +1

title FreeBSD
root (hd0,1,a)
kernel /boot/loader
boot


title		Libranet GNU/Linux, kernel 2.4.19
root		(hd0,4)
kernel		/boot/vmlinuz-2.4.19 root=/dev/hda5 ro hdc=ide-scsi hdd=ide-scsi
savedefault


===========================

You might want to read this article for more info about Grub:

http://www2.linuxjournal.com/lj-issues/issue85/4622.html


regards,
Robert



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030520111714.2944aab7.y2kbug>