From 99eda885802ad4fb382496e02c74020dc93ff6c9 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Mon, 3 Aug 2015 05:30:25 +0000 Subject: 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 Reviewed-by: Ruiyu Ni git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18127 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c') diff --git a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c index 60d0126f2f..a527a4233d 100644 --- a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c +++ b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c @@ -197,6 +197,8 @@ PlatformBootManagerAfterConsole ( VOID ) { + EfiBootManagerConnectAll (); + EfiBootManagerRefreshAllBootOption (); Print ( L"\n" L"F2 to enter Boot Manager Menu.\n" -- cgit v1.2.3