From 90b68db323efdff1a6de29c061d3b8834947e648 Mon Sep 17 00:00:00 2001 From: SergeySlice Date: Mon, 4 Sep 2023 23:16:36 +0300 Subject: [PATCH] fix error in GUID Signed-off-by: SergeySlice --- CloverPackage/utils/nvram/nvram2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloverPackage/utils/nvram/nvram2.c b/CloverPackage/utils/nvram/nvram2.c index 872ca6ab6..b35a3df7a 100644 --- a/CloverPackage/utils/nvram/nvram2.c +++ b/CloverPackage/utils/nvram/nvram2.c @@ -944,7 +944,7 @@ CFDictionaryRef CreateMyDictionary(void) { CFMutableDictionaryRef dict5 = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); - CFDictionarySetValue(dict0, CFSTR(gAppleSecureBootGuid), dict5); + CFDictionarySetValue(dict0, CFSTR(gAppleNvramGuid), dict5); n=0; key[n++] = "gfx-saved-config-restore-status"; key[n++] = "SkipLogo";