From owner-freebsd-questions@FreeBSD.ORG Mon May 19 22:06:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5B6437B401 for ; Mon, 19 May 2003 22:06:28 -0700 (PDT) Received: from msr27.hinet.net (msr27.hinet.net [168.95.4.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE9443FB1 for ; Mon, 19 May 2003 22:06:27 -0700 (PDT) (envelope-from y2kbug@ms25.hinet.net) Received: from sonic.utopia.com (61-227-219-26.HINET-IP.hinet.net [61.227.219.26]) by msr27.hinet.net (8.9.3/8.9.3) with SMTP id NAA12433 for ; Tue, 20 May 2003 13:06:19 +0800 (CST) Date: Tue, 20 May 2003 11:17:14 +0800 From: Robert Storey To: freebsd-questions@freebsd.org 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> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: dual booting : Freebsd and XP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 05:06:29 -0000 On Mon, 19 May 2003 22:20:39 +0200 (CEST) Hugues 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