MacKonsti Posted May 15, 2021 Share Posted May 15, 2021 Hi @Slice thanks for releasing r5135 please if you have time, don't forget to update the other thread here on InsanelyMac where you update the release notes and/or major fixes/changes in the configuration too. 4 Link to comment Share on other sites More sharing options...
Allan Posted May 15, 2021 Share Posted May 15, 2021 Clover updated and my Catalina booted successfully! Thank you Clove team 5 Link to comment Share on other sites More sharing options...
Slice Posted May 16, 2021 Share Posted May 16, 2021 @LAbyOne My congratulations! 2 1 Link to comment Share on other sites More sharing options...
SavageAUS Posted May 16, 2021 Share Posted May 16, 2021 (edited) Is there a way to make this work with clover? https://forum.amd-osx.com/index.php?threads/fix-cpu-name-with-restrictevents.1736/ Edit: Nevermind - Working Edited May 16, 2021 by SavageAUS 1 Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted May 16, 2021 Share Posted May 16, 2021 INFO: I've added an english translation of the Clover Manual for all the available options, patches and fixes in the ACPI Section of my Clover Update Guide. So, if you ever wondered what all these checkboses, fields and drop down menus do, this might be interesting to you. Link to comment Share on other sites More sharing options...
Matgen84 Posted May 16, 2021 Share Posted May 16, 2021 17 minutes ago, 5T33Z0 said: INFO: I've added an english translation of the Clover Manual for all the available options, patches and fixes in the ACPI Section of my Clover Update Guide. So, if you ever wondered what all these checkboses, fields and drop down menus do, this might be interesting to you. Thanks for spending time translating 1 Link to comment Share on other sites More sharing options...
AntarcticP Posted May 16, 2021 Share Posted May 16, 2021 (edited) Hi @Slice Using legacy boot (LegacyBIOSDefault) on my AMD 8350fx. Clover is working until version 5130 but every newer version gives me the 'purple screen of death' --> purple error messages when normally Clover should give its boot options. So I still see the version number flash on my screen, but then nothing. I have a cleaned up Plist, so this should be OK. Any idea what is causing this? Any changes to Legacy boot >5130 ? On my Intel laptop latest Clover is working. Thanks! Edited May 16, 2021 by AntarcticP Link to comment Share on other sites More sharing options...
Slice Posted May 16, 2021 Share Posted May 16, 2021 9 hours ago, AntarcticP said: Hi @Slice Using legacy boot (LegacyBIOSDefault) on my AMD 8350fx. Clover is working until version 5130 but every newer version gives me the 'purple screen of death' --> purple error messages when normally Clover should give its boot options. So I still see the version number flash on my screen, but then nothing. I have a cleaned up Plist, so this should be OK. Any idea what is causing this? Any changes to Legacy boot >5130 ? On my Intel laptop latest Clover is working. Thanks! Produce, please, debug.log with 5135. <key>Boot</key> <dict> <key>Debug</key> <true/> After unsuccessful boot you can found ***.log file in the folder /EFI/CLOVER/misc Link to comment Share on other sites More sharing options...
Jief_Machak Posted May 16, 2021 Share Posted May 16, 2021 On 5/15/2021 at 5:57 PM, Slice said: Resolved! @Jief_Machak Look commit a9cb692f6 + MenuEntryOptions.Image.ImageNight.setEmpty(); MenuEntryOptions.Image = ThemeX.GetIcon(BUILTIN_ICON_FUNC_OPTIONS); Strange that setEmpty() is needed to close the bug. Assignment must be enough but no. Yes, operator = should be enough. Operator = assign and therefore totally replace the old value, like operator = for integers does. But instead of working around by adding a setEmpty(), it's better to fix the operator = implementation in XIcon.cpp. Link to comment Share on other sites More sharing options...
LAbyOne Posted May 16, 2021 Share Posted May 16, 2021 3 hours ago, MifJpn said: @LAbyOne I'm an unforgivable demon, so tranquilizers don't work anymore. I'm going to see my psychiatrist tomorrow. Alpha999 will do the rest. sorry. Don't be mate, take good care of yourself and be back soon. 2 1 Link to comment Share on other sites More sharing options...
Slice Posted May 17, 2021 Share Posted May 17, 2021 9 hours ago, Jief_Machak said: Yes, operator = should be enough. Operator = assign and therefore totally replace the old value, like operator = for integers does. But instead of working around by adding a setEmpty(), it's better to fix the operator = implementation in XIcon.cpp. Thanks, will do. Link to comment Share on other sites More sharing options...
Jief_Machak Posted May 17, 2021 Share Posted May 17, 2021 21 minutes ago, Slice said: Thanks, will do. Oups, no offense, I just did it... I have another question : @MacKonsti pointed that FixHeaders exists in 2 places : ACPI and AXPI/DSDT/Fixes. Which is the more logical/obvious place ? Then, I'll put a warning in Validator asking to move it, and also a warning if both are defined. Link to comment Share on other sites More sharing options...
LockDown Posted May 17, 2021 Share Posted May 17, 2021 where can i find @MacKonsti's writeup about clover's config? Link to comment Share on other sites More sharing options...
Jief_Machak Posted May 17, 2021 Share Posted May 17, 2021 You can't, sorry. CI failed, but it's compiling fine here. Anyone knows about that ? I didn't setup the CI... Link to comment Share on other sites More sharing options...
Slice Posted May 17, 2021 Share Posted May 17, 2021 1 hour ago, Jief_Machak said: Oups, no offense, I just did it... I have another question : @MacKonsti pointed that FixHeaders exists in 2 places : ACPI and AXPI/DSDT/Fixes. Which is the more logical/obvious place ? Then, I'll put a warning in Validator asking to move it, and also a warning if both are defined. FixHeaders is more logical out of DSDT because it works with other ACPI tables. 1 2 Link to comment Share on other sites More sharing options...
LockDown Posted May 17, 2021 Share Posted May 17, 2021 (edited) @Slice Enabling it outside, clover gui menu report it as disabled. If I enable it under fixes, then it is enabled in gui menu Edited May 17, 2021 by ellaosx 1 1 Link to comment Share on other sites More sharing options...
Jief_Machak Posted May 17, 2021 Share Posted May 17, 2021 39 minutes ago, ellaosx said: If I enable it under fixes, then it is enabled in gui menu Thanks, I'll fix that. 1 Link to comment Share on other sites More sharing options...
MacKonsti Posted May 17, 2021 Share Posted May 17, 2021 (edited) Thanks @Slice and @ellaosx ! Please @Jief_Machak kindly update the validator too? Thanks everyone, have a good week. Edited May 17, 2021 by MacKonsti 2 Link to comment Share on other sites More sharing options...
naiclub Posted May 17, 2021 Share Posted May 17, 2021 On 5/15/2021 at 9:44 PM, chris1111 said: New theme CloverLight available in the repos Github Clover theme also in my signature Clover Themes The theme are really nice Enjoy I have gone to use it. Is that it is very beautiful 2 Link to comment Share on other sites More sharing options...
Slice Posted May 17, 2021 Share Posted May 17, 2021 9 hours ago, Jief_Machak said: Oups, no offense, I just did it... Working fine. Link to comment Share on other sites More sharing options...
AntarcticP Posted May 17, 2021 Share Posted May 17, 2021 21 hours ago, Slice said: Produce, please, debug.log with 5135. <key>Boot</key> <dict> <key>Debug</key> <true/> After unsuccessful boot you can found ***.log file in the folder /EFI/CLOVER/misc Hi Slice thanks, booted with the debug key. Hope you can find some clues in my log file on what is causing the crash. 2021-05-17_16-09_CLOVERX64.EFI.log Link to comment Share on other sites More sharing options...
Slice Posted May 17, 2021 Share Posted May 17, 2021 @all FakeCPUID is not working since? Link to comment Share on other sites More sharing options...
Slice Posted May 17, 2021 Share Posted May 17, 2021 35 minutes ago, AntarcticP said: Hi Slice thanks, booted with the debug key. Hope you can find some clues in my log file on what is causing the crash. 2021-05-17_16-09_CLOVERX64.EFI.log 18.67 kB · 1 download As I see boot process stops here 3:697 0:002 Searching volumes for latest nvram.plist ... 3:701 0:003 Modified = 2021-5-17 16:9:0 (3903955740000 ms) 3:704 0:003 - newer - will use this one It is not normal. Consider to manually delete nvram.plist from all volumes. Link to comment Share on other sites More sharing options...
AntarcticP Posted May 17, 2021 Share Posted May 17, 2021 1 hour ago, Slice said: As I see boot process stops here 3:697 0:002 Searching volumes for latest nvram.plist ... 3:701 0:003 Modified = 2021-5-17 16:9:0 (3903955740000 ms) 3:704 0:003 - newer - will use this one It is not normal. Consider to manually delete nvram.plist from all volumes. Deleted my NVRAM.plist and now getting the following message in the log. Clover still crashes. 29:055 0:002 Searching volumes for latest nvram.plist ... 29:059 0:004 - [0] no nvram.plist - skipping! Link to comment Share on other sites More sharing options...
Allan Posted May 18, 2021 Share Posted May 18, 2021 Hey guys, I have a little doubt. AFAIK for BS there's no more USB Port limit patch (last one is for Catalina and is DISABLED on my Hack install). So after doing the USB mapping, we need to keep XhciPortLimit quirk enabled? Link to comment Share on other sites More sharing options...
Recommended Posts