From owner-freebsd-questions@FreeBSD.ORG Sat Nov 13 15:15:06 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 8D26B16A4CE for ; Sat, 13 Nov 2004 15:15:06 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9486143D54 for ; Sat, 13 Nov 2004 15:15:05 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iADFGYTx076296; Sat, 13 Nov 2004 16:16:34 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iADFGYML076295; Sat, 13 Nov 2004 16:16:34 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Sat, 13 Nov 2004 16:16:34 +0100 From: Ruben de Groot To: "Jay O'Brien" Message-ID: <20041113151634.GA73692@ei.bzerk.org> References: <419578AC.30702@att.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <419578AC.30702@att.net> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-1.7 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS,J_CHICKENPOX_43 autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org cc: FreeBSD - questions Subject: Re: Help with boot0 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, 13 Nov 2004 15:15:06 -0000 On Fri, Nov 12, 2004 at 06:59:56PM -0800, Jay O'Brien typed: > I have two identical hard drives on the same IDE controller; > The file systems are identical. I can move the "Master" jumper > from one HD to the other and the computer will boot on the > HD with the jumper. It becomes ad0 and the other HD is ad1. > > I have installed boot0cfg on both drives with the -B option. > > Booting with either drive gives me a F1 (FreeBSD) option and a > F5 (Disk1) option. F1 boots the drive set up with the hardware > jumper to be the IDE controller master. F5 gives another > selection, F1 (FreeBSD) and F5 (Disk2). F1 boots on the IDE > master, and F5 won't boot. There's no need for boot0 on the second drive. Better put a default mbr on it like so: boot0cfg -b /boot/mbr /dev/ad1 Ruben