Log boot entries during setup

This commit is contained in:
Lauri Kenttä
2023-11-09 22:00:50 +02:00
parent f40f2bc9dc
commit e04ba3e451
2 changed files with 27 additions and 0 deletions

View File

@@ -758,6 +758,7 @@ public class Setup {
InitEspPath();
InitEspInfo();
Efi.LogBGRT();
Efi.LogBootEntries();
bool allowSecureBoot = false;
bool allowBitLocker = false;
bool allowBadLoader = false;