From nobody Thu Dec 18 22:57:58 2025 X-Original-To: dev-commits-src-branches@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 4dXR066cLKz6Lycd for ; Thu, 18 Dec 2025 22:57:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4dXR063fCyz3r5H for ; Thu, 18 Dec 2025 22:57:58 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1766098678; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6mniSAXCPK1921fhwg+x+9M3+5sdq+xfALP6ssNOvzU=; b=mLYHTpWfXPdKXU0isHN5bmZoHXZh5Ed55yPSdJ2LvSlHVW7Iw4HX0y7pvwSlA9ts5hI8ou M9gVcSaQPFtZOrF9Xm7Yl/UuL6Y4uNlYH+q8/wFcbajadpkt24pnu4+3361IhDhT8Q286+ YBZuZgivlYpOgJLkekmlWPqrGw3s5Ll2xRLMTsSZrPVX8Uszlf1gaX/atiw1QnbXi0m/04 0wx1bO/1z2GIHkXljQfvBPvCfdX1gDpvWcUd/zU5remIXyp1qYYy+wOphICe/cUKzV4m7d TfwVnCJvOHgvyX82WLejVhXtN7EaFUAWYDRgJdoUvZOYwA//HNDF0Xo21DKCOA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1766098678; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6mniSAXCPK1921fhwg+x+9M3+5sdq+xfALP6ssNOvzU=; b=EemfTRoxobvENJOlp+T42pCnF7RuSXcPJkVXQxP6gQuU3/7s2g/duYmxl7icf2/1+xZMp6 wGV5ULh2wbSlZqHLbIwD4X7f4ti0PkeDLf/S7fVvfSUb4/NnPz2NFS1CTcLUEC2Bh4sEBS 4emYwXiR61bGj7XpMTBYUCh8Jl7S+oE9xk2Ka9nKAcDKGHs0bmkzN5GeUr+B3L3wfL1Q3W TpPk5J56vTb4HIb/PEPVjanAWJnaEXtOjQ8ELvFfmkVZix+goK7J7EwOrMnKhaTpDe+ywh 04mx3waYnjT5qyUHGmJ3w6PmzxhEYLshuD8kLnf3O6ek1duTO7M9Cqj7Y4mHkg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1766098678; a=rsa-sha256; cv=none; b=DSpkfkXNMYx4txicLAWmCeKvl6DD9qeNGjwr2LVaztbpAhL4FAc/FAiPpG62QxfGD+vs+w EHGVru6tJgWXBd/tiPUP965H5oSfdaa38Sd6p1zKb3+OdvmWDbEmETlBnQhznYP/eitDWT wDU401qL6xk5Dzcxer4x57XoMyRCi7gXudgRvJmQl7SmMI4q7P+lnb22OwIGjSEyr5LWjT /M3KMzGH55ED8ijKPJ4S9VM72LDXK1wwc/w6heBY/hIxRU+TBmvgzF02cs61mkaS9avaKd cnG5QMoyG3LwGKSpRcns2g97vI+0iUm8VB+Vd9Q7Ik/9xi9itCmNddUNDF9fTg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4dXR0637xczyHR for ; Thu, 18 Dec 2025 22:57:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 9c38 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 18 Dec 2025 22:57:58 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: John Baldwin Subject: git: c53d90c50c77 - stable/14 - loader.efi.8: Minor formatting nits List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: c53d90c50c7732b34fe6ce65127e136ef2e62cee Auto-Submitted: auto-generated Date: Thu, 18 Dec 2025 22:57:58 +0000 Message-Id: <694486f6.9c38.512e316e@gitrepo.freebsd.org> The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c53d90c50c7732b34fe6ce65127e136ef2e62cee commit c53d90c50c7732b34fe6ce65127e136ef2e62cee Author: John Baldwin AuthorDate: 2025-11-22 13:10:20 +0000 Commit: John Baldwin CommitDate: 2025-12-18 22:52:22 +0000 loader.efi.8: Minor formatting nits - Add several missing .Pp after lists and literal blocks. - Fix the column widths for the console table and use a shorter indent so that it doesn't wrap on an 80-col display. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D53866 (cherry picked from commit 46d05a49a1d0d655af6cae2afd48a973698cbf71) --- stand/man/loader.efi.8 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/stand/man/loader.efi.8 b/stand/man/loader.efi.8 index 7cb2f1e96595..a88c09fcff71 100644 --- a/stand/man/loader.efi.8 +++ b/stand/man/loader.efi.8 @@ -158,6 +158,7 @@ The serial ports are assigned as follows on IBM PC compatible systems: .It COM3 Ta 0x3e8 Ta Pa /dev/uart2 .It COM4 Ta 0x2e8 Ta Pa /dev/uart3 .El +.Pp Though .Dv COM3 and @@ -191,8 +192,9 @@ of any behavior not covered in this document. .It Fl s Ta Dv boot_single Ta Va RB_SINGLE .It Fl v Ta Dv boot_verbose Ta Va RB_VERBOSE .El +.Pp And the following flags determine the primary console: -.Bl -column -offset indent ".Sy Flags" ".Sy Kernel Flags" ".Sy Kernel Consoles" ".Sy Primary Console" +.Bl -column -offset xxx "Flags" "RB_SERIAL | RB_MULTIPLE" "Kernel Consoles" "Primary Console" .It Sy Flags Ta Sy Kernel Flags Ta Sy Kernel Consoles Ta Sy Primary Console .It none Ta 0 Ta Video Ta Video .It Fl h Ta RB_SERIAL Ta Serial Ta Serial @@ -380,6 +382,7 @@ To check: # mount | grep nda0p1 /dev/nda0p1 on /boot/efi (msdosfs, local) .Ed +.Pp If it's not mounted, you will need to mount it: .Bd -literal -offset indent # mount -t msdosfs /dev/nda0p1 /boot/efi @@ -398,6 +401,7 @@ BootOrder : 0000, 0001, 0003, 0004, 0005, 0006, 0001, 0008, 000A, 000B, 000C, 0 nda0p1:/EFI/FREEBSD/LOADER.EFI /boot/efi//EFI/FREEBSD/LOADER.EFI \&... .Ed +.Pp Often there are several options, depending on the BIOS. The entry that we booted with is marked with a .Sq + @@ -416,6 +420,7 @@ loader, which varies by architecture. .It i386 Ta Pa /EFI/BOOT/BOOTIA32.EFI .It riscv Ta Pa /EFI/BOOT/BOOTRISCV64.EFI .El +.Pp However, care must be taken: some multiple-boot environments rely on a special .Pa bootXXX.efi to function. @@ -436,10 +441,12 @@ above table): .Bd -literal -offset indent # cmp /boot/efi/EFI/FREEBSD/LOADER.EFI /boot/efi/EFI/BOOT/BOOOTX64.EFI .Ed +.Pp Copy the loader: .Bd -literal -offset indent # cp /boot/loader.efi /boot/efi/EFI/FREEBSD/LOADER.EFI .Ed +.Pp replacing the all caps part of the example with the proper path. .Pp If ESP path was