From owner-freebsd-current@freebsd.org Tue Jul 5 14:09:35 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 EC9BFB73024 for ; Tue, 5 Jul 2016 14:09:35 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D82CD1CC6; Tue, 5 Jul 2016 14:09:35 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from [192.168.42.150] (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 6D5E11278; Tue, 5 Jul 2016 14:09:35 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) From: "Jonathan Anderson" To: "Marin BERNARD" Cc: freebsd-current@freebsd.org Subject: Re: FreeBSD 11-ALPHA6 bsdinstall(8) fails with root on ZFS + GELI Date: Tue, 05 Jul 2016 11:40:20 -0230 Message-ID: In-Reply-To: <004801d1d69c$6b01b010$41051030$@pep06.fr> References: <004801d1d69c$6b01b010$41051030$@pep06.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailer: MailMate (1.9.4r5234) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Tue, 05 Jul 2016 14:09:36 -0000 On 5 Jul 2016, at 6:35, Marin BERNARD wrote: > Hi all, > > I’ve been trying to install FreeBSD Current (11.0 ALPHA5 & ALPHA6) > with > encrypted root on ZFS, and was unable to complete the setup process. > The > installation stops just after the GELI volume is initialized, and > bsdinstall(8) reports : mkdir : /mnt/boot : No such file or > directory. The > debug log file is attached. Note that this is from an Hyper-V VM, but > the > same error also happens on real hardware. > > Any idea ? > > Thanks ! > > Marin BERNARD I've done some speculating in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210815, but no answers there yet. I think the problem might be that the bootpool hasn't actually been mounted yet, so the /mnt/boot symlink points to a non-existent directory (/mnt/bootpool/boot). Jon -- Jonathan Anderson jonathan@FreeBSD.org