From owner-freebsd-current@FreeBSD.ORG Mon Aug 15 16:12:09 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 783671065673 for ; Mon, 15 Aug 2011 16:12:09 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4C9918FC27 for ; Mon, 15 Aug 2011 16:12:09 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id D19A846B09; Mon, 15 Aug 2011 12:12:08 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 617B58A02F; Mon, 15 Aug 2011 12:12:08 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org, d@delphij.net Date: Mon, 15 Aug 2011 12:00:43 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <4E3F0AC3.1080907@delphij.net> In-Reply-To: <4E3F0AC3.1080907@delphij.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201108151200.43678.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 15 Aug 2011 12:12:08 -0400 (EDT) Cc: christoph_hoffmann@me.com Subject: Re: gptzfsboot error using HP Smart Array P410i Controller X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 15 Aug 2011 16:12:09 -0000 On Sunday, August 07, 2011 5:59:31 pm Xin LI wrote: > On 08/01/11 06:07, Christoph Hoffmann wrote: > > Hello, > > > > The initial reboot followed the installation of ZFS-only version 5/28 > > system reports error: > > > > Attempting Boot From Hard Drive (C:) > > gptzfsboot: error 1 lba 32 > > gptzfsboot: error 1 lba 1 > > gptzfsboot: No ZFS pools located, can't boot > > > > The same installation procedure on older ProLiant with Compaq Smart > > Array 5i do not cause any problems. > > Looks like for some reason the drive number (%dl) didn't get passed > through ARGS (by pmbr.s). MBR boot loaders aren't defined to do that. They pass %dl directly via the register. For gptboot and gptzfsboot, sys/boot/i386/gptboot/gptldr.S already stores the saved value of %dl in MEM_ARG. -- John Baldwin