From owner-freebsd-geom@FreeBSD.ORG Mon Jan 9 05:56:29 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65C3F16A41F for ; Mon, 9 Jan 2006 05:56:29 +0000 (GMT) (envelope-from brenthostetler@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897D543D45 for ; Mon, 9 Jan 2006 05:56:28 +0000 (GMT) (envelope-from brenthostetler@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so58160nzo for ; Sun, 08 Jan 2006 21:56:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WkVrCJl2rXbLRc8x3JxyHayQLfRPZMD9fqNdvLwTE/yU/i3HgT1Pc48peRiw3AXTgu1aThO4bk0bT3Ned1mGNthg9vb7Nu6QT4O+TPH15N8+hptOUOeUHg+ybkulgvxGy6QAlABQ/XfDFjkTeEdxZITTcyuvY9isVO+vq0cF1/w= Received: by 10.36.36.12 with SMTP id j12mr6454436nzj; Sun, 08 Jan 2006 21:56:27 -0800 (PST) Received: by 10.36.88.9 with HTTP; Sun, 8 Jan 2006 21:56:15 -0800 (PST) Message-ID: Date: Sun, 8 Jan 2006 21:56:15 -0800 From: Brent Hostetler To: freebsd-geom@freebsd.org, pjd@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060104201149.GC17950@garage.freebsd.pl> <43BE6E41.1060509@centtech.com> Cc: Subject: Re: Problems setting up gmirror of live system X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 05:56:29 -0000 On 1/8/06, Brent Hostetler wrote: > On 1/6/06, Eric Anderson wrote: > > Brent Hostetler wrote: > > > I can issue the following: > > boot: 0:ad(0,a)/boot/? > > and see the listing of the files including loader. > > However, once the loader tries to go my machine hangs with the following: Yeah!! I discovered my problem was a disk geometry error. I switched the bios settings from Large to LBA and the system booted right up. That was frustrating.. Brent