From owner-freebsd-questions@freebsd.org Thu Mar 15 23:33:47 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DC09F5E3ED for ; Thu, 15 Mar 2018 23:33:46 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) (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 822787FBDC for ; Thu, 15 Mar 2018 23:33:46 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f54.google.com with SMTP id t132-v6so12714080lfe.2 for ; Thu, 15 Mar 2018 16:33:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=QV/ZTyg1Ah79BIvqRJ7s8rkXBYxcwqfACSGmFVZOQfM=; b=Oz2LZFGNX8wj7tgbLTBKsJqWs0JPXtKu7eoIMriHYx5Zx9wocweer4+e2mJMYmPwQ7 ntP9uAcg7OGd0JJoFEbGU16LzATmjaPg8msUyMMloYWMFhoP/GhIwdKk00cYsi2p4J0e G+lQdTHHpVmAvb/Zi/hDS37GIxMzM2nNmmP8wEOdPwawcloE40k7EPzFbTlZC5NbtvWq Y+EBsRPUPCuQiTpIfcyN0SxfrfqbkBq0Foz2Ab82ToQczzP3fRIJfVDk7txbFYMHIVx5 CwRzSj6uwsyLc7jQ+wDNM0JScAsTPyXQm/SwYubcY+rnEdDjoL6uBkGAKS9xdg9c9toL 2rUA== X-Gm-Message-State: AElRT7F5hN3JJljGxUeHEtFbwx/S7bZy+gFdNB6ll50q5YE0aMzw6XTj x46847ehntjng/xmsCU4AOQkGKvzYCA= X-Google-Smtp-Source: AG47ELuz1LcuQ1hHPZN1bwghM0q17S/tChHtuVDzHvql4YcD1FPGauS3MLmhdOWu3PUt97qKoNwKUg== X-Received: by 2002:a19:d0c4:: with SMTP id h187-v6mr7329923lfg.107.1521156818078; Thu, 15 Mar 2018 16:33:38 -0700 (PDT) Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com. [209.85.215.47]) by smtp.gmail.com with ESMTPSA id y128-v6sm1411879lfc.64.2018.03.15.16.33.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Mar 2018 16:33:37 -0700 (PDT) Received: by mail-lf0-f47.google.com with SMTP id z143-v6so6463883lff.3 for ; Thu, 15 Mar 2018 16:33:37 -0700 (PDT) X-Received: by 10.46.114.26 with SMTP id n26mr7722933ljc.74.1521156817793; Thu, 15 Mar 2018 16:33:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.54.1 with HTTP; Thu, 15 Mar 2018 16:33:17 -0700 (PDT) In-Reply-To: <22ac9bc6-2330-a1ce-748a-e583a4f429ce@freedev.cz> References: <1f375819-bcf9-af5c-00d1-12dd29a5e9d9@freedev.cz> <22ac9bc6-2330-a1ce-748a-e583a4f429ce@freedev.cz> From: Kyle Evans Date: Thu, 15 Mar 2018 18:33:17 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Can't boot from encrypted partition To: Petr Hejl Cc: FreeBSD Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2018 23:33:47 -0000 On Thu, Mar 15, 2018 at 6:20 PM, Petr Hejl wrote: > OK, I experimented a little and now I can reply to myself :). > > The EFI bootloader (meaning the BOOTX64.EFI) is not yet capable of > unlocking an encrypted device. Either that or the function is not > implemented correctly. I can't speak to the rest of your observations, but indeed this isn't supported with the EFI loader at the moment- there's work in progress on head towards a model where this can work, but unfortunately we're still not there yet.