Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2026 16:58:39 +0000
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: be5d6a272ee6 - stable/15 - gpart.8: add entry for xbootldr partition type
Message-ID:  <6a2ae93f.39465.483923cb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=be5d6a272ee6cd4982e2519033875466db22230b

commit be5d6a272ee6cd4982e2519033875466db22230b
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2026-05-12 14:13:12 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2026-06-11 16:38:37 +0000

    gpart.8: add entry for xbootldr partition type
    
    Reviewed by:    emaste, markj
    Sponsored by:   The FreeBSD Foundation
    Fixes:  dab8138e13de ("g_part,mkimg: Add additional GPT partition types")
    Differential Revision:  https://reviews.freebsd.org/D56969
    
    (cherry picked from commit 54d0ae979d9596399f33dc7d7245866f86ab7f8e)
---
 lib/geom/part/gpart.8 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/lib/geom/part/gpart.8 b/lib/geom/part/gpart.8
index 89bfc3be6f8a..887a07932f60 100644
--- a/lib/geom/part/gpart.8
+++ b/lib/geom/part/gpart.8
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd May 9, 2026
+.Dd May 12, 2026
 .Dt GPART 8
 .Os
 .Sh NAME
@@ -1042,6 +1042,12 @@ A partition claimed by VMware VSAN.
 The scheme-specific type is
 .Qq Li "!381cfccc-7288-11e0-92ee-000c2911d0b2"
 for GPT.
+.It Cm xbootldr
+An Extended Boot Loader Partition (XBOOTLDR), secondary to the EFI system
+partition, used to store additional firmware or boot loader menu entries.
+The scheme-specific type is
+.Qq Li "!bc13c2ff-59e6-4262-a352-b275fd6f7172"
+for GPT.
 .El
 .Sh ATTRIBUTES
 The scheme-specific attributes for EBR:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2ae93f.39465.483923cb>