UefiPayloadPkg: Show boot message as progress text
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
@@ -260,21 +260,15 @@ PlatformBootManagerAfterConsole (
|
|||||||
//
|
//
|
||||||
PlatformRegisterFvBootOption (PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE);
|
PlatformRegisterFvBootOption (PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE);
|
||||||
|
|
||||||
if (FixedPcdGetBool (PcdBootManagerEscape)) {
|
// Show prompt at bottom center
|
||||||
Print (
|
BootLogoUpdateProgress (
|
||||||
L"\n"
|
White,
|
||||||
L"Esc or Down to enter Boot Manager Menu.\n"
|
Black,
|
||||||
L"ENTER to boot directly.\n"
|
L"Press ESC for Boot Options/Settings",
|
||||||
L"\n"
|
White,
|
||||||
|
0,
|
||||||
|
0
|
||||||
);
|
);
|
||||||
} else {
|
|
||||||
Print (
|
|
||||||
L"\n"
|
|
||||||
L"F2 or Down to enter Boot Manager Menu.\n"
|
|
||||||
L"ENTER to boot directly.\n"
|
|
||||||
L"\n"
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user