From nobody Fri May 12 05:05:57 2023 X-Original-To: freebsd-current@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 4QHcDC6Hslz4BWHL for ; Fri, 12 May 2023 05:06:03 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QHcDC2mj7z47kB for ; Fri, 12 May 2023 05:06:03 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1683867961; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zCSOtNiCbHf4bRE+VQq1OD/dxJOGTadQhfXp3Kx9A+4=; b=nbheXUhVFCy0e4cplnP3URurASIYbSdNfQHoBAqrW6pkJ87rSoTNVzoYX/hLTY5JpSb7MX hZ8wEanRY6eShB3efmjjS/bq3CPX26tFKGC+R8KNMwvePqryLiXrfBj4AoiQXYrjf+4zUH TlBxoV2v/TjizGHbN8EgcfwykB36/6M= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 3a88c3fb (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 12 May 2023 05:05:58 +0000 (UTC) Date: Fri, 12 May 2023 07:05:57 +0200 From: Emmanuel Vadot To: Toomas Soome Cc: Oleg Lelchuk , freebsd-current@freebsd.org 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? Message-Id: <20230512070557.859671981b7c616c0da7d666@bidouilliste.com> In-Reply-To: <3B658415-3AD0-4E8B-8CBE-F13FA70CBDC8@me.com> References: <3B658415-3AD0-4E8B-8CBE-F13FA70CBDC8@me.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4QHcDC2mj7z47kB X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Fri, 12 May 2023 00:20:47 +0300 Toomas Soome wrote: >=20 >=20 > > On 12. May 2023, at 00:11, Oleg Lelchuk wrote: > >=20 > > 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 m= otherboard that forces the FreeBSD EFI loader to display the old style ASCI= I orb logo in its boot menu? Please explain to me the cause of this problem= and if possible, give me a solution to it. >=20 > There can be two reasons. One is that resolution is low and there is no s= pace to put the image on. Second one is that the screen is forced to use ?t= ext? mode, which happens when system has configured to have serial console = (redirection). >=20 > rgds, > toomas There is a third reason : you have multiple screens and EFI firmware output on all of them. Never took the time to dig into this one. --=20 Emmanuel Vadot