From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 07:21:40 2004 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 2C20D16A4CF for ; Tue, 27 Jan 2004 07:21:40 -0800 (PST) Received: from firecrest.mail.pas.earthlink.net (firecrest.mail.pas.earthlink.net [207.217.121.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE9AD43D5A for ; Tue, 27 Jan 2004 07:21:35 -0800 (PST) (envelope-from algould@datawok.com) Received: from 23-101.lctv-b4.cablelynx.com ([24.204.23.101] helo=yoda.datawok.com) by firecrest.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1AlV1y-0002Mb-00; Tue, 27 Jan 2004 07:21:34 -0800 From: "Andrew L. Gould" To: "Brian H" , freebsd-questions@FreeBSD.ORG Date: Tue, 27 Jan 2004 09:21:42 -0600 User-Agent: KMail/1.5.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401270921.42245.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4bb6d03107fb9672031ce67afe14fe0d8b350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: MBR 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, 27 Jan 2004 15:21:40 -0000 On Tuesday 27 January 2004 09:10 am, Brian H wrote: > Currently I have the BSD boot loader running in my MBR, but since I only > have BSD on my system I would like to replace it with the standard MBR. Is > there a way with unix to safely reset the MBR? I don't understand much about the MBR; but you might checkout fdisk. 'man fdisk' shows some options to initialize or reinitialize the MBR. I don't know if either of these options resets the MBR to a standard/default state. The man page also mentions that a default boot code is in /boot/mbr. Best of luck, Andrew Gould