From owner-freebsd-questions@FreeBSD.ORG Sat Jul 5 09:41:05 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 3FFAC37B401 for ; Sat, 5 Jul 2003 09:41:05 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63FFA43FDF for ; Sat, 5 Jul 2003 09:41:04 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[24.147.188.198]) by comcast.net (sccrmhc13) with ESMTP id <20030705164103016001ml6oe>; Sat, 5 Jul 2003 16:41:03 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h65Gf3pS005297; Sat, 5 Jul 2003 12:41:03 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h65Gf24r005294; Sat, 5 Jul 2003 12:41:02 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: email@edylie.net References: <1057391582.1638.2.camel@ps2.consoledojo.com> From: Lowell Gilbert Date: 05 Jul 2003 12:41:02 -0400 In-Reply-To: <1057391582.1638.2.camel@ps2.consoledojo.com> Message-ID: <44fzllkjtt.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: FreeBSD-questions Subject: [RTFM response] Re: How to disable FreeBSD Boot Manager ? 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: Sat, 05 Jul 2003 16:41:05 -0000 Edy Lie writes: > I would like to revert to regular boot instead of using the Boot > Manager. > > Any idea ? It's in the FAQ. To return a ``dangerously dedicated'' disk for normal PC use, there are basically two options. The first is, you write enough NULL bytes over the MBR to make any subsequent installation believe this to be a blank disk. You can do this for example with # dd if=/dev/zero of=/dev/rda0 count=15 Alternatively, the undocumented DOS ``feature'' C:\> fdisk /mbr will to install a new master boot record as well, thus clobbering the BSD bootstrap.