From bff3319ae522d555b9ddb706387bb9ae5671b084 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Fri, 31 Jan 2020 11:27:44 -0700 Subject: [PATCH] UefiPayloadPkg: Disable EFI shell --- .../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 1a3e4ba524..1940cbed8d 100644 --- a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c +++ b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c @@ -205,7 +205,7 @@ PlatformBootManagerAfterConsole ( // // Register UEFI Shell // - PlatformRegisterFvBootOption (PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE); + //PlatformRegisterFvBootOption (PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE); Print (L"Pess ESC to enter Boot Manager Menu.\n"); }