From nobody Wed Oct 6 08:59:55 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D203E17EC97F for ; Wed, 6 Oct 2021 09:00:01 +0000 (UTC) (envelope-from ruben@verweg.com) Received: from erg.verweg.com (erg.verweg.com [IPv6:2a02:898:96::5e8e:f508]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HPT1F4C3wz4cYP for ; Wed, 6 Oct 2021 09:00:01 +0000 (UTC) (envelope-from ruben@verweg.com) DKIM-Filter: OpenDKIM Filter v2.10.3 erg.verweg.com (unknown-jobid) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=verweg.com; s=verweg; t=1633510797; bh=hB4tRwPAhOaJzy6OurAjfZJeBmL3CpUIhIn46FgSIKc=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=jYxA3Qon+doLXa1PuTK5hjHL6XveCyK7WpLtAwZ6iyX8NkY7D2VTYoDgz2SYa5yxo QPBlU9BIYEIRvq5dHuOZEfQyPRNvS8IIdJRowUykRqB1zxaVrHOM5rqM2DyFw8Hedg TxCvbILBjwohPD1YOnFnIkUMOr8YFvU0JJ1pZmACWnsAo8vwv1aoDtOU0/qyu6JDFn 0/KS/JYIF31vtrKyVJ24oC3dMuiZeAQnRfMu7kjnjGp0hUPaHFNGEmolMC+uSQDbAK G0OUtKkMw8T5l05bDR23pbR34vlSkhGwmf+AyswkYF4hJBe9d42Ni9qiIWUHMQs2qT Z1U7dNyVhrrLg== Received: from smtpclient.apple ([IPv6:2a10:3781:3e9:1:4063:da57:e037:d9dd]) (authenticated bits=0) by erg.verweg.com (8.17.1/8.17.1) with ESMTPSA id 1968xuoH097800 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Wed, 6 Oct 2021 08:59:56 GMT (envelope-from ruben@verweg.com) X-Authentication-Warning: erg.verweg.com: Host [IPv6:2a10:3781:3e9:1:4063:da57:e037:d9dd] claimed to be smtpclient.apple Content-Type: multipart/alternative; boundary=Apple-Mail-0EB6CCE0-4180-4B22-B1DE-F7C57E6F030F Content-Transfer-Encoding: 7bit List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org Mime-Version: 1.0 (1.0) Subject: Re: No ConOut(Dev) on ASUS PRIME Z590M-PLUS UEFI Date: Wed, 6 Oct 2021 10:59:55 +0200 Message-Id: <14294C07-BBD3-4DDD-A952-9BBEC75D08F6@verweg.com> References: Cc: freebsd-stable stable In-Reply-To: To: Warner Losh X-Mailer: iPad Mail (19A348) X-Rspamd-Queue-Id: 4HPT1F4C3wz4cYP X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: ruben@verweg.com From: Ruben van Staveren via freebsd-stable X-Original-From: Ruben van Staveren X-ThisMailContainsUnwantedMimeParts: Y --Apple-Mail-0EB6CCE0-4180-4B22-B1DE-F7C57E6F030F Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > On 6 Oct 2021, at 05:20, Warner Losh wrote: >=20 > =EF=BB=BF >=20 >=20 >> On Tue, Oct 5, 2021, 12:17 PM Ruben van Staveren via freebsd-stable wrote: >>=20 >=20 >=20 > Can you pipe this through '| carbs sudo efivar --devicepath' please? sudo efivar | grep -- -Con | carbs sudo efivar --device-path 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConIn : PciRoot(0x0)/Pci(0x14,0x0)/USB(0x1,0x0)/USB(0x1,0x0),/PciRoot(0x0)/Pci(0x1= 4,0x0)/USB(0x1,0x0)/USB(0x3,0x0) 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConInDev : PciRoot(0x0)/Pci(0x14,0x0)/USB(0x1,0x0)/USB(0x1,0x0),/PciRoot(0x0)/Pci(0x1= 4,0x0)/USB(0x1,0x0)/USB(0x3,0x0) > Warner=20 >>=20 I wonder if this has something to do with secure boot restrictions, the docu= mentation of that motherboard is quite heavy on it. This is disabled as far a= s I know, as all SATA/NVMe storage is available. At first I thought this mig= ht be due to the intel i9-11900T video not supported yet, but also with a Ge= Force GT 710 installed the video doesn=E2=80=99t work in UEFI mode. Best Regards, Ruben