From f663e8fc102a58a85961d9cf481c95d5522df5fe Mon Sep 17 00:00:00 2001 From: jief666 Date: Sun, 27 Sep 2020 23:02:38 +0300 Subject: [PATCH] Force OC CustomSmbiosGuid to false. --- rEFIt_UEFI/refit/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rEFIt_UEFI/refit/main.cpp b/rEFIt_UEFI/refit/main.cpp index 356b3bae8..6fcdcb34f 100644 --- a/rEFIt_UEFI/refit/main.cpp +++ b/rEFIt_UEFI/refit/main.cpp @@ -1597,7 +1597,9 @@ DBG("Beginning OC\n"); } #endif - + #ifndef USE_OC_SECTION_PlatformInfo + mOpenCoreConfiguration.Kernel.Quirks.CustomSmbiosGuid = false; //already done by CLover. + #endif // mOpenCoreConfiguration.Uefi.Output.ProvideConsoleGop = true; OC_STRING_ASSIGN(mOpenCoreConfiguration.Uefi.Output.Resolution, XString8(GlobalConfig.ScreenResolution).c_str()); OcMain(&mOpenCoreStorage, NULL);