Skip to content

Commit 72a6ee8

Browse files
committed
System76PayloadPkg: Modify no bootable media message
Signed-off-by: Tim Crawford <tcrawford@system76.com>
1 parent 14300ba commit 72a6ee8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

System76PayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,8 @@ PlatformBootManagerUnableToBoot (
205205
gST->ConOut->ClearScreen (gST->ConOut);
206206
}
207207
AsciiPrint (
208-
"%a: No bootable option or device was found.\n"
209-
"%a: Press any key to enter the Boot Manager Menu.\n",
210-
gEfiCallerBaseName,
211-
gEfiCallerBaseName
208+
"No bootable option or device was found.\n"
209+
"Press any key to enter firmware settings.\n"
212210
);
213211
Status = gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &Index);
214212
ASSERT_EFI_ERROR (Status);

0 commit comments

Comments
 (0)