Date: Wed, 6 Oct 2021 21:22:52 +0900 From: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> To: freebsd-stable@freebsd.org Cc: ruben@verweg.com, imp@bsdimp.com Subject: Re: No ConOut(Dev) on ASUS PRIME Z590M-PLUS UEFI Message-ID: <20211006212252.17e7382482ffa4dc9ddc4e49@dec.sakura.ne.jp> In-Reply-To: <14294C07-BBD3-4DDD-A952-9BBEC75D08F6@verweg.com> References: <CANCZdfpk7iqk0iKxHqRMpHUaEKp-ZCo5GjYoL8%2BE1m8O%2BY8vxw@mail.gmail.com> <14294C07-BBD3-4DDD-A952-9BBEC75D08F6@verweg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 6 Oct 2021 10:59:55 +0200 Ruben van Staveren via freebsd-stable <freebsd-stable@freebsd.org> wrote: > > > > On 6 Oct 2021, at 05:20, Warner Losh <imp@bsdimp.com> wrote: > > > > 〓 > > > > > >> On Tue, Oct 5, 2021, 12:17 PM Ruben van Staveren via freebsd-stable <freebsd-stable@freebsd.org> wrote: > >> > > > > > > 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(0x14,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(0x14,0x0)/USB(0x1,0x0)/USB(0x3,0x0) > > > Warner > >> > > I wonder if this has something to do with secure boot restrictions, the documentation of that motherboard is quite heavy on it. This is disabled as far as I know, as all SATA/NVMe storage is available. At first I thought this might be due to the intel i9-11900T video not supported yet, but also with a GeForce GT 710 installed the video doesn’t work in UEFI mode. > > Best Regards, > Ruben Just a thought reading web page [1]. The motherbord actually uses just the same device path as ConIn, but does NOT set ConOut and ConOutDev erroneously. If so, we would need trying device path of conIn for ConOut, if not set. [1] https://edk2-docs.gitbook.io/edk-ii-uefi-driver-writer-s-guide/3_foundation/readme.15/3157_conout Just FYI, my ThinkPad P52 with nvidia GPU, UEFI boot is working, shows output of `efivar | grep -- -Con | xargs efivar --device-path` 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOutDev : PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/AcpiAdr(0x80010100) 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConInDev : PciRoot(0x0)/Pci(0x1f,0x0)/Acpi(PNP0303,0x0) 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOut : PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/AcpiAdr(0x80010100) 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConIn : PciRoot(0x0)/Pci(0x1f, 0x0)/Acpi(PNP0303,0x0),/VenHw(87c8ba12-5952-4012-8297-dede395f5d5b),/PciRoot(0x0)/Pci(0x1f, 0x0)/Acpi(PNP0f03,0x0),/VenHw(ea52f05f-ee81-45b7-807a-ceefbe9ba6c2),/PciRoot(0x0)/Pci(0x14,0x0)/USB(0x5,0x0),/PciRoot(0x0)/Pci(0x14,0x0)/USB(0x3,0x0)/USB(0x0,0x0),/PciRoot(0x0)/Pci(0x14,0x0)/USB(0x0,0x0) -- Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20211006212252.17e7382482ffa4dc9ddc4e49>