mirror of https://github.com/acidanthera/audk.git
Nt32Pkg: Do connect all and Refresh boot option action after console is connected.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18127 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3af6a17f64
commit
99eda88580
|
@ -197,6 +197,8 @@ PlatformBootManagerAfterConsole (
|
|||
VOID
|
||||
)
|
||||
{
|
||||
EfiBootManagerConnectAll ();
|
||||
EfiBootManagerRefreshAllBootOption ();
|
||||
Print (
|
||||
L"\n"
|
||||
L"F2 to enter Boot Manager Menu.\n"
|
||||
|
|
Loading…
Reference in New Issue