Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-12-28 Thread Oleg Lelchuk
I am still using the same workaround: instead of rv = efi_global_getenv("ConOut", buf, &sz); I have rv = efi_global_getenv("ConIn", buf, &sz); Happy New Year! On Mon, May 15, 2023 at 8:41 AM Oleg Lelchuk wrote: > I got it. > > On Mon, May 15, 2023, 8:32 AM Toomas Soome wrote: > >> >> >> On 15.

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-15 Thread Oleg Lelchuk
I got it. On Mon, May 15, 2023, 8:32 AM Toomas Soome wrote: > > > On 15. May 2023, at 15:22, Oleg Lelchuk wrote: > > Adding screen.font="16×32" to loader.conf fixed that tiny issue mentioned > in the previous email message... I find it a bit surprising that I only had > to make one tiny change

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-15 Thread Toomas Soome
> On 15. May 2023, at 15:22, Oleg Lelchuk wrote: > > Adding screen.font="16×32" to loader.conf fixed that tiny issue mentioned in > the previous email message... I find it a bit surprising that I only had to > make one tiny change to the source code of stand to make the graphical logo > appe

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-15 Thread Oleg Lelchuk
Adding screen.font="16×32" to loader.conf fixed that tiny issue mentioned in the previous email message... I find it a bit surprising that I only had to make one tiny change to the source code of stand to make the graphical logo appear, to start playing with the EFI resolution, and etc. On Sun, Ma

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-13 Thread Warner Losh
On Sat, May 13, 2023, 6:26 AM Oleg Lelchuk wrote: > I've been reading the documentation for loader.efi and it says this: "If > there is no ConOut variable, both serial and video are attempted. > loader.efi uses the "efi" console for the video (which may or may not > work) and "comconsol

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-13 Thread Oleg Lelchuk
I've been reading the documentation for loader.efi and it says this: "If there is no ConOut variable, both serial and video are attempted. loader.efi uses the "efi" console for the video (which may or may not work) and "comconsole" for the serial on COM1 at the default baud rate. The

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-12 Thread Oleg Lelchuk
I got it. Thanks. On Fri, May 12, 2023 at 7:45 PM Ed Maste wrote: > On Fri, 12 May 2023 at 09:26, Oleg Lelchuk wrote: > > > > I don't want to go through the hassle of filling a bug with my vendor. I > will just wait for you, guys, to update the stand implementation. Thank you > for explaining t

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-12 Thread Ed Maste
On Fri, 12 May 2023 at 09:26, Oleg Lelchuk wrote: > > I don't want to go through the hassle of filling a bug with my vendor. I will > just wait for you, guys, to update the stand implementation. Thank you for > explaining to me what causes this issue. This issue is tracked in PR 265980 if you w

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-12 Thread Oleg Lelchuk
>> >> On Fri, May 12, 2023, 1:06 AM Emmanuel Vadot >> wrote: >> >>> On Fri, 12 May 2023 00:20:47 +0300 >>> Toomas Soome wrote: >>> >>> > >>> > >>> > > On 12. May 2023, at 00:11, Oleg Lelchuk >>> w

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-12 Thread Toomas Soome
to:tso...@me.com>> wrote: >>>> >>>> > >>>> > >>>> > > On 12. May 2023, at 00:11, Oleg Lelchuk >>> > > <mailto:oleglelc...@gmail.com>> wrote: >>>> > > >>>> > > Guys, there is s

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-12 Thread Oleg Lelchuk
06 AM Emmanuel Vadot > wrote: > >> On Fri, 12 May 2023 00:20:47 +0300 >> Toomas Soome wrote: >> >> > >> > >> > > On 12. May 2023, at 00:11, Oleg Lelchuk >> wrote: >> > > >> > > Guys, there is something that I find p

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-12 Thread Toomas Soome
t;> > >> > >> > > On 12. May 2023, at 00:11, Oleg Lelchuk > > > <mailto:oleglelc...@gmail.com>> wrote: >> > > >> > > Guys, there is something that I find puzzling. Why doesn't the EFI boot >> > > loader

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-12 Thread Oleg Lelchuk
e is something that I find puzzling. Why doesn't the EFI > boot loader want to display the graphical orb logo in its boot menu on an > Asus Prime 7590-P motherboard? Is there something quirky about this > particular motherboard that forces the FreeBSD EFI loader to display the > ol

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Emmanuel Vadot
On Fri, 12 May 2023 00:20:47 +0300 Toomas Soome wrote: > > > > On 12. May 2023, at 00:11, Oleg Lelchuk wrote: > > > > Guys, there is something that I find puzzling. Why doesn't the EFI boot > > loader want to display the graphical orb logo in its boo

Fwd: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Oleg Lelchuk
-- Forwarded message - From: Oleg Lelchuk Date: Thu, May 11, 2023 at 10:19 PM Subject: Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard? To: Warner Losh I see this output: efivar --device

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Warner Losh
ot; >>>> bootfile="kernel" >>>> cpu_microcode_name="/boot/firmware/ucode.bin" >>>> entropy_cache_name="/boot/entropy" >>>> entropy_cache_type="boot_entropy_cache" >>>> if_re_name="/boot/modul

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Oleg Lelchuk
_cache_name="/boot/entropy" >>>> entropy_cache_type="boot_entropy_cache" >>>> if_re_name="/boot/modules/if_re.ko" >>>> kernel_path="/boot/kernel" >>>> kernelname="/boot/kernel/kernel" >>>>

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Oleg Lelchuk
ko" >>> kernel_path="/boot/kernel" >>> kernelname="/boot/kernel/kernel" >>> loader_conf_dirs="/boot/loader.conf.d" >>> module_path="/boot/kernel;/boot/modules;/boot/dtb;/boot/dtb/overlays" >>> nextboot_conf=

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Toomas Soome
ommand shows me: >>> >>> efivar --device-path 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOut >>> efivar: fetching 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOut: No such file >>> or directory >>> >>> On Thu, May 11, 2023 at 5:43 PM Warner Losh >&g

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Oleg Lelchuk
e="/boot/blacklist.txt" > > The efivar command shows me: > > efivar --device-path 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOut > efivar: fetching 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOut: No such file > or directory > > On Thu, May 11, 2023 at 5:43 PM Warner Losh

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Toomas Soome
ConOut: No such file or > directory > > On Thu, May 11, 2023 at 5:43 PM Warner Losh <mailto:i...@bsdimp.com>> wrote: >> >> >> On Thu, May 11, 2023 at 3:21 PM Toomas Soome > <mailto:tso...@me.com>> wrote: >>> >>> >>>

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Oleg Lelchuk
d-00e098032b8c-ConOut: No such file or directory On Thu, May 11, 2023 at 5:43 PM Warner Losh wrote: > > > On Thu, May 11, 2023 at 3:21 PM Toomas Soome wrote: > >> >> >> > On 12. May 2023, at 00:11, Oleg Lelchuk wrote: >> > >> > Guys, there is something that

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Warner Losh
On Thu, May 11, 2023 at 3:21 PM Toomas Soome wrote: > > > > On 12. May 2023, at 00:11, Oleg Lelchuk wrote: > > > > Guys, there is something that I find puzzling. Why doesn't the EFI boot > loader want to display the graphical orb logo in its boot menu on an Asu

Re: Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Toomas Soome
> On 12. May 2023, at 00:11, Oleg Lelchuk wrote: > > Guys, there is something that I find puzzling. Why doesn't the EFI boot > loader want to display the graphical orb logo in its boot menu on an Asus > Prime 7590-P motherboard? Is there something quirky about this parti

Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard?

2023-05-11 Thread Oleg Lelchuk
Guys, there is something that I find puzzling. Why doesn't the EFI boot loader want to display the graphical orb logo in its boot menu on an Asus Prime 7590-P motherboard? Is there something quirky about this particular motherboard that forces the FreeBSD EFI loader to display the old style