From owner-freebsd-current@freebsd.org Mon Jan 18 11:34:50 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72A3DA86192 for ; Mon, 18 Jan 2016 11:34:50 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id 42EC51AEB; Mon, 18 Jan 2016 11:34:49 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from zapp (host81-149-102-120.in-addr.btopenworld.com [81.149.102.120]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id 90EC6D7A17; Mon, 18 Jan 2016 11:34:12 +0000 (UTC) Date: Mon, 18 Jan 2016 11:34:11 +0000 From: Andrew Turner To: Dimitry Andric Cc: "O. Hartmann" , Steven Hartland , freebsd-current Subject: Re: r294248: boot stuck: EFI loader doesn't proceed Message-ID: <20160118113411.2a4d3079@zapp> In-Reply-To: <596CBFC9-275C-445F-9D2B-23B90DB9966A@FreeBSD.org> References: <20160118072000.4a03a4d2@freyja.zeit4.iv.bundesimmobilien.de> <596CBFC9-275C-445F-9D2B-23B90DB9966A@FreeBSD.org> X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 18 Jan 2016 11:34:50 -0000 On Mon, 18 Jan 2016 09:10:33 +0100 Dimitry Andric wrote: > On 18 Jan 2016, at 07:20, O. Hartmann > wrote: > > Building NanoBSD images booting off from USB Flash drives and > > having two GPT partitions, booting is stuck in the UEFI loader, > > presenting me with something like: > > > > [...] > > Probing 6 block devices.....++. done > > > > ZFS found no pools > > UFS found 2 partitions > > > > And further nothing happens. A RESET is only possible by a > > hardreset - it seems the system is crashed/stuck/frozen or > > something similar. > > > > The last images working run r293654. The issue occurs with r294248. > > > > Any suggestions possible? Did I miss something? > > Looks to me like fallout from the recent modularisation in r294060, > and/or ZFS support in r294068. Steven, any clue? > > -Dimitry > I found the same issue while working on nanobsd. I'm not sure it's due to the recent ZFS changes as I reverted them, but found boot1 still failed to load loader.efi. Andrew