We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac5a3d commit 8672a56Copy full SHA for 8672a56
1 file changed
System76PayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
@@ -198,6 +198,9 @@ PlatformBootManagerUnableToBoot (
198
// here to see if it makes sense to request and wait for a keypress.
199
//
200
if (gST->ConIn != NULL) {
201
+ if (gST->ConOut != NULL) {
202
+ gST->ConOut->ClearScreen (gST->ConOut);
203
+ }
204
AsciiPrint (
205
"%a: No bootable option or device was found.\n"
206
"%a: Press any key to enter the Boot Manager Menu.\n",
0 commit comments