From owner-freebsd-current@freebsd.org Mon Aug 20 19:35:39 2018 Return-Path: Delivered-To: freebsd-current@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 51C6C107A76E for ; Mon, 20 Aug 2018 19:35:39 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06FF17DF68 for ; Mon, 20 Aug 2018 19:35:39 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 97C082485A for ; Mon, 20 Aug 2018 19:35:38 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f177.google.com with SMTP id u7-v6so12515759lji.3 for ; Mon, 20 Aug 2018 12:35:38 -0700 (PDT) X-Gm-Message-State: AOUpUlFnG382AHcgnX13MNogp2KGwVtMJ9Jc+WQ+gLHiulyDQ5VAD9F2 +osknDAJryMlSuFdoLJinwPpTna2nK/Z2CGfLVk= X-Google-Smtp-Source: AA+uWPx+fvzWg0OoiU9O2Ps5OOeHpKp2ODmlXaXxAr+SnxE4RmXOFmacxjrja5xJfswOW1CCXYuSB+46xtjPX+hABN0= X-Received: by 2002:a2e:498:: with SMTP id a24-v6mr33560461ljf.27.1534793737231; Mon, 20 Aug 2018 12:35:37 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:91d2:0:0:0:0:0 with HTTP; Mon, 20 Aug 2018 12:35:16 -0700 (PDT) In-Reply-To: <9061553f-89ca-ffb4-b1ed-ca7ca5bea83b@omnilan.de> References: <9061553f-89ca-ffb4-b1ed-ca7ca5bea83b@omnilan.de> From: Kyle Evans Date: Mon, 20 Aug 2018 14:35:16 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Loader post r338064 deletes GOP screen when asking geli passphrase To: Harry Schmalzbauer Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 20 Aug 2018 19:35:39 -0000 On Mon, Aug 20, 2018 at 1:01 PM, Harry Schmalzbauer wrote: > Hello, > > as far as I understand, r338064 should bring back default loader > environment. > > I'm UEFI booting r338093/amd64 (LynxPoint/Haswell). > > Since today, the GOP-console output of the first loader lines get deleted > when the geli passphrase prompt shows up. > > Nothing uncommon here, and never seen that before, but I guess this can be > considered a bug. > Or is that an intended behaviour? > It is intended behavior, but I won't claim that it isn't a bug. =) I *think* I added the screen clear prior to going into the passphrase prompt because the cursor position was ending up all wrong and it the passphrase prompt was obscured by lots of noisy text that it ended up drawing in the middle of. I'm certainly willing to go back on that position if there turns out to be a better solution, one of which I think I see. Thanks, Kyle Evans