We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14300ba commit 72a6ee8Copy full SHA for 72a6ee8
System76PayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
@@ -205,10 +205,8 @@ PlatformBootManagerUnableToBoot (
205
gST->ConOut->ClearScreen (gST->ConOut);
206
}
207
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
+ "No bootable option or device was found.\n"
+ "Press any key to enter firmware settings.\n"
212
);
213
Status = gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &Index);
214
ASSERT_EFI_ERROR (Status);
0 commit comments