From owner-freebsd-current@freebsd.org Sun May 15 15:38:48 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 0D8A4B3C252 for ; Sun, 15 May 2016 15:38:48 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8AAE118CA; Sun, 15 May 2016 15:38:47 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id a17so100888015wme.0; Sun, 15 May 2016 08:38:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=Y4XlNYgLI4zkChSc01MhTnhzVSE9oc5Z5Rc9iilSoGc=; b=RHPIcNBzmCOcO8bu8dtLx+MCCjSqIM1u8en0hP7PU/31U3uWk9IS1Upnok/iPORZVr M/lJXbh70RcVdqRElw+u/26Fo1qZlAIkPRTq2Dp1tTNnm8NijidVzSBeo868GMJBjPBW TbHfEIW3jZGB1BZEojkTgeLVL3cW/TDWAlEj7BKyqtia2al5SgkP9199NOn386NJgM6m kEklpLWevXWZjna3MzAdRfL1iqEPpSuDxnsbBg+3A0SIaMQyJqVUnR/2ickyj0h6VXIi xwwrkR0pOWmpR6cSOx1LPX76yNy6lLpK/zLjpTrjo3Nfa7yKiqQaiQbMI2j7WU7ItwcH HmXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=Y4XlNYgLI4zkChSc01MhTnhzVSE9oc5Z5Rc9iilSoGc=; b=AR5Ur94Pweykox0szrMdiTmMaTfjIVH76WT70bMTwnsd+0b7YY+MRaL2TfQyVaCPit WmB6nL2E1apqfPgcY2tfVcaL0cSzP+0mRtqBVZaVDtimxlVLk8Je6aSh5yHR0GLgRdPP /g7HbEZh4XxltEOS9PH5322BEi+slydpq3Mun8yseTpaZTvLUBUqVvEejDrsmuFyO72t 49l6SiLHiMtyho6jmM498dtXeySnqvZSrg8rhsP213joo8raDP7FkYJkZw7N1ByjjGsz 4Wdc+ijfyHIERIKtd3YwqNzieArlr24Rn69t9L00XQX+oUcumEzeimcidAqbHHbXwpE8 9b/g== X-Gm-Message-State: AOPr4FU9qwjYIlqD+lGc93JkUHQgYx+GxihetO1xUq8Oo+xHhjGrgQB8R918txXzmHpXwefCBVPXfur7sOTDtA== MIME-Version: 1.0 X-Received: by 10.194.189.231 with SMTP id gl7mr27192265wjc.129.1463326725542; Sun, 15 May 2016 08:38:45 -0700 (PDT) Received: by 10.194.16.201 with HTTP; Sun, 15 May 2016 08:38:45 -0700 (PDT) In-Reply-To: <57388FA0.40708@freebsd.org> References: <57388FA0.40708@freebsd.org> Date: Sun, 15 May 2016 17:38:45 +0200 Message-ID: Subject: Re: UEFI root on ZFS (encrypted?) From: Ben Woods To: Allan Jude Cc: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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: Sun, 15 May 2016 15:38:48 -0000 On Sunday, 15 May 2016, Allan Jude wrote: > On 2016-05-15 05:19, Ben Woods wrote: > > Hi everyone, > > > > I would like to reinstall my laptop to get root on ZFS with UEFI. I will > > use a recent snapshot image to install FreeBSD 11 current. > > > > There has been a lot of good work on this lately, and I have fallen out > > of touch with the status. A couple of questions: > > > > 1. Can the UEFI loader now boot root on ZFS without a freebsd-boot > > partition? > > Yes, you just need the EFI partition > > > > > 2. Can it do it with geli encryption? > > > > Not yet > > -- > Allan Jude > Ok, thanks for that. Is there a review on phabricator (or multiple) that I can build a release iso with and help test for this setup (with or without it being in the installer)? A search of phabricator shows there are a number that could be related. Thanks, Ben -- -- From: Benjamin Woods woodsb02@gmail.com