Jump to content
30960 posts in this topic

Recommended Posts

3 hours ago, Matgen84 said:

HI All

 

On Sonoma, Clover 5154 latest commit don't inject SSDT-USB.aml from USB key. There is no problem when I boot from the Hard Disk.

 

Any ideas, please.

The idea is to look you USB files tree.

  • Like 1

Hi, Slice:

I need install BCM43xx WiFi adapter at Sonoma and in OpenCore it need Kernel>Block

Screenshot 2023-08-13 at 9.36.35 AM.png

How can I convert this in Clover 515x ?

Edited by jsl2000
  • Like 2
3 hours ago, jsl2000 said:

Hi, Slice:

I need install BCM43xx WiFi adapter at Sonoma and in OpenCore it need Kernel>Block

Screenshot 2023-08-13 at 9.36.35 AM.png

How can I convert this in Clover 515x ?

There is no such settings in Clover. There is an entry in Clover GUI "block kext" but it should be used once. I don't know if it is enough.

A developer with such hardware should investigate what is needed. 

Simplest way is to delegate such settings to imbedded OC. May be do this not common but only for skywalk.

More information needed.

  • Like 1
4 hours ago, Stefanalmare said:

@Slice, how can I monitorize CPU 1st generation freqvency? Thank you!

FakeSMC+IntelCPUMonitor exists from 2009 tuned for Core2Duo as well.

The link is in my signature.

  • Like 1
2 hours ago, Stefanalmare said:

 

I need it for a real iMac. If I put FakeSMC in real Mac it will work?

Never tested. In theory it may work but will interfere with embedded SMC controller. I don't know how.

Did you look something like iStat? It is intended for real Macs but I am not sure about frequency.

 

33 minutes ago, Slice said:

Never tested. In theory it may work but will interfere with embedded SMC controller. I don't know how.

Did you look something like iStat? It is intended for real Macs but I am not sure about frequency.

 

 

It doesn't work. iStat same. All is related with Intel power Gadget and this one doesn't work with 1st generation. The only solution is trough terminal, like this:

sudo powermetrics | grep "CPU Average frequency as fraction of nominal"

14 hours ago, Slice said:

Never tested. In theory it may work but will interfere with embedded SMC controller. I don't know how.

Did you look something like iStat? It is intended for real Macs but I am not sure about frequency.

 

 

@Stefanalmare I rried FakeSMC+IntelCPUMonitor on my iMac11,3. It shows temps (some values are false), fan speeds, voltage  and RAM but not frequency:

 

Spoiler

Bildschirmfoto2023-08-15um10_56_18.thumb.png.a127856c9764c5792be2ebf3f960d0d9.png

 

I tried VIrtualSMC as well. No luck. Generating an SSDT-PM with ssdtPRGen didn't work either, even after I added the CPU data manully. Intel Power Gadget doesn't support it either. 1st Gen Intel Core is weird like that, I guess.

 

Edited by cankiulascmnfye
53 minutes ago, cankiulascmnfye said:

 

@Stefanalmare I rried FakeSMC+IntelCPUMonitor on my iMac11,3. It shows temps (some values are false), fan speeds, voltage  and RAM but not frequency:

 

  Hide contents

Bildschirmfoto2023-08-15um10_56_18.thumb.png.a127856c9764c5792be2ebf3f960d0d9.png

 

I tried VIrtualSMC as well. No luck. Generating an SSDT-PM with ssdtPRGen didn't work either, even after I added the CPU data manully. Intel Power Gadget doesn't support it either. 1st Gen Intel Core is weird like that, I guess.

 

 

Same here.

I know the method to measure CPU frequency. It is in IntelCPUmonitor but the kext send values to FakeSMC.

One developer can create such kext which will send values to IOReg. And then an application that can get the value to show us. It maybe Kozlek's branch of HWMonitor.

  • Like 2

Thanks for Clover dev team esp. Slice who provide us the wonderful bootloader for hackintoshs.

For example Clover 5151 can boot my M5A (FX-6300) hackintosh at Sonoma 14.0 beta 5 now which can not be done with OpenCore 0.9.4 due to lack of RadeonDeInit function for RX-560 GPU.

Only one disadvantage or bug found by legacy booting Clover in which loss of boot-args in NVRAM.

Can it be fixed ? Because without boot-args I can not disable AMFI to run OCLP patch anymore.

Screenshot 2023-08-20 at 9.06.40 AM.png

Edited by jsl2000
  • Like 1
7 hours ago, jsl2000 said:

Thanks for Clover dev team esp. Slice who provide us the wonderful bootloader for hackintoshs.

For example Clover 5151 can boot my M5A (FX-6300) hackintosh at Sonoma 14.0 beta 5 now which can not be done with OpenCore 0.9.4 due to lack of RadeonDeInit function for RX-560 GPU.

Only one disadvantage or bug found by legacy booting Clover in which loss of boot-args in NVRAM.

Can it be fixed ? Because without boot-args I can not disable AMFI to run OCLP patch anymore.

Screenshot 2023-08-20 at 9.06.40 AM.png

Why no boot-args? How can you imagine macOS without boot-args?

Clover is working with boot-args more correct then OC. I just don't remember details.

But I don't know what is needed for AMFI with OCLP.

What if you write Arguments="amfi=0x80"?

  • Like 2
21 minutes ago, Slice said:

Why no boot-args? How can you imagine macOS without boot-args?

Clover is working with boot-args more correct then OC. I just don't remember details.

But I don't know what is needed for AMFI with OCLP.

What if you write Arguments="amfi=0x80"?

In my Clover 5151's config.plist there's boot-args="amfi=0x80 ", but after login desktop Hackintool showed no boot-args any more.

I don't know the reason why happened after login desktop.

  • Like 1
  • Sad 1
52 minutes ago, Slice said:

This is Hackintool problem. It also shown me no audio while I listen Music.

Make "sudo nvram amfi=0x80" to see if it will be enough for AMFI.

I need sudo nvram boot-args =“amfi=0x80” to get it back

 

  • Like 1
On 8/20/2023 at 3:13 AM, jsl2000 said:

Thanks for Clover dev team esp. Slice who provide us the wonderful bootloader for hackintoshs.

For example Clover 5151 can boot my M5A (FX-6300) hackintosh at Sonoma 14.0 beta 5 now which can not be done with OpenCore 0.9.4 due to lack of RadeonDeInit function for RX-560 GPU.

Only one disadvantage or bug found by legacy booting Clover in which loss of boot-args in NVRAM.

Can it be fixed ? Because without boot-args I can not disable AMFI to run OCLP patch anymore.

Screenshot 2023-08-20 at 9.06.40 AM.png



solution Youtube

  • Like 2
  • Thanks 1

Hi All

 

Z390 rig (SMBIOS iMac20,1 - Clover 5154 - Sonoma Beta 6)

 

After a coupe of hours, I don't find the solution: csrutil disable command don't work on Recovery mode (Sonoma). There is this error message: "csrutil failed to update system integrity configuration. failed to set csr-active-config" Don't work too: csrutil authenticated-root disable.

[Clover] I put csr-active-config to 0x0 (Enable SIP) in the config.plist. Perhaps, there is something wrong in config.plist, below ? Could you have a look !

Do you have a solution, please

config.plist

Edited by Matgen84
On 8/24/2023 at 9:27 PM, PG7 said:



solution Youtube

Thanks for your instruction.

I have applied another way via Terminal: sudo nvram boot-args="amfi=0x80" which's working for me now !

  • Like 1
×
×
  • Create New...