iCanaro Posted October 14, 2020 Share Posted October 14, 2020 1 hour ago, 5T33Z0 said: Is there any official documentation of how to manually upgrade from Clover 5122 (with working OcQuiks) to 5124? Because I can't get this to work. Any current, up-to-date Documentation would be fine up at this point. is a series of works in progress, you have to read at least the last 10 pages to understand the thread of history 21 minutes ago, ameenjuz said: compiling failed with xcode12 anyone help me 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740487 Share on other sites More sharing options...
cyrhex Posted October 14, 2020 Share Posted October 14, 2020 can anyone help me?i cant reach the desktop using 5124 im on catalina,,thnx in advance debug.log Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740489 Share on other sites More sharing options...
ITzTravelInTime Posted October 15, 2020 Share Posted October 15, 2020 Hi guys, how can i upgrade my config from r5122 to r5124? i can't boot yet i am on a x99 hackintosh config 3.plist 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740505 Share on other sites More sharing options...
Mirone Posted October 15, 2020 Share Posted October 15, 2020 @ITzTravelInTime, Try this: config.plist.zip 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740507 Share on other sites More sharing options...
Mirone Posted October 15, 2020 Share Posted October 15, 2020 11 hours ago, iCanaro said: I just tested on Z68, Z97, Z170 and Z370 and the CPU is detected correctly I compiled clover this instant (commit 48fb8c757), and my core i7 - 8700K continues to be shown as "Unknown". 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740508 Share on other sites More sharing options...
naiclub Posted October 15, 2020 Share Posted October 15, 2020 (edited) Spoiler More injections Injection more straight cpu type Spoiler AcpiPatcher.cpp Has it been resolved? Update slightly Most recently, it can now boot into High_Sierra. But the custom Acpi dsdt.aml still doesn't work. bdmesg.log Edited October 15, 2020 by naiclub 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740509 Share on other sites More sharing options...
Mirone Posted October 15, 2020 Share Posted October 15, 2020 @naiclub, Yes, I injected the value of 0x705 into CPU/Type in my config.plist and now everything works fine, but with previous versions of clover i don't need to do this. 2 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740510 Share on other sites More sharing options...
SavageAUS Posted October 15, 2020 Share Posted October 15, 2020 @Jief_Machak @Slice it would seem clover needs to implement secure boot function for Big Sur to be able to update. As reported on the Big Sur thread. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740512 Share on other sites More sharing options...
Henry2010 Posted October 15, 2020 Share Posted October 15, 2020 (edited) 6 hours ago, 5T33Z0 said: Is there any official documentation of how to manually upgrade from Clover 5122 (with working OcQuiks) to 5124? Because I can't get this to work. Any current, up-to-date Documentation would be fine up at this point. Unpack 5124.pkg and find the config-sample.plist, C&P the new Quirks into your old plist or compare them and edit, and it should work just fine. Quote The VirtualSmc.efi drivers is only for FileVault. Go to VirtualSMC topic for more informations, if you want. The last @Slice FakeSMC.kext works fine on my system. @Matgen84 Thanks. I guess we should keep it, in case one day we turn on FileVault and forget to add this VirtualSMC.efi file. Edited October 15, 2020 by Henry2010 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740513 Share on other sites More sharing options...
Matgen84 Posted October 15, 2020 Share Posted October 15, 2020 Hi @Slice I can't build latest commit 48fb8c7 Spoiler CPP] kernel_patcher /Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/kext_inject.cpp:147:92: error: variable 'Status' is uninitialized when used here [-Werror,-Wuninitialized] MsgLog("Failed to load extra kext : %ls status=%s\n", TempName.wc_str(), efiStrError(Status)); ^~~~~~ /Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/Platform.h:41:34: note: expanded from macro 'MsgLog' #define MsgLog(...) DebugLog(1, __VA_ARGS__) ^~~~~~~~~~~ /Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/kext_inject.cpp:137:21: note: initialize the variable 'Status' to silence this warning EFI_STATUS Status; ^ = 0 1 error generated. make: *** [/Users/mathieu/src/Cloverbootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit/OUTPUT/Platform/kext_inject.obj] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/Users/mathieu/src/Cloverbootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit] build.py... : error F002: Failed to build module /Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/refit.inf [X64, XCODE8, RELEASE] - Failed - Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740515 Share on other sites More sharing options...
naiclub Posted October 15, 2020 Share Posted October 15, 2020 2 minutes ago, Matgen84 said: Hi @Slice I can't build latest commit 48fb8c7 Hide contents CPP] kernel_patcher /Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/kext_inject.cpp:147:92: error: variable 'Status' is uninitialized when used here [-Werror,-Wuninitialized] MsgLog("Failed to load extra kext : %ls status=%s\n", TempName.wc_str(), efiStrError(Status)); ^~~~~~ /Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/Platform.h:41:34: note: expanded from macro 'MsgLog' #define MsgLog(...) DebugLog(1, __VA_ARGS__) ^~~~~~~~~~~ /Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/kext_inject.cpp:137:21: note: initialize the variable 'Status' to silence this warning EFI_STATUS Status; ^ = 0 1 error generated. make: *** [/Users/mathieu/src/Cloverbootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit/OUTPUT/Platform/kext_inject.obj] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/Users/mathieu/src/Cloverbootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit] build.py... : error F002: Failed to build module /Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/refit.inf [X64, XCODE8, RELEASE] - Failed - Can you sort the compilation to look at it? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740516 Share on other sites More sharing options...
Matgen84 Posted October 15, 2020 Share Posted October 15, 2020 (edited) 5 minutes ago, naiclub said: Can you sort the compilation to look at it? Just click on "Reveal Hidden contents" in my post to see error message Edited October 15, 2020 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740517 Share on other sites More sharing options...
Slice Posted October 15, 2020 Share Posted October 15, 2020 @Matgen84 Fixed. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740526 Share on other sites More sharing options...
Matgen84 Posted October 15, 2020 Share Posted October 15, 2020 (edited) 20 minutes ago, Slice said: @Matgen84 Fixed. Thanks a lot. Sorry for Off-Topic question: with Clover r5123, csr-active = 0x67, I can update Big Sur Beta 8 to 9. Now with r5124, csr-active = 0x67 or 0x0, I have only Full Installer Beta 9 (I suppose) instead of Update Beta 10. Any ideas, please. @Slice I can't build commit 11e2e38 Spoiler Processing meta-data . Architecture(s) = X64 Build target = RELEASE Toolchain = XCODE8 Active Platform = /Users/mathieu/src/Cloverbootloader/Clover.dsc build.py... /Users/mathieu/src/Cloverbootloader/CloverEFI/OsxDxeIpl/DxeIpl.inf(-1): error 000E: File/directory not found in workspace /Users/mathieu/src/Cloverbootloader/IntelFrameworkPkg/IntelFrameworkPkg.dec - Failed - Edited October 15, 2020 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740527 Share on other sites More sharing options...
Slice Posted October 15, 2020 Share Posted October 15, 2020 @Matgen84 Fixed. Next commit. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740530 Share on other sites More sharing options...
corint1 Posted October 15, 2020 Share Posted October 15, 2020 after update to big sur beta 10 , clover dont boot ...KP... :((((( 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740533 Share on other sites More sharing options...
SavageAUS Posted October 15, 2020 Share Posted October 15, 2020 1 minute ago, corint1 said: after update to big sur beta 10 , clover dont boot ...KP... :((((( Be patient. Im about to update my AMD rig then I’ll update Intel laptop (with OC) and post results. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740534 Share on other sites More sharing options...
Matgen84 Posted October 15, 2020 Share Posted October 15, 2020 13 minutes ago, 5T33Z0 said: Why would I unpack the pkg when I can just download the zip from github??? Oh, you didn't know there's github for clover? I tried merging the plist already, line by line > fail I tried using the old and just adding the quirks > fail updating files one by one >fail updating drivers and kexts > fail What else shall I doe This shouldn't happen. I'm quitting Clover. I've had enough. @5T33Z0 I understand what you are saying. Have you tried to adapt the quirks to your Comet Lake, following the directions given in the Dortinia Guide. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740535 Share on other sites More sharing options...
kushwavez Posted October 15, 2020 Share Posted October 15, 2020 So the updater doesn't show me the Beta 10 update, saying I'm up-to-date. I have to run the macOSDeveloperBeta16AccessUtility.dmg in order to start the update process, but it's downloading a 12 GB update instead of 4 GB. I have disabled SIP by CsrActiveConfig=0xFFF 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740541 Share on other sites More sharing options...
corint1 Posted October 15, 2020 Share Posted October 15, 2020 don't bother anymore ... clover doesn't boot in beta 10, nor opencore, if secureboot is set to default or enable, you get kp ... in clover there is no such setting yet ... Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740542 Share on other sites More sharing options...
SavageAUS Posted October 15, 2020 Share Posted October 15, 2020 Just now, corint1 said: don't bother anymore ... clover doesn't boot in beta 10, nor opencore, if secureboot is set to default or enable, you get kp ... in clover there is no such setting yet ... Has anyone besides yourself confirmed this? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740543 Share on other sites More sharing options...
corint1 Posted October 15, 2020 Share Posted October 15, 2020 not yet ... because it's still struggling to get the updates to beta 10 ... without secureboot disable, you only get install full, which is beta 8 ... not even in opencore until you set secure boot to disable, you can't update at beta 10 ... it's verified we must waiting ... 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740544 Share on other sites More sharing options...
Matgen84 Posted October 15, 2020 Share Posted October 15, 2020 41 minutes ago, corint1 said: not yet ... because it's still struggling to get the updates to beta 10 ... without secureboot disable, you only get install full, which is beta 8 ... not even in opencore until you set secure boot to disable, you can't update at beta 10 ... it's verified we must waiting ... @corint1 Same here, but I only get Full Beta 10 instead of update Beta 10 (csr-active=0x67). Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740550 Share on other sites More sharing options...
LockDown Posted October 15, 2020 Share Posted October 15, 2020 19 minutes ago, Matgen84 said: 12GB Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740554 Share on other sites More sharing options...
Matgen84 Posted October 15, 2020 Share Posted October 15, 2020 7 minutes ago, ellaosx said: 12GB @ellaosx Have a look to my post: it's the full Installer for Beta 10. I can't get delta update (4GB) Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/946/#findComment-2740557 Share on other sites More sharing options...
Recommended Posts