]> code.delx.au - refind/commitdiff
Bug fix: Clear "Binary is whitelisted" message when loading MOK-signed drivers in...
authorsrs5694 <srs5694@users.sourceforge.net>
Wed, 23 Jan 2013 04:54:13 +0000 (23:54 -0500)
committersrs5694 <srs5694@users.sourceforge.net>
Wed, 23 Jan 2013 04:54:13 +0000 (23:54 -0500)
NEWS.txt
refind/main.c

index b3d016bafaa94338b8c5ee3ad85b79b5ebb4c15b..91267ca08856fde78211f23796aecb7006927d8a 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,9 @@
 0.6.6 (?/??/2013):
 ------------------
 
+- Fixed bug that caused "Binary is whitelisted" message to persist on
+  screen after loading MOK-signed drivers in Secure Boot mode.
+
 - Fixed bug that caused rEFInd to ignore the "icon" token in refind.conf
   manual boot stanzas.
 
index cd13fe84f1378b7374b5ec7f4ef3a6d04befa4de..b9a8e1889f1903d230f0bbc4934c25b04af40dd7 100644 (file)
@@ -2043,12 +2043,12 @@ efi_main (EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)
     refit_call4_wrapper(BS->SetWatchdogTimer, 0x0000, 0x0000, 0x0000, NULL);
 
     // further bootstrap (now with config available)
-    SetupScreen();
     MokProtocol = SecureBootSetup();
 //    ScanVolumes();
     LoadDrivers();
     ScanForBootloaders();
     ScanForTools();
+    SetupScreen();
 
     if (GlobalConfig.ScanDelay > 0) {
        BGColor.b = 255;