From 242dcee2174816798c861d7dda1d6704589453e8 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 27 Jun 2023 20:53:04 -0600 Subject: [PATCH] UefiPayloadPkg: Disable EFI shell Signed-off-by: Tim Crawford --- .../Library/PlatformBootManagerLib/PlatformBootManager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c index addc7dbb1f..36b2c47c45 100644 --- a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c +++ b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c @@ -315,7 +315,7 @@ PlatformBootManagerAfterConsole ( // // Register UEFI Shell // - PlatformRegisterFvBootOption (&gUefiShellFileGuid, L"UEFI Shell", LOAD_OPTION_ACTIVE); + //PlatformRegisterFvBootOption (&gUefiShellFileGuid, L"UEFI Shell", LOAD_OPTION_ACTIVE); if (FixedPcdGetBool (PcdBootManagerEscape)) { BootText = L"Press ESC for Boot Options/Settings, or SPACE for Pop!_OS Recovery";