File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
DasharoPayloadPkg/Library/PlatformBootManagerLib Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -1607,14 +1607,17 @@ PlatformBootManagerAfterConsole (
1607
1607
Enter .UnicodeChar = CHAR_CARRIAGE_RETURN ;
1608
1608
EfiBootManagerRegisterContinueKeyOption (0 , & Enter , NULL );
1609
1609
1610
- if (!mFastBoot || FUMEnabled ) {
1611
- // FIXME: USB devices are not being detected unless we wait a bit.
1612
- // But don't wait with fastboot enabled. We typically don't boot a full blown OS from USB.
1613
- gBS -> Stall (100 * 1000 );
1614
-
1615
- // With fast boot, we can't call ConnectAll as it would connect all consoles.
1616
- EfiBootManagerConnectAll ();
1617
- }
1610
+ // if (!mFastBoot || FUMEnabled) {
1611
+ // // FIXME: USB devices are not being detected unless we wait a bit.
1612
+ // // But don't wait with fastboot enabled. We typically don't boot a full blown OS from USB.
1613
+ // gBS->Stall (100 * 1000);
1614
+
1615
+ // // With fast boot, we can't call ConnectAll as it would connect all consoles.
1616
+ // EfiBootManagerConnectAll ();
1617
+ // }
1618
+
1619
+ gBS -> Stall (200 * 1000 );
1620
+ EfiBootManagerConnectAll ();
1618
1621
1619
1622
EfiBootManagerRefreshAllBootOption ();
1620
1623
You can’t perform that action at this time.
0 commit comments