From owner-freebsd-current@freebsd.org Wed Nov 14 22:31:02 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 9357E1102148; Wed, 14 Nov 2018 22:31:02 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 E89C470BA1; Wed, 14 Nov 2018 22:31:01 +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 89EF92E606; Wed, 14 Nov 2018 22:31:01 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f177.google.com with SMTP id g11-v6so2933299ljk.3; Wed, 14 Nov 2018 14:31:01 -0800 (PST) X-Gm-Message-State: AGRZ1gLMsgjJVsrQwJiZaNnGVOV3b2NTdwlC/KkYi6Mrzk/clIlFzd+N qam+zdMT8uaLyJGt9d0HQYeuoEMccBQ2pnLf9CA= X-Google-Smtp-Source: AJdET5cZfOzBI4YrcJCWiRqBKSel0DCCz/yayfuVgtUCRvBx6P6KYX7hNY26A/17FPax0nCOyZgEANKa5M2lFoMr4iU= X-Received: by 2002:a2e:58b:: with SMTP id 133-v6mr2398255ljf.127.1542234659993; Wed, 14 Nov 2018 14:30:59 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Wed, 14 Nov 2018 16:30:47 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: UEFI GOP: screen goes blank during boot after loader is finished To: Mr Dandy Cc: rebecca@bluestop.org, "Rodney W. Grimes" , freebsd-virtualization@freebsd.org, FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: E89C470BA1 X-Spamd-Result: default: False [-103.09 / 200.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ALLOW_DOMAIN_WHITELIST(-100.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; R_SPF_SOFTFAIL(0.00)[~all]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mx66.freebsd.org]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 14 Nov 2018 22:31:02 -0000 On Wed, Nov 14, 2018 at 4:23 PM Subbsd wrote: > > On Thu, Nov 15, 2018 at 1:05 AM Subbsd wrote: > > > > On Thu, Nov 15, 2018 at 12:21 AM Rebecca Cran wrote: > > > > > > On November 14, 2018 at 2:18:04 PM, Subbsd (subbsd@gmail.com) wrote: > > >> > > >> > > >> My current host: FreeBSD 13.0-CURRENT r340319 and the problem is > > >> still present. > > > > > > Rod was asking about the guest OS version, not the host though. > > > > > > > > > > I apologize, it seemed to me that I wrote earlier) Guest version: > > https://download.freebsd.org/ftp/snapshots/amd64/amd64/ISO-IMAGES/13.0/FreeBSD-13.0-CURRENT-amd64-20181101-r339979-disc1.iso.xz > > Hm, it seems the problem is 'boot_serial' which is sets to YES by default in gop > > set boot_serial=NO > boot > > solve this issue Huh? This is perhaps going to be a stupid question, but where is boot_serial=YES getting set? Loader will not set it by itself and UEFI doesn't respect /boot.config, so this must be explicitly set in /boot/loader.conf or /boot/defaults/loader.conf, but it's not clear to me what's putting it there.