Improve error output when boot option fails to load
This commit is contained in:
committed by
Tim Crawford
parent
7050fc3a26
commit
52d5d1b2c5
@ -1317,6 +1317,8 @@ Returns:
|
||||
{
|
||||
CHAR16 *TmpStr;
|
||||
|
||||
gST->ConOut->ClearScreen(gST->ConOut);
|
||||
|
||||
//
|
||||
// If Boot returned with EFI_SUCCESS and there is not in the boot device
|
||||
// select loop then we need to pop up a UI and wait for user input.
|
||||
@ -1360,6 +1362,8 @@ Returns:
|
||||
{
|
||||
CHAR16 *TmpStr;
|
||||
|
||||
gST->ConOut->ClearScreen(gST->ConOut);
|
||||
|
||||
//
|
||||
// If Boot returned with failed status then we need to pop up a UI and wait
|
||||
// for user input.
|
||||
|
Reference in New Issue
Block a user