From owner-freebsd-fs@FreeBSD.ORG Wed Apr 20 12:22:13 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99904106566C; Wed, 20 Apr 2011 12:22:13 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 531188FC23; Wed, 20 Apr 2011 12:22:13 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 7E117E61D3; Wed, 20 Apr 2011 13:22:12 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=nld2eUBlmwrn SfVhpWrlJUx7sMA=; b=MfXzUMxFSb3sJ+Gxq2QIL51a0iDYo+UeoQYBW+L8/bab xwP0OVhMLNEWSP6jJYcS4DHzPEzXue0ekFKd30al8jSQ/SsocDeyg+NutIjy5HuZ NsCv5NbHSv0dpfTHQ1CuW5Nv8g1Er/KkIjdYmqnC8XK/1TXyekMJvOOE62Ava5U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=hat5ha v8p5lrUBPgvOq+Kl5Dd8VqZAy1FEslsquU4Q5GKYEYOGEVicgPd4/agjreVBhL0Q bbOND4B0Qi19u+G6BdnDE6QiQrU2C46Rd80uz64e4FERQASJAMDV0El9EhmveJzO U7YNS+c04MIoR/gdYVp93gXFju+uMwZhUxIts= Received: from unknown (188-222-18-231.zone13.bethere.co.uk [188.222.18.231]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 3D0D5E61D2; Wed, 20 Apr 2011 13:22:12 +0100 (BST) Date: Wed, 20 Apr 2011 13:22:11 +0100 From: Bruce Cran To: John Baldwin Message-ID: <20110420132211.0000183a@unknown> In-Reply-To: <201104180811.02684.jhb@freebsd.org> References: <20110409213250.00007ea9@unknown> <201104180811.02684.jhb@freebsd.org> X-Mailer: Claws Mail 3.7.8cvs47 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: Booting from freebsd-boot on gpt using zfs root on mbr X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2011 12:22:13 -0000 On Mon, 18 Apr 2011 08:11:02 -0400 John Baldwin wrote: > On Saturday, April 09, 2011 4:32:50 pm Bruce Cran wrote: > > When I enter "zroot:/boot/kernel/kernel" at the boot: prompt I get a > > register dump followed by "BTX halted". Is there some way to get > > this configuration to work? > > Which prompt is this at (the gptzfsroot prompt or the loader prompt)? > Also, can you grab a snapshot of the register dump? Sorry, for some reason I was trying to load a kernel from the gptzfsboot prompt, instead of zfsloader; the loader files hadn't been installed properly, and once they were copied over again everything started working using zroot:/boot/zfsloader. -- Bruce Cran