diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c index f2ece66817..9fa48c98d0 100644 --- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c @@ -1193,7 +1193,7 @@ Returns: // // Enter Setup if user input // - PlatformBdsEnterFrontPage (Timeout, FALSE); + PlatformBdsEnterFrontPage (Timeout, TRUE); } }