From owner-freebsd-current@freebsd.org Sun May 15 09:19:25 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 E4299B392CC for ; Sun, 15 May 2016 09:19:25 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 9B3A71692; Sun, 15 May 2016 09:19:25 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x241.google.com with SMTP id r12so12029451wme.0; Sun, 15 May 2016 02:19:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc; bh=LOKPpZrFpJSUAt/RRtq5kX5aReiSSx1YIUi1w9wsdnM=; b=pE89YHePgMDjLNglufB3F6XHKx/rPn7Qlh5xMRInDh+UyvFpi0PbgX4ZWm3KvgbMxT 7BSRBdKJrbHrkbTaGBX3YfsCGFhp6RwNg1DebvCBRPAGjsuuub9OitCJHEKE3dHkjxRe LaDDIEfI39wsoC5+TmkfCWuUxGM6JqVI7Ms7qwNRI9XaTdsPxKUNVuXEUh76zZTps/ZJ 8xLwAFHR8IlAC3N4OMavnNzAPHn8oSkXqhpWip0cMhD+qYc3PxZbsHJbfey5kllDUJi2 euGBYeUmC4XUoxai+TC0ce45pL1FF8m6z8+PoBBw2uQRLxFtG4rnx46c9bAydRT+hZde 3nrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc; bh=LOKPpZrFpJSUAt/RRtq5kX5aReiSSx1YIUi1w9wsdnM=; b=PUvQFJQt2DCiafNvfIV6sHBB54nMg5beXqNE/GNOBlYdl0DrPrDqeOaz5TJUVJg1Dw r5hh8npqrNIX5pOsS/S0b02UKIbs/GVIO9cCbPmdn8g7WW5dlajn12JsVvgGuFnFZ4ZX JpNLwuo5l/2A1Am5R6/uaNucGLdBtZe2xW9dQrM+9P3jL1tE6CMwkBxpgBCGRLWTFsmP 9+GAVDgO4goNkcoABKMB/QwwspNhJ6BttydTm9h9zasd77u69Hw+DOKNNPVlnUb9jb2d PjqzqHtwfGkl53YMJpSmahysHuPAdA+igsV8skuxp1/8nW+lb2r676BI+IgmVdKMSubp z/Ew== X-Gm-Message-State: AOPr4FX1di9CgpQf14ufP905XfOQnlMzwZCUju8FLHFEM5d8aNl0XStzwJAaQ7mLRrQOJrMmqu79uctnyqo42Q== MIME-Version: 1.0 X-Received: by 10.194.189.231 with SMTP id gl7mr25869877wjc.129.1463303963667; Sun, 15 May 2016 02:19:23 -0700 (PDT) Received: by 10.194.16.201 with HTTP; Sun, 15 May 2016 02:19:23 -0700 (PDT) Date: Sun, 15 May 2016 11:19:23 +0200 Message-ID: Subject: UEFI root on ZFS (encrypted?) From: Ben Woods To: 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 09:19:26 -0000 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? 2. Can it do it with geli encryption? 3. Have these been added to the installer, so that if I grab a recent snapshot iso I can install it? Thanks again for all the work on this. Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com