From owner-freebsd-questions Sun Mar 10 8:14:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mk-smarthost-2.mail.uk.tiscali.com (mk-smarthost-2.mail.uk.worldonline.com [212.74.112.72]) by hub.freebsd.org (Postfix) with ESMTP id D96A437B402 for ; Sun, 10 Mar 2002 08:14:34 -0800 (PST) Received: from [62.64.216.200] (helo=cream.org) by mk-smarthost-2.mail.uk.tiscali.com with esmtp (Exim 3.35 #1) id 16k5xq-000CbX-00; Sun, 10 Mar 2002 16:14:27 +0000 Message-ID: <3C8B869A.7040105@cream.org> Date: Sun, 10 Mar 2002 16:15:22 +0000 From: Andrew Boothman Reply-To: mail.identity.id3.showSaveMsgDlg@FreeBSD.ORG User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6) Gecko/20011120 X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: Colin Harford Cc: freebsd-questions@freebsd.org Subject: Re: Booting multiple OS References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Colin Harford wrote: >On my primary master is my windows XP drive and my secondary master is my >FreeBSD 4.5-stable drive. > >How would I go about setting up a boot manager on either of these two drives >to be able to choose which OS I wish to load. > >This is of course, without having to reformat either of them. > Simply type : fdisk -B -b /boot/boot0 while using FreeBSD. You'll need to do this for both drives, changing to ad0 then ad1 (assuming that you have IDE drives). This can also be done under windows using the bootinst.exe utility and boot.bin file, both available from ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/4.5-RELEASE/tools All of this information was available from the handbook : http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html and the Multi-OS article http://www.freebsd.org/doc/en_US.ISO8859-1/articles/multi-os/ Hope this helps. Andrew. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message