We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3910eb7 commit e8a1631Copy full SHA for e8a1631
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