From owner-freebsd-questions@FreeBSD.ORG Wed Aug 9 09:41:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4AE2716A4DD for ; Wed, 9 Aug 2006 09:41:02 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from koef.zs64.net (koef.zs64.net [213.238.47.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7E343D49 for ; Wed, 9 Aug 2006 09:41:00 +0000 (GMT) (envelope-from stb@lassitu.de) Received: (from stb@koef.zs64.net) (authenticated) by koef.zs64.net (8.13.7/8.13.7) with ESMTP id k799envQ073754 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Wed, 9 Aug 2006 11:40:59 +0200 (CEST) (envelope-from stb@lassitu.de) In-Reply-To: <73d604760608082048j16b1bb4etd24e8e0892ebd28b@mail.gmail.com> References: <73d604760608082048j16b1bb4etd24e8e0892ebd28b@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9988BF9A-944E-4EA4-AE4F-DA31339BBBF8@lassitu.de> Content-Transfer-Encoding: 7bit From: Stefan Bethke Date: Wed, 9 Aug 2006 11:40:47 +0200 To: Viswas Nair X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: Removing boot options and setting boot only to BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 09:41:02 -0000 Am 09.08.2006 um 05:48 schrieb Viswas Nair: > I have FBSD 6 and Win XP on my machine. I would like to remove the > boot menu > options that I get and set BSD to open default. How do I go about > doing this > ? I intend to use Win XP very rarely and hence would want to > manually update > the config files needed if I need to go to Win XP. Just install the standard mbr using fdisk(8): # fdisk -B ad0 Make sure that your FreeBSD slice is the only active slice, also using fdisk. If you want to go back to FreeBSD's boot0, use boot0cfg(8): # boot0cfg -B Stefan -- Stefan Bethke Fon +49 170 346 0140