From owner-freebsd-current@FreeBSD.ORG Tue May 10 09:59:22 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 079E116A4E0 for ; Tue, 10 May 2005 09:59:22 +0000 (GMT) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC2643D67 for ; Tue, 10 May 2005 09:59:21 +0000 (GMT) (envelope-from discussion-lists@linnet.org) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 8ED0A822; Tue, 10 May 2005 05:59:17 -0400 (EDT) Received: from thinkdog.local.linnet.org (host217-40-157-153.in-addr.btopenworld.com [217.40.157.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 041D18A; Tue, 10 May 2005 05:59:00 -0400 (EDT) Received: from lists by thinkdog.local.linnet.org with local (Exim 4.43 (FreeBSD)) id 1DVRVz-0001yh-M4; Tue, 10 May 2005 10:58:59 +0100 Date: Tue, 10 May 2005 10:58:59 +0100 From: Brian Candler To: freebsd-current@freebsd.org, freeman@fantasymail.de Message-ID: <20050510095859.GA7583@uk.tiscali.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Re: Boot loader set "back" to mbr? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 09:59:22 -0000 > I used on the installation the boot loader for > more then one os. I want to change it so that the > standart (single freebsd loader) works. > Is there any chance to do this without doing > a new installation and delete partitions? freebsd-questions would probably be the right place for this sort of question. But the standard mbr is in /boot/mbr, so something like boot0cfg -B -b /boot/mbr /dev/ad0 should replace the FreeBSD boot loader with a standard MBR, which won't prompt you for an operating system. Brian.