]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Add table of GPT identifiers
authorLennart Poettering <lennart@poettering.net>
Fri, 7 Mar 2014 03:55:06 +0000 (19:55 -0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Jun 2018 10:36:21 +0000 (12:36 +0200)
doc/BOOT_LOADER_SPECIFICATION.md

index 6196e90ccc55c41c3b6d8cfd58db4efde8257e14..c0818f56d8c65b921d86894045b5a89b0d4193a2 100644 (file)
@@ -2,3 +2,23 @@
 
 _TL;DR: Let's automatically discover, mount and enable the root partition, /home, /srv and the swap partitions based on GUID Partition Tables (GPT!)_ 
 
+       +------------------------------------+-------------------------+---------------------------------------------------------+
+       |Partition Type GUID                 | Name                    | Explanation                                             |
+       +------------------------------------+-------------------------+---------------------------------------------------------+
+       |44479540-f297-41b2-9af7d131d5f0458a | Root Partition (x86)    | On 32bit x86 systems the first x86 root partition on    |
+       |                                    |                         | the disk the EFI ESP is located on is mounted to the    |
+       |                                    |                         | root directory /.                                       |
+       +------------------------------------+-------------------------+---------------------------------------------------------+
+       |4f68bce3-e8cd-4db1-96e7fbcaf984b709 | Root Partition (x86-64) | On 64bit x86 systems the first x86-64 root partition on |
+       |                                    |                         | the disk the EFI ESP is located on is mounted to the    |
+       |                                    |                         | root directory /.                                       |
+       +------------------------------------+-------------------------+---------------------------------------------------------+
+       |933ac7e1-2eb4-4f13-b8440e14e2aef915 | Home Partition          | The first home partition on the disk the root partition |
+       |                                    |                         | is located on is mounted to /home.                      |
+       +------------------------------------+-------------------------+---------------------------------------------------------+
+       |3b8f8425-20e0-4f3b-907f1a25a76f98e8 | Server Data Partition   | The first server data partition on the disk the root    |
+       |                                    |                         | partition is located on is mounted to /srv.             |
+       +------------------------------------+-------------------------+---------------------------------------------------------+
+       |0657fd6d-a4ab-43c4-84e50933c84b4f4f | Swap                    | All swap partitions located on the disk the root        |
+       |                                    |                         | partition is located on are enabled.                    |
+       +------------------------------------+-------------------------+---------------------------------------------------------+