From: srs5694 Date: Wed, 23 Jan 2013 04:54:13 +0000 (-0500) Subject: Bug fix: Clear "Binary is whitelisted" message when loading MOK-signed drivers in... X-Git-Url: https://code.delx.au/refind/commitdiff_plain/f5ed7fcdc63f887615b5dc3d08990d94a95ccd43 Bug fix: Clear "Binary is whitelisted" message when loading MOK-signed drivers in Secure Boot mode. --- diff --git a/NEWS.txt b/NEWS.txt index b3d016b..91267ca 100644 --- 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. diff --git a/refind/main.c b/refind/main.c index cd13fe8..b9a8e18 100644 --- a/refind/main.c +++ b/refind/main.c @@ -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;