dual booting : Freebsd and XP

Robert Storey y2kbug at ms25.hinet.net
Mon May 19 22:06:29 PDT 2003


On Mon, 19 May 2003 22:20:39 +0200 (CEST)
Hugues <hugues_le_bars at 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


More information about the freebsd-questions mailing list