From nobody Thu May 11 21:20:47 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 4QHPvh1NNKz4B2vG for ; Thu, 11 May 2023 21:21:04 +0000 (UTC) (envelope-from tsoome@me.com) Received: from pv50p00im-ztbu10011701.me.com (pv50p00im-ztbu10011701.me.com [17.58.6.53]) (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 4QHPvg60bBz470f for ; Thu, 11 May 2023 21:21:03 +0000 (UTC) (envelope-from tsoome@me.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1683840060; bh=BLiyMUdfnG+TjecCKqyn0oZ+Ci7pjl6pbq9m5t3HWJo=; h=Content-Type:Mime-Version:Subject:From:Date:Message-Id:To; b=0gnozizM7nJOvvvByoIjRlGNOzwb9qhNoq44JxZZlNuHYy+zsmaKTudPD83R8Mk1J u7HzRfokOw5FOa8WlBXemZ7a3DQnc5B+n8jPO19UuUF+Q75sSEStXYtqNyfKm4EKRt fw5NKeSqR0nXYJhUyqupql027KHKqSeB6RS9OUGTdvqAXaVer+jcDt/kcQwX5gO9LI pMsRQhSDUXBOPIzIBw4u81349pXegaEM/g8gLtOSWI3JmGdsArBsw/8dsqDdhxLO+G P76epJybIRX5pjar/BGYnOv4pn5yoh0lA/BcRqbfE5WMMy3dpi9U19zswP8D/Pz61D ch88CFTODeeEw== Received: from smtpclient.apple (pv50p00im-dlb-asmtp-mailmevip.me.com [17.56.9.10]) by pv50p00im-ztbu10011701.me.com (Postfix) with ESMTPSA id 8887374031C; Thu, 11 May 2023 21:20:59 +0000 (UTC) Content-Type: text/plain; charset=utf-8 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 (Mac OS X Mail 16.0 \(3731.500.231\)) 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? From: Toomas Soome In-Reply-To: Date: Fri, 12 May 2023 00:20:47 +0300 Cc: freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3B658415-3AD0-4E8B-8CBE-F13FA70CBDC8@me.com> References: To: Oleg Lelchuk X-Mailer: Apple Mail (2.3731.500.231) X-Proofpoint-ORIG-GUID: 6RfA6_0ql-wSJDoRiOjjhW-86BGMWaR_ X-Proofpoint-GUID: 6RfA6_0ql-wSJDoRiOjjhW-86BGMWaR_ X-Proofpoint-Virus-Version: =?UTF-8?Q?vendor=3Dfsecure_engine=3D1.1.170-22c6f66c430a71ce266a39bfe25bc?= =?UTF-8?Q?2903e8d5c8f:6.0.517,18.0.883,17.11.64.514.0000000_definitions?= =?UTF-8?Q?=3D2022-06-21=5F08:2022-06-21=5F01,2022-06-21=5F08,2022-02-23?= =?UTF-8?Q?=5F01_signatures=3D0?= X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 bulkscore=0 phishscore=0 mlxscore=0 clxscore=1011 mlxlogscore=999 adultscore=0 suspectscore=0 malwarescore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2305110181 X-Rspamd-Queue-Id: 4QHPvg60bBz470f X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:714, ipnet:17.58.0.0/20, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N > 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 motherboard that forces the FreeBSD EFI loader to display the = old style ASCII orb logo in its boot menu? Please explain to me the = cause of this problem and if possible, give me a solution to it. There can be two reasons. One is that resolution is low and there is no = space to put the image on. Second one is that the screen is forced to = use =E2=80=9Ctext=E2=80=9D mode, which happens when system has = configured to have serial console (redirection). rgds, toomas=