Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

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 by tluck
  • Like 1
Link to comment
Share on other sites

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

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.

  • Like 6
Link to comment
Share on other sites

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.

  • Like 3
Link to comment
Share on other sites

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 by MacKonsti
Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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

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 by MacKonsti
Link to comment
Share on other sites

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

  • Like 3
  • Thanks 1
Link to comment
Share on other sites

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 by Matgen84
  • Like 3
Link to comment
Share on other sites

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

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.

  • Like 3
  • Thanks 1
Link to comment
Share on other sites

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?

IMG_2336.JPG

Link to comment
Share on other sites

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 by jsl2000
  • Sad 1
Link to comment
Share on other sites

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.

  • Like 4
Link to comment
Share on other sites

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
  • Sad 1
Link to comment
Share on other sites

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

Screenshot 2022-02-12 at 08.30.33.png

Or some security problem?

Screenshot 2022-02-12 at 08.28.04.png

 

  • Like 1
Link to comment
Share on other sites

@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

[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

×
×
  • Create New...