From b9b0ea30c70bf37cc172604c67e6e9c5548870c1 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 2 Feb 2021 17:53:14 +0100 Subject: efi_loader: install UEFI System Partition GUID On the handle for the UEFI System Partition we must install the System Partition GUID (with a NULL interface). Let the efidebug command display the GUID. Signed-off-by: Heinrich Schuchardt --- cmd/efidebug.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmd') diff --git a/cmd/efidebug.c b/cmd/efidebug.c index 83bc2196a5a..bbbcb0a5464 100644 --- a/cmd/efidebug.c +++ b/cmd/efidebug.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include @@ -502,6 +503,10 @@ static const struct { "Device-Tree Fixup", EFI_DT_FIXUP_PROTOCOL_GUID, }, + { + "System Partition", + PARTITION_SYSTEM_GUID + }, /* Configuration table GUIDs */ { "ACPI table", -- cgit v1.2.3