GUID Partition Table
GUID Partition Table
In the late 1990s, Intel developed a new partition table format as part of what eventually became
the Unified Extensible Firmware Interface (UEFI). The GUID Partition Table is specified in
chapter 5 of the UEFI 2.8 specification.[2] GPT uses 64 bits for logical block addresses, allowing a
maximum disk size of 264 sectors. For disks with 512‑byte sectors, the maximum size is 8 ZiB
(264 × 512‑bytes) or 9.44 ZB (9.44 × 10²¹ bytes).[1] For disks with 4,096‑byte sectors the
maximum size is 64 ZiB (264 × 4,096‑bytes) or 75.6 ZB (75.6 × 10²¹ bytes).
Features
Like MBR, GPT uses logical block addressing (LBA) in place of the historical cylinder-head-sector
(CHS) addressing. The protective MBR is stored at LBA 0, and the GPT header is in LBA 1, with a
backup GPT header stored at the final LBA. The GPT header has a pointer to the partition table
(Partition Entry Array), which is typically at LBA 2. Each entry on the partition table has a size of
128 bytes. The UEFI specification stipulates that a minimum of 16,384 bytes, regardless of sector
size, are allocated for the Partition Entry Array.[10] Thus, on a disk with 512-byte sectors, at least
32 sectors are used for the Partition Entry Array, and the first usable block is at LBA 34 or higher,
while on a 4,096-byte sectors disk, at least 4 sectors are used for the Partition Entry Array, and the
first usable block is at LBA 6 or higher.
MBR variants
For limited backward compatibility, the space of the legacy Master Boot Record (MBR) is still
reserved in the GPT specification, but it is now used in a way that prevents MBR-based disk
utilities from misrecognizing and possibly overwriting GPT disks. This is referred to as a protective
MBR.[11]
A single partition of type EEh, encompassing the entire GPT drive (where "entire" actually means
as much of the drive as can be represented in an MBR), is indicated and identifies it as GPT.
Operating systems and tools which cannot read GPT disks will generally recognize the disk as
containing one partition of unknown type and no empty space, and will typically refuse to modify
the disk unless the user explicitly requests and confirms the deletion of this partition. This
minimizes accidental erasures.[11] Furthermore, GPT-aware OSes may check the protective MBR
and if the enclosed partition type is not of type EEh or if there are multiple partitions defined on
the target device, the OS may refuse to manipulate the partition table.[12]
If the actual size of the disk exceeds the maximum partition size representable using the legacy 32-
bit LBA entries in the MBR partition table, the recorded size of this partition is clipped at the
maximum, thereby ignoring the rest of the disk. This amounts to a maximum reported size of
2 TiB, assuming a disk with 512 bytes per sector (see 512e). It would result in 16 TiB with 4 KiB
sectors (4Kn), but since many older operating systems and tools are hard coded for a sector size of
512 bytes or are limited to 32-bit calculations, exceeding the 2 TiB limit could cause compatibility
problems.[11]
12
4 bytes Header size in little endian (in bytes, usually 5Ch 00h 00h 00h or 92 bytes)
(0x0C)
16
4 bytes CRC32 of header (offset +0 to +0x5b) in little endian, with this field zeroed during calculation
(0x10)
20
4 bytes Reserved; must be zero
(0x14)
24
8 bytes Current LBA (location of this header copy)
(0x18)
32
8 bytes Backup LBA (location of the other header copy)
(0x20)
40
8 bytes First usable LBA for partitions (primary partition table last LBA + 1)
(0x28)
48
8 bytes Last usable LBA (secondary partition table first LBA − 1)
(0x30)
56 16
(0x38) bytes Disk GUID in mixed endian[12]
72
8 bytes Starting LBA of array of partition entries (usually 2 for compatibility)
(0x48)
80
4 bytes Number of partition entries in array
(0x50)
84
4 bytes Size of a single partition entry (usually 80h or 128)
(0x54)
88
4 bytes CRC32 of partition entries array in little endian
(0x58)
92 Reserved; must be zeroes for the rest of the block (420 bytes for a sector size of 512 bytes;
*
(0x5C) but can be more with larger sector sizes)
The partition table header defines the usable blocks on the disk. It also defines the number and
size of the partition entries that make up the partition table (offsets 80 and 84 in the table).[2]: 119
Partition entries (LBA 2–33)
GUID partition entry format
After the primary header and before the backup header, the Partition Entry Array describes
partitions, using a minimum size of 128 bytes for each entry block.[13] The starting location of the
array on disk, and the size of each entry, are given in the GPT header. The first 16 bytes of each
entry designate the partition type's globally unique identifier (GUID). For example, the GUID for
an EFI system partition is C12A7328-F81F-11D2-BA4B-00A0C93EC93B. The second 16 bytes are a
GUID unique to the partition. Then follow the starting and ending 64 bit LBAs, partition
attributes, and the 36 character (max.) Unicode partition name. As is the nature and purpose of
GUIDs and as per RFC 4122, no central registry is needed to ensure the uniqueness of the GUID
partition type designators.[14][2]: 2200
The 64-bit partition table attributes are shared between 48-bit common attributes for all partition
types, and 16-bit type-specific attributes:
Partition attributes
Bit Content
Platform required (required by the computer to function properly, OEM partition for example, disk
0
partitioning utilities must preserve the partition as is)
1 EFI firmware should ignore the content of the partition and not try to read from it
Legacy BIOS bootable (equivalent to active flag (typically bit 7 set) at offset +0h in partition entries of the
2
MBR partition table)[15]
3–47 Reserved for future use
48–
Defined and used by the individual partition type
63
Microsoft defines the type-specific attributes for basic data partition as:[16][17]
60 Read-only
Operating-system support
IA-32,[27]
[26]
NetBSD Since 6.0 x86-64,[28] Yes Yes
ARM
IA-32, x86- [29]
OpenBSD Since 5.9 Yes Yes
64, ARM
Windows 7 and earlier do not support UEFI on 32-bit platforms, and therefore do not allow
booting from GPT partitions.[32]
Details of GPT support on 32-bit editions of Microsoft Windows[32]
Release Read or write Boot
OS version Platform Note
date support support
1995-08-
Windows 9x
24
IA-32 No[b] No
2001-10-
Windows XP IA-32 No No
25
Windows
XP 64-Bit
2003- MBR takes precedence in hybrid
Edition, IA-64 Yes Yes
03-28 configuration.
Version
2003
Windows
XP 2005-
Professional 04- MBR takes precedence in hybrid
x64 Yes No
x64 Edition configuration.
Windows 25[36]
Server 2003
Windows 2005- MBR takes precedence in hybrid
IA-64 Yes Yes
Server 2003 04-25 configuration.
Windows
2009- MBR takes precedence in hybrid
Server 2008 IA-64 Yes Yes
10-22 configuration.
R2
Windows 8
2012- Requires MBR takes precedence in hybrid
Windows x64 Yes
Server 2012
08-01 UEFI[37] configuration.
Reserved 8DA63339-0007-60C0-C436-083AC8230908
ZFS[i] 6A898CC3-1DD2-11B2-99A6-080020736631
6A9630D1-1DD2-11B2-99A6-080020736631
6A980767-1DD2-11B2-99A6-080020736631
6A96237F-1DD2-11B2-99A6-080020736631
6A8D2AC7-1DD2-11B2-99A6-080020736631
OSD 4FBD7E29-9D25-41B8-AFD0-062C0CEFF05D
dm-crypt OSD 4FBD7E29-9D25-41B8-AFD0-5EC00CEFF05D
Block DB 30CD0809-C2B2-499C-8879-2D6B78529876
Bootloader 2568845D-2332-4675-BC39-8FA5A4748D15
Bootloader2 114EAFFE-1552-4022-B26E-9B053604CF84
Boot 49A4D17F-93A3-45C1-A0DE-F50B2EBE2599
Recovery 4177C722-9E92-4AAB-8644-43502BFD5506
Misc EF32A33B-A409-486C-9141-9FFB711F6266
Metadata 20AC26BE-20B7-11E3-84C5-6CFDB94711E9
System 38F428E6-D326-425D-9140-6E0EA133647C
Cache A893EF21-E428-470A-9E55-0668FD91A2D9
Android-IA[69][70][71][72]
Data DC76DDA9-5AC1-491C-AF42-A82591580C0D
Persistent EBC597D0-2053-4B15-8B64-E0AAC75F4DB1
Vendor C5A0AEEC-13EA-11E5-A1B1-001E67CA0C3C
Config BD59408B-4514-490D-BF12-9878D963F378
Factory 8F68CC74-C5E5-48DA-BE91-A0C8C15E9C80
OEM AC6D7924-EB71-4DF8-B48D-E267B27148FF
Android Meta 19A710A2-B3CA-11E4-B026-10604B889DCF
Android 6.0+ ARM
Android EXT 193D1EA4-B3CA-11E4-B075-10604B889DCF
SoftRAID_Status B6FA30DA-92D2-4A9A-96F1-871EC6486200
SoftRAID_Scratch 2E313465-19B9-463F-8126-8A7993773801
SoftRAID
SoftRAID_Volume FA709C7E-65B1-4593-BFD5-E71D61DE9B02
SoftRAID_Cache BBBA6DF5-F46F-4A89-8F59-8765B2727503
Factory-provisioned read-only
Fuchsia standard F95D940E-CABA-4578-9B93-BB6C90F29D3E
system data
partitions[81]
Factory-provisioned read-only
10B8DBAA-D2BF-42A9-98C6-A7C5DB3701E7
bootloader data
fuchsia-install 48435546-4953-2041-494E-5354414C4C52
fuchsia-blob 2967380E-134C-4CBB-B6DA-17E7CE1CA45D
fuchsia-fvm 41D0E340-57E3-954E-8C1E-17ECAC44CFF5
sys-config 4E5E989E-4C86-11E8-A15B-480FCF35F8E6
factory-config 5A3A90BE-4C86-11E8-A15B-480FCF35F8E6
bootloader 5ECE94FE-4C86-11E8-A15B-480FCF35F8E6
guid-test 8B94D043-30BE-4871-9DFA-D69556E8C1F3
Verified boot metadata (slot A) A13B4D9A-EC5F-11E8-97D8-6C3BE52705BF
emmc-boot1 900B0FC5-90CD-4D4F-84F9-9F8ED579DB88
emmc-boot2 B2B2E8D1-7C10-4EBC-A2D0-4614568260AD
See also
Advanced Active Partition (AAP)
Apple Partition Map (APM)
Boot Engineering Extension Record (BEER)
BSD disklabel
Device Configuration Overlay (DCO)
Extended Boot Record (EBR)
Host Protected Area (HPA)
Partition alignment
Rigid Disk Block (RDB)
Volume Table of Contents (VTOC)
Notes
a. Adding ULL suffix to an integer constant makes it of type unsigned long long int.
b. Third party implementation exists (GPTTSD)
c. Only if using its service pack 1 or 2
d. In a multi-disk setup, non-UEFI bootloader (boot drive) requires MBR-based partitioning, while
a system drive can use GUID partitioning.
e. The GUIDs in this table are written as per RFC 4122, i.e. big-endian byte order, recognizable
by the position of the version bits. For example, the GUID for an EFI System partition
(C12A7328-F81F-11D2-BA4B-00A0C93EC93B), when serialized in GPT data structures (little-
endian), corresponds to the hex sequence 28 73 2A C1 1F F8 D2 11 BA 4B 00 A0 C9 3E
C9 3B. The first three blocks are byte-swapped to little-endian, the last is a byte array. See
details in TN2166[12]
f. The formation of this GUID does not follow the GUID definition; it is formed by using the ASCII
codes for the string "Hah!IdontNeedEFI". Such formation of "GUID" value breaks down the
guaranteed uniqueness of GUID.
g. Some computer manufacturers have their own GUIDs for partitions that are analogous to the
EFI System Partition, but that hold boot loaders to launch manufacturer-specific recovery
tools.[43]
h. Previously, Linux used the same GUID for the data partitions as Windows (Basic data partition:
EBD0A0A2-B9E5-4433-87C0-68B6B72699C7). Linux never had a separate unique partition
type GUID defined for its data partitions. This created problems when dual-booting Linux and
Windows in UEFI-GPT setup. The new GUID (Linux filesystem data: 0FC63DAF-8483-4772-
8E79-3D69D8477DE4) was defined jointly by GPT fdisk and GNU Parted developers.[45] It is
identified as type code 0x8300 in GPT fdisk.
i. The GUID for /usr on Solaris is used as a generic GUID for ZFS by macOS.
j. NetBSD and MidnightBSD had used the FreeBSD GUIDs before their unique GUIDs were
created.
k. The Ceph filesystem uses GUIDs to mark the state of preparation a disk is in.[66][67]
l. The legacy Fuchsia GUIDs had two oddities: UUIDs were not generated randomly (several
runs of bits were common between partitions), and partitions were uniquely identified by type
GUID. The standardized scheme uses randomly-generated GUIDs, and slotted partitions (e.g.
zircon_{a,b,r}) share the same type and are distinguished by name and unique GUID.[82]
References
1. "FAQ: Drive Partition Limits" (https://www.uefi.org/sites/default/files/resources/UEFI_Drive_Part
ition_Limits_Fact_Sheet.pdf) (PDF). www.uefi.org. 2010. Retrieved 12 December 2020.
2. "Unified Extensible Firmware Interface (UEFI) Specification" (https://uefi.org/sites/default/files/r
esources/UEFI_Spec_2_10_Aug29.pdf) (PDF). www.uefi.org. 29 August 2022. p. 110.
Retrieved 23 June 2023.
3. Swinburne, Richard (1 April 2010). "The Facts: 4K Advanced Format Hard Disks" (https://bit-te
ch.net/reviews/tech/storage/the-facts-4k-advanced-format-hard-disks/). www.bit-tech.net.
Retrieved 12 December 2020.
4. Smith, Ryan (18 December 2009). "Western Digital's Advanced Format: The 4K Sector
Transition Begins" (https://web.archive.org/web/20201228122738/https://www.anandtech.com/
show/2888). www.anandtech.com. Archived from the original on 28 December 2020. Retrieved
12 December 2020.
5. "Western Digital's Advanced Format: The 4K Sector Transition Begins" (http://anandtech.com/s
torage/showdoc.aspx?i=3691). Anandtech.com. Anandtech.
6. "Enterprise Capacity 3.5 HDD Data Sheet" (http://www.seagate.com/www-content/product-cont
ent/enterprise-hdd-fam/enterprise-capacity-3-5-hdd/constellation-es-4/en-us/docs/enterprise-c
apacity-3-5-hdd-ds1791-4-1404us.pdf#page=2) (PDF). Seagate Technology. April 23, 2014.
p. 2. Archived (https://web.archive.org/web/20140812220618/http://www.seagate.com/www-co
ntent/product-content/enterprise-hdd-fam/enterprise-capacity-3-5-hdd/constellation-es-4/en-us/
docs/enterprise-capacity-3-5-hdd-ds1791-4-1404us.pdf#page=2) (PDF) from the original on
2014-08-12. Retrieved August 10, 2014.
7. "WD Re Datacenter Distribution Specification Sheet" (http://www.wdc.com/wdproducts/library/
SpecSheet/ENG/2879-800066.pdf#page=2) (PDF). Western Digital. January 21, 2016. p. 2.
Archived (https://web.archive.org/web/20150906040839/http://www.wdc.com/wdproducts/librar
y/SpecSheet/ENG/2879-800066.pdf#page=2) (PDF) from the original on 2015-09-06.
Retrieved February 14, 2016.
8. "Advanced format (4K) disk compatibility update (Windows)" (http://msdn.microsoft.com/en-us/l
ibrary/windows/desktop/hh848035(v=vs.85).aspx). November 28, 2012. Archived (https://web.
archive.org/web/20130111233631/http://msdn.microsoft.com/en-us/library/windows/desktop/hh
848035(v=vs.85).aspx) from the original on 2013-01-11. Retrieved January 3, 2013.
9. "Microsoft support policy for 4K sector hard drives in Windows" (http://support.microsoft.com/k
b/2510009). Microsoft. Archived (https://web.archive.org/web/20110819073311/http://support.
microsoft.com/kb/2510009) from the original on 2011-08-19. Retrieved October 24, 2013.
10. "UEFI specification" (http://www.uefi.org/specifications). UEFI.org.
11. Smith, Roderick (3 July 2012). "Make the most of large drives with GPT and Linux" (http://ww
w.ibm.com/developerworks/library/l-gpt/). IBM. Retrieved 14 December 2020.
12. "Technical Note TN2166: Secrets of the GPT" (https://developer.apple.com/library/mac/technot
es/tn2166/_index.html#//apple_ref/doc/uid/DTS10003927-CH1-SUBSECTION11). Apple
Developer. Apple. 2006-11-06. Retrieved 2014-04-16.
13. The GPT header contains a field that specifies the size of a partition table entry. The minimum
required is 128 bytes, but implementations must allow for other values. See "Mac Developer
Library" (https://developer.apple.com/mac/library/technotes/tn2006/tn2166.html#SECGPTOVE
RVIEW). Developer.Apple.com. Apple. Retrieved 2014-07-13.
14. Leach, P.; Mealling, M.; Salz, R. (July 2005). A Universally Unique IDentifier (UUID) URN
Namespace (https://datatracker.ietf.org/doc/html/rfc4122). Internet Engineering Task Force.
doi:10.17487/RFC4122 (https://doi.org/10.17487%2FRFC4122). RFC 4122 (https://datatracke
r.ietf.org/doc/html/rfc4122). Retrieved 18 December 2020.
15. Elliott, Rob (4 January 2010). "e09127r3 EDD-4 Hybrid MBR Boot Code Annex" (https://web.ar
chive.org/web/20200820000316/https://t13.org/documents/UploadedDocuments/docs2010/e0
9127r3-EDD-4_Hybrid_MBR_boot_code_annex.pdf) (PDF). www.t13.org. Archived from the
original (http://t13.org/documents/UploadedDocuments/docs2010/e09127r3-EDD-4_Hybrid_M
BR_boot_code_annex.pdf) (PDF) on 20 August 2020. Retrieved 16 December 2020.
16. "GPT | Microsoft Docs" (https://technet.microsoft.com/en-us/library/cc753455.aspx#Anchor_1).
17. "CREATE_PARTITION_PARAMETERS (vds.h) - Win32 apps | Microsoft Docs" (https://msdn.m
icrosoft.com/en-us/library/aa381635.aspx).
18. "Disk Format" (https://chromium.googlesource.com/chromiumos/docs/+/HEAD/disk_format.md
#Selecting-the-kernel). Chromium.org. Retrieved 2022-02-09.
19. "Ubuntu on MacBook" (https://help.ubuntu.com/community/MacBook). Community
Documentation. Ubuntu.
20. "GNU Parted FAQ" (https://www.gnu.org/software/parted/faq.shtml#features).
21. "mklabel" (https://www.gnu.org/software/parted/manual/html_node/mklabel.html). Parted
Manual. GNU.
22. "fdisk: add GPT support" (https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=766d5
156c43b784700d28d1c1141008b2bf35ed7). kernel.org. 2013-09-27. Retrieved 2013-10-18.
23. Bueso, Davidlohr (2013-09-28). "fdisk updates and GPT support" (http://blog.stgolabs.net/201
2/09/fdisk-updates-and-gpt-support.html). Retrieved 2013-10-18.
24. "DISK_MAX_PARTS define" (https://web.archive.org/web/20200326214544/https://git.kernel.or
g/pub/scm/linux/kernel/git/next/linux-next.git/tree/include/linux/genhd.h). Archived from the
original (https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/include/linux/genh
d.h) on 2020-03-26. Retrieved 2020-03-26.
25. "Myths and Facts About Intel Macs" (https://refit.sourceforge.net/myths/). rEFIt. Source forge.
26. "Significant changes from NetBSD 5.0 to 6.0" (http://www.netbsd.org/changes/changes-6.0.ht
ml)..
27. "Significant changes from NetBSD 5.0 to 6.0 (NetBSD/i386)" (http://www.netbsd.org/changes/c
hanges-6.0.html#port-i386)..
28. "Significant changes from NetBSD 5.0 to 6.0 (NetBSD/amd64)" (http://www.netbsd.org/change
s/changes-6.0.html#port-amd64)..
29. "OpenBSD 5.9" (https://www.openbsd.org/59.html)..
30. "Booting from a ZFS Root File System" (https://web.archive.org/web/20111210093231/http://do
cs.oracle.com/cd/E19963-01/html/821-1448/ggpco.html). Oracle. Archived from the original (htt
p://docs.oracle.com/cd/E19963-01/html/821-1448/ggpco.html) on 2011-12-10.
31. "idisk(1M)" (https://nixdoc.net/man-pages/HP-UX/man1/idisk.1m.html). Hewlett-Packard.
32. "Windows and GPT FAQ" (https://msdn.microsoft.com/en-us/library/windows/hardware/dn6405
35(v=vs.85).aspx). msdn.microsoft.com. 1 June 2017. Retrieved 14 December 2020.
33. Windows 8 32-bit supports booting from UEFI-based PC (x86-32 only) using GPT-based disks.
(https://technet.microsoft.com/en-us/library/hh824898.aspx)
34. Windows 8.1 32-bit supports booting from UEFI-based PC (x86-32 only) using GPT-based
disks. (https://technet.microsoft.com/en-us/library/hh824898.aspx)
35. Windows 10 32-bit supports booting from UEFI-based PC (x86-32 only) using GPT-based
disks. (https://technet.microsoft.com/en-us/library/hh824898.aspx)
36. Microsoft raises the speed limit with the availability of 64-bit editions of Windows Server 2003
and Windows XP Professional (http://www.microsoft.com/presspass/press/2005/apr05/04-25W
inx64LaunchPR.mspx) Archived (https://web.archive.org/web/20101110033856/http://www.micr
osoft.com/presspass/press/2005/apr05/04-25Winx64LaunchPR.mspx) 2010-11-10 at the
Wayback Machine
37. Windows 8 64-bit supports booting from UEFI-based PC (x86-64 only) using GPT-based disks.
(https://technet.microsoft.com/en-us/library/hh824898.aspx)
38. Windows 8.1 64-bit supports booting from UEFI-based PC (x86-64 only) using GPT-based
disks. (https://technet.microsoft.com/en-us/library/hh824898.aspx)
39. Windows 10 64-bit supports booting from UEFI-based PC (x86-64 only) using GPT-based
disks. (https://technet.microsoft.com/en-us/library/hh824898.aspx)
40. Microsoft's 'Weirdest Release': Windows Server 2022 Quietly Becomes Generally Available (ht
tps://rcpmag.com/articles/2021/08/20/windows-server-2022-ga.aspx)
41. "Archived copy" (https://web.archive.org/web/20130728154909/http://download.gigabyte.ru/ma
nual/mb_manual_intel-ui_e.pdf) (PDF). Archived from the original (ftp://download.gigabyte.ru/
manual/mb_manual_intel-ui_e.pdf) (PDF) on 2013-07-28.
42. "F6F: Funtoo Linux and Intel Rapid Start Technology" (http://blog.adios.tw/2012/10/funtoo-linux
-and-intel-rapid-start.html). Blog.adios.tw. 2012-10-30. Retrieved 2014-01-29.
43. GPT fdisk: parttypes.cc, line 198 (https://sourceforge.net/p/gptfdisk/code/ci/master/tree/parttyp
es.cc)
44. "PARTITION_INFORMATION_GPT - Win32 apps" (https://docs.microsoft.com/en-us/windows/
win32/api/winioctl/ns-winioctl-partition_information_gpt). Microsoft Docs. Retrieved
2021-08-21.
45. Smith, Rod (23 June 2011). "Need for a unique Linux GPT GUID type code (PATCH included)"
(http://lists.gnu.org/archive/html/bug-parted/2011-06/msg00026.html). bug-parted (Mailing list).
lists.gnu.org. Retrieved 12 April 2016.
46. Sergei Antonov (2014-07-31). "libfdisk: (gpt) add Microsoft Storage Spaces GUID" (https://git.k
ernel.org/pub/scm/utils/util-linux/util-linux.git/commit/?id=210d4595dea9ff998a04ba07b3d0769
4abd32d24). util-linux/util-linux.git - The util-linux code repository. Retrieved 2021-08-21.
47. Known issues with Storage Replica (https://docs.microsoft.com/en-us/windows-server/storage/
storage-replica/storage-replica-known-issues#small-unknown-partition-listed-in-diskmgmt-for-e
ach-replicated-volume)
48. The Discoverable Partitions Specification (DPS) (https://uapi-group.org/specifications/specs/di
scoverable_partitions_specification/)
49. systemd-gpt-auto-generator(8) (https://www.freedesktop.org/software/systemd/man/systemd-g
pt-auto-generator.html)
50. Home Directories (https://systemd.io/HOME_DIRECTORY)
51. The Boot Loader Specification (https://systemd.io/BOOT_LOADER_SPECIFICATION/)
52. "[dm-crypt] LUKS GPT GUID" (https://web.archive.org/web/20140203045532/http://www.saout.
de/pipermail/dm-crypt/2014-January/003855.html). Saout.de. Archived from the original (http://
www.saout.de/pipermail/dm-crypt/2014-January/003855.html) on 2014-02-03. Retrieved
2014-01-29.
53. "[dm-crypt] LUKS GPT GUID" (https://web.archive.org/web/20140203045703/http://www.saout.
de/pipermail/dm-crypt/2014-January/003859.html). Saout.de. Archived from the original (http://
www.saout.de/pipermail/dm-crypt/2014-January/003859.html) on 2014-02-03. Retrieved
2014-01-29.
54. "pyuefi source code" (https://bitbucket.org/mmabey/pyuefi/src/master/pyuefi/partition_types/uef
i.py).
55. "udisks-2.7.4 source code" (https://github.com/storaged-project/udisks/blob/udisks-2.7.4/src/ud
iskslinuxblock.c#L2363). GitHub. 10 July 2022.
56. The GNU/Hurd User's Guide: Installing, Internet Install (https://www.gnu.org/software/hurd/use
rs-guide/using_gnuhurd.html#Internet-Install)
57. Hurd and GRUB use the same Linux ext2 file system to run and it no longer supports "UFS" (ht
tps://git.savannah.gnu.org/cgit/hurd/hurd.git/commit/?id=84cf9c0f312637b670cc87224ff7e7c4d
a659e36). file system
58. Hurd uses the same Linux swap file system
59. "FreeBSD System Manager's Manual gpart(8)" (https://www.freebsd.org/cgi/man.cgi?query=gp
art&apropos=0&sektion=8&manpath=FreeBSD+13.0-RELEASE&arch=default&format=html).
Retrieved 2021-08-21.
60. "Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes. · freebsd/freebsd-
src@f24a822 · GitHub" (https://github.com/freebsd/freebsd-src/commit/f24a8224b2046c7b7e4
525ccb94b8e1f39a600d4#diff-d173c53f561bf0a9536ac882e798fca502622ded0a8e4ac7a8beb
15205896327). GitHub. Retrieved 2021-08-21.
61. "CVS log for src/sys/sys/disklabel_gpt.h" (http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/sys/disk
label_gpt.h?only_with_tag=MAIN). Cvsweb.netbsd.org. Retrieved 2014-01-29.
62. "Disk Format - The Chromium Projects" (https://chromium.googlesource.com/chromiumos/doc
s/+/HEAD/disk_format.md). Chromium.org. Retrieved 2014-01-29.
63. "Constants and IDs" (https://coreos.com/os/docs/latest/constants-and-ids.html#gpt-partition-typ
es). CoreOS. Retrieved 2018-07-26.
64. src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h (http://cgit.haiku-os.org/haiku/t
ree/src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h)
65. http://www.midnightbsd.org/cgi-bin/cvsweb.cgi/src/sys/sys/gpt.h.diff?r1=1.4;r2=1.5
src/sys/sys/gpt.h
66. Script to set up a ceph disk: ceph-disk, lines 76-81 (https://github.com/ceph/ceph/blob/9bcc42a
3e6b08521694b5c0228b2c6ed7b3d312e/src/ceph-disk#L76-L81)
67. ceph-disk labels (https://github.com/ceph/ceph/blob/c19250ce3cb30a5a0409e3ebd4142dad61
91642e/src/ceph-volume/ceph_volume/util/constants.py#L18)
68. QNX Power-safe filesystem (http://www.qnx.com/developers/docs/660/index.jsp?topic=%2Fco
m.qnx.doc.neutrino.user_guide%2Ftopic%2Ffsystems_QNX6_filesystem.html)
69. "gpt.ini (github.com/android-ia/device-androidia-mixins)" (https://github.com/android-ia/device-
androidia-mixins/blob/master/groups/boot-arch/android_ia/gpt.ini). GitHub.
70. "gpt.ini (github.com/android-ia/device-androidia)" (https://github.com/android-ia/device-androidi
a/blob/master/androidia_64/gpt.ini). GitHub.
71. "gpt.ini (github.com/android-ia/vendor_intel_baytrail)" (https://github.com/android-ia/vendor_int
el_baytrail/blob/master/minnow_max/gpt.ini). GitHub.
72. "gpt-sample.ini (github.com/android-ia/platform_bootable_userfastboot)" (https://github.com/an
droid-ia/platform_bootable_userfastboot/blob/master/gpt-sample.ini). GitHub.
73. "gpt_ini2bin.py (android.googlesource.com/platform/hardware/bsp/intel)" (https://android.googl
esource.com/platform/hardware/bsp/intel/+/e2ef91a5723be4c50e0bd93f82c329d262c2f366/so
c/common/tools/gpt_ini2bin.py).
74. "gpt.c (github.com/android-ia/platform_bootable_userfastboot)" (https://github.com/android-ia/p
latform_bootable_userfastboot/blob/master/libgpt/gpt.c). GitHub.
75. "gpt_ini2bin.py (github.com/android-ia/vendor_intel_common)" (https://github.com/android-ia/v
endor_intel_common/blob/master/gpt_bin/gpt_ini2bin.py). GitHub.
76. "The Boot Loader Specification" (https://freedesktop.org/wiki/Specifications/BootLoaderSpec/).
freedesktop.org. Retrieved 2017-01-05.
77. "SPDK Block Device User Guide" (https://spdk.io/doc/bdev.html#bdev_ug_gpt). Retrieved
2021-01-20.
78. "Barebox State Framework" (https://barebox.org/doc/latest/user/state.html?highlight=guid#sd-e
mmc-and-ata). Retrieved 2021-05-21.
79. Villemoes, Rasmus (2020-11-17). "RFC: Partition type GUID for U-Boot environment" (https://li
sts.denx.de/pipermail/u-boot/2020-November/432928.html). U-Boot mailing list (Mailing list).
Retrieved 2021-09-28.
80. "U-boot 2021.07 source code: include/part_efi.h" (https://source.denx.de/u-boot/u-boot/-/blob/v
2021.07/include/part_efi.h#L59-61). Retrieved 2021-09-28.
81. zircon/system/public/zircon/hw/gpt.h (https://cs.opensource.google/fuchsia/fuchsia/+/main:zirc
on/system/public/zircon/hw/gpt.h)
82. "[paver] add support for new partition scheme" (https://cs.opensource.google/fuchsia/fuchsia/+/
0010ded76edc81fcde8d4582461dc628447e3810). Retrieved 2021-10-22.
External links
Microsoft TechNet: Disk Sectors on GPT Disks (archived page) (https://web.archive.org/web/2
0080321063028/http://technet2.microsoft.com/windowsserver/en/library/bdeda920-1f08-4683-
9ffb-7b4b50df0b5a1033.mspx?mfr=true)
Microsoft Windows Deployment: Converting MBR to GPT without dats loss (https://docs.micros
oft.com/en-us/windows/deployment/mbr-to-gpt)
Microsoft TechNet: Troubleshooting Disks and File Systems (https://technet.microsoft.com/en-
us/library/bb457122.aspx)
Microsoft TechNet: Using GPT Drives (https://docs.microsoft.com/en-us/previous-versions/win
dows/hardware/design/dn653580(v=vs.85))
Microsoft: FAQs on Using GPT disks in Windows (http://www.microsoft.com/whdc/device/stora
ge/GPT_FAQ.mspx)
Microsoft Technet: How Basic Disks and Volumes Work (https://technet.microsoft.com/en-us/lib
rary/cc739412.aspx) A bit MS-specific but good figures relate GPT to older MBR format and
protective-MBR, shows layouts of complete disks, and how to interpret partition-table
hexdumps.
Apple Developer Connection: Secrets of the GPT (https://developer.apple.com/technotes/tn20
06/tn2166.html)
Make the most of large drives with GPT and Linux (http://www.ibm.com/developerworks/linux/li
brary/l-gpt/)
Convert Windows Vista SP1+ or 7 x86_64 boot from BIOS-MBR mode to UEFI-GPT mode
without Reinstall (https://web.archive.org/web/20120426234357/https://gitorious.org/tianocore_
uefi_duet_builds/pages/Windows_x64_BIOS_to_UEFI)
Support for GPT (Partition scheme) and HDD greater than 2.19 TB in Microsoft Windows XP (h
ttp://www.ghacks.net/2010/11/04/how-to-use-3tb-hard-drives-on-windows-xp/)
Setting up a RAID volume in Linux with >2TB disks (https://web.archive.org/web/20111119090
413/http://www.technotes.se/?p=1732)