tluck Posted February 3, 2022 Share Posted February 3, 2022 (edited) On 2/1/2022 at 9:08 PM, Slice said: ./ebuild.sh -clean ./buildme thank you! this proceedure worked along with NOT using /usr/local/bin/python3 (brew v3.9.10) . using built-in /usr/bin/python3 from xcode/macOS (v3.8.9) works. Edited February 3, 2022 by tluck 1 Link to comment Share on other sites More sharing options...
MaLd0n Posted February 5, 2022 Share Posted February 5, 2022 On 2/3/2022 at 6:40 PM, MifJpnAlphaPlus said: I am hoping that someone can try it on the alder lake. just work fine. is tested don't use configurator 2 2 Link to comment Share on other sites More sharing options...
Slice Posted February 5, 2022 Share Posted February 5, 2022 On 2/4/2022 at 12:17 AM, tluck said: thank you! this proceedure worked along with NOT using /usr/local/bin/python3 (brew v3.9.10) . using built-in /usr/bin/python3 from xcode/macOS (v3.8.9) works. Did you mean that our build script contains some incompatibility with Python 3.9? I also have such error and I didn't understand why "buildme" works. Same as https://github.com/scipy/scipy/issues/12935? Link to comment Share on other sites More sharing options...
Slice Posted February 6, 2022 Share Posted February 6, 2022 On 2/5/2022 at 12:58 PM, Slice said: Did you mean that our build script contains some incompatibility with Python 3.9? I also have such error and I didn't understand why "buildme" works. Same as https://github.com/scipy/scipy/issues/12935? I resolved the problem. Now the whole Clover build system is compatible with Python 3.10.2 and I successfully compiled Clover in Monterey 12.3 with gcc-11 and newly installed python 3.10. 6 Link to comment Share on other sites More sharing options...
tluck Posted February 6, 2022 Share Posted February 6, 2022 22 minutes ago, Slice said: I resolved the problem. Now the whole Clover build system is compatible with Python 3.10.2 and I successfully compiled Clover in Monterey 12.3 with gcc-11 and newly installed python 3.10. looks good! tested both python@3.9 and python@3.10 without issue. 3 Link to comment Share on other sites More sharing options...
MacKonsti Posted February 7, 2022 Share Posted February 7, 2022 (edited) Hello everyone. thank you all again for your input, feedback and great work including the developers! Can I ask a kind soul to provide a built and tested Clover binary (rather official) of the new 5144+ release of @Slice from yesterday? Or do you plan @Slice to post this on GitHub? This HwTarget change is rather important Thank you all. P.S. Is HwTarget case-sensitive? I was simply wondering.... TiA Edited February 7, 2022 by MacKonsti Link to comment Share on other sites More sharing options...
Slice Posted February 7, 2022 Share Posted February 7, 2022 4 minutes ago, MacKonsti said: Hello everyone. thank you all again for your input, feedback and great work including the developers! Can I ask a kind soul to provide a built and tested Clover binary (rather official) of the new 5144+ release of @Slice from yesterday? Or do you plan @Slice to post this on GitHub? This HwTarget change is rather important Thank you all. P.S. Is HwTarget case-sensitive? I was simply wondering.... TiA Hello, I can upload fresh version for you today evening if no one did this. HWTarget is case-sensitive. As well as any other config settings. 1 Link to comment Share on other sites More sharing options...
jsl2000 Posted February 7, 2022 Share Posted February 7, 2022 50 minutes ago, Slice said: Hello, I can upload fresh version for you today evening if no one did this. HWTarget is case-sensitive. As well as any other config settings. Thanks and looking forward to this 5144+ version for testing whether reboot loop issue of legacy Clover was fixed or not. Link to comment Share on other sites More sharing options...
MacKonsti Posted February 7, 2022 Share Posted February 7, 2022 (edited) Hello @Slice please if you intend to create a full-package for 5144+ including changes in the config sample, please do not forget my points raised a few days ago here: 2. Missing or not-yet-updated Sample config parameters I know you did not create/add this but it would be useful to include DisabledAML in your sample, Slice, after DisableASPM ? <key>#DisabledAML</key> <array> <string>SSDT-PLUG.aml</string> <string>SSDT-MINE.aml</string> <string>SSDT-OTHER.aml</string> </array> Also the RenameDevices you made us be careful in structure, is still the old version: <key>#RenameDevices</key> <array> <dict> <key>_SB.PCI0.RP09.PXSX</key> <string>SSD0</string> </dict> </array> At that time you were busy and I am not sure if you had managed to fix some last items. Cbacibo! Edited February 7, 2022 by MacKonsti Link to comment Share on other sites More sharing options...
Slice Posted February 7, 2022 Share Posted February 7, 2022 5 hours ago, MacKonsti said: Hello @Slice please if you intend to create a full-package for 5144+ including changes in the config sample, please do not forget my points raised a few days ago here: 2. Missing or not-yet-updated Sample config parameters I know you did not create/add this but it would be useful to include DisabledAML in your sample, Slice, after DisableASPM ? <key>#DisabledAML</key> <array> <string>SSDT-PLUG.aml</string> <string>SSDT-MINE.aml</string> <string>SSDT-OTHER.aml</string> </array> Also the RenameDevices you made us be careful in structure, is still the old version: <key>#RenameDevices</key> <array> <dict> <key>_SB.PCI0.RP09.PXSX</key> <string>SSD0</string> </dict> </array> At that time you were busy and I am not sure if you had managed to fix some last items. Cbacibo! OK, I did this. This is EFI folder sample with today Clover version. Clover5144Plus.7z 3 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted February 7, 2022 Share Posted February 7, 2022 (edited) 7 hours ago, MacKonsti said: Hello @Slice please if you intend to create a full-package for 5144+ including changes in the config sample, please do not forget my points raised a few days ago here: 2. Missing or not-yet-updated Sample config parameters I know you did not create/add this but it would be useful to include DisabledAML in your sample, Slice, after DisableASPM ? <key>#DisabledAML</key> <array> <string>SSDT-PLUG.aml</string> <string>SSDT-MINE.aml</string> <string>SSDT-OTHER.aml</string> </array> Hi @MacKonsti I use the existing key SortedOrder to disable the SSDT of my choice. It works very well (I think). Example below: <key>SortedOrder</key> <array> <string>SSDT-PLUG.aml</string> <string>#SSDT-MaLdOn.aml</string> <string>#SSDT-USB.aml</string> </array> Edited February 7, 2022 by Matgen84 3 Link to comment Share on other sites More sharing options...
Allan Posted February 7, 2022 Share Posted February 7, 2022 Still facing no NVRam written on my Acer Laptop with this last Clover (beta) release....🤔 Link to comment Share on other sites More sharing options...
Slice Posted February 7, 2022 Share Posted February 7, 2022 23 minutes ago, Allan said: Still facing no NVRam written on my Acer Laptop with this last Clover (beta) release....🤔 May be you should install SSDT_PMC? I don't remember if I made alternative to it. 2 1 Link to comment Share on other sites More sharing options...
Allan Posted February 8, 2022 Share Posted February 8, 2022 7 hours ago, Slice said: May be you should install SSDT_PMC? I don't remember if I made alternative to it. I'll try it again. And just to confirm, I just need to put this SSDT at the ACPI/patched folder and use the SortedOrder at the config.plist? Thank you 🙂 Link to comment Share on other sites More sharing options...
Slice Posted February 8, 2022 Share Posted February 8, 2022 3 hours ago, Allan said: I'll try it again. And just to confirm, I just need to put this SSDT at the ACPI/patched folder and use the SortedOrder at the config.plist? Thank you 🙂 In this case SortedOrder is not needed. This aml has no dependency on others. 3 1 Link to comment Share on other sites More sharing options...
calmesal Posted February 8, 2022 Share Posted February 8, 2022 On 2/2/2022 at 9:20 PM, calmesal said: Hi! Updated to Monterey 12.2 from 12.1 using OC latest without hicks. But when I tried to boot it with clover latest 5144 nothing happens, just a black screen after clovers graphical menu choosing MacOSX. Any ides? Here's my clover config. config.plist.zip 3.5 kB · 1 download Any body know what is this mean when trying to load Monterey 12.2 using clover? Link to comment Share on other sites More sharing options...
jsl2000 Posted February 8, 2022 Share Posted February 8, 2022 (edited) 16 hours ago, Slice said: OK, I did this. This is EFI folder sample with today Clover version. Clover5144Plus.7z 1.68 MB · 11 downloads I can confirm that this 5144+ version can not fix previous reboot loop issue of legacy Clover yet. The crash report of installation was attached for your reference of debug. preboot.log [Edit] Good news: it fixed the crash issue of Firefox & Google Chrome at 12.3beta. Edited February 8, 2022 by jsl2000 1 Link to comment Share on other sites More sharing options...
PG7 Posted February 10, 2022 Share Posted February 10, 2022 Clover Plus "Slice" work Fast Update Monterey 12.2.1 OK Spoiler 2 Link to comment Share on other sites More sharing options...
SavageAUS Posted February 11, 2022 Share Posted February 11, 2022 OK, I did this. This is EFI folder sample with today Clover version.Clover5144Plus.7zIs this version only available here? Not on GitHub?Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
Slice Posted February 11, 2022 Share Posted February 11, 2022 3 hours ago, SavageAUS said: Is this version only available here? Not on GitHub? Sent from my iPhone using Tapatalk It is not a release. It is just daily compilation. If there will be no new corrections I will make a new release. 4 Link to comment Share on other sites More sharing options...
SavageAUS Posted February 12, 2022 Share Posted February 12, 2022 It is not a release. It is just daily compilation. If there will be no new corrections I will make a new release.Just updated my AMD machine to 5144+ It boots but google chrome, Logitech ghub and GitHub desktop still crash. No such crash with OpenCore. Sent from my iPhone using Tapatalk 1 Link to comment Share on other sites More sharing options...
Slice Posted February 12, 2022 Share Posted February 12, 2022 3 hours ago, SavageAUS said: Just updated my AMD machine to 5144+ It boots but google chrome, Logitech ghub and GitHub desktop still crash. No such crash with OpenCore. Sent from my iPhone using Tapatalk It works Or some security problem? 1 Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted February 12, 2022 Share Posted February 12, 2022 @SavageAUS I am using github desktop with clover on 2 different machines. No isssue. Didn't you change your some values in the CPU section because your gui animations were too fast when using clover? Maybe this is causing the crashes. Link to comment Share on other sites More sharing options...
kushwavez Posted February 12, 2022 Share Posted February 12, 2022 (edited) And also what did the crashlog say? Edited February 12, 2022 by kushwavez Link to comment Share on other sites More sharing options...
SavageAUS Posted February 12, 2022 Share Posted February 12, 2022 [mention=1083558]SavageAUS[/mention] I am using github desktop with clover on 2 different machines. No isssue. Didn't you change your some values in the CPU section because your gui animations were too fast when using clover? Maybe this is causing the crashes.Animation issues were fixed in later macOS release no changes to clover. GitHub desktop works fine with OpenCore but not Clover. I have previously posted my configs with no luck. I will post them again later for comparison. It’s not a security problem as all apps work fine with OpenCore. Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
Recommended Posts