From owner-freebsd-questions@freebsd.org Sun Oct 16 22:31:05 2016 Return-Path: Delivered-To: freebsd-questions@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 CF98BC149DE; Sun, 16 Oct 2016 22:31:05 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (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 98D211691; Sun, 16 Oct 2016 22:31:05 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-io0-x22f.google.com with SMTP id i202so170546842ioi.2; Sun, 16 Oct 2016 15:31:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Kk0sL9CO1GSMXQsq1pkVNqMh9o05sL8mlT6r/y+pEXY=; b=Bl3uGGRFSIgnucQmFBhcaOSNImkW6Z984NiV7hn4IPkkPkdUbLXaXBs5+mPdgQSfJc BaxqDuegGG1FZptabdw/Ca4F63fMRRnhD34h1ZejfKQRtBnM37m1F8vpE+WDk6B7zr/c csggRwc/WqFj7U7Mu5E3CJhh7InCMeLtTMV6g8QJTih214cce+xIxbyNWBinUgOgPRk3 dCmMkTnjkNVVXZu9RQ2lsN7jFEio60neuKnQXLyfuErryGI5NZzpoN+h/If1/w9SvkKw YzuasqoF1vvKHUQlIoyBtZwD8xQzlvu4nl/HcumiDAVB5x+i1mYRibEl4gp/mNTkkeyv ghTg== 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:from:date :message-id:subject:to:cc; bh=Kk0sL9CO1GSMXQsq1pkVNqMh9o05sL8mlT6r/y+pEXY=; b=d/A9as3N2VlzFXYd6+OmQnKJ1JZ+WeVdPISeBAOgxmfTbMBFbE9GCy3N2vbN797IRq PLVYxCY280IHk6Yuf4zpvy4cysNq2fpjy/krZ8RL4l651DTMZkdpt1wsyXZfvD0yUogL 1tl9Qt7BOPSlXi13fxPvEWOUTF+lJXZ3GrdIOTFpuPPsnaw52o6FCum27pKP/BtS9xEC DIHSXVsFCELm7WhoV8sq4xkfr2/FAlab5eB8KSY6C2jqQ1SE6o0MhKaquV3fRa7cyrvK q36FhBZYHC3XjmirJVNXkd24azHb0JvEJWblePN/nySf/BBlBdZPPduAN8yxeR0MHCzx X2/g== X-Gm-Message-State: AA6/9Rk+OmLepKOLlyjNYH+PqrUMgyXZTTgXVkizCOLOvgHwZBmvwyZRtn/B49+zYwoX1jOKFp8abAYHM7DUQg== X-Received: by 10.107.182.8 with SMTP id g8mr19441008iof.215.1476657064973; Sun, 16 Oct 2016 15:31:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.67.196 with HTTP; Sun, 16 Oct 2016 15:31:04 -0700 (PDT) In-Reply-To: <864m4cszoa.fsf@WorkBox.Home> References: <864m4cszoa.fsf@WorkBox.Home> From: Ben Woods Date: Mon, 17 Oct 2016 06:31:04 +0800 Message-ID: Subject: Re: help install new kernel on root-on-ZFS on 11-STABLE To: "Brandon J. Wandersee" Cc: Aryeh Friedman , FreeBSD Stable List , FreeBSD Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 22:31:05 -0000 On Monday, 17 October 2016, Brandon J. Wandersee < brandon.wandersee@gmail.com> wrote: > > Last I checked, the automated installer created a separate pool called > "bootpool," with a symlink from /boot to /bootpool. > I believe this is the case if the option for full disk encryption is selected in the installer. This is required until the boot loader is capable of recognising and accessing a geli encrypted disk. Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com