Contribute
Register

I got a Ryzen 5 4600G.. and a 4700G.

Yes, the firmware and some of the data is from the Windows software.
A favorite and noticeable way of seeing improvements with each update is in the transition from animated screen saver to desktop, when the animation slows down to stop. I just compared it with my M1 Air, and you know it's very close, I'm sure there's a lot more going on underneath but it's amazing to see the progress. :thumbup:
 
Update to NootedRed.kext, the 'Gate DP delay fix behind boot arg for now' edition has just been released.

 

Attachments

  • Screenshot 2023-11-11 at 11.24.47 AM.png
    Screenshot 2023-11-11 at 11.24.47 AM.png
    85.9 KB · Views: 16
Hello,

I have a 4600G, integrated graphics, and a Gigabyte A520 motherboard.

I've tried, but I haven't succeeded in creating the EFI properly.

Can someone share the EFI file if you have a similar configuration, so I can see where I'm making a mistake?

Edit:
With the help of search, I found a member who has the same motherboard, so I will try with minor modifications.


Edit 2:

- Through the command, I took over Ventura

python3 macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download

- Changed

  • B8000000 0000 => B8 <core count> 0000 0000
  • BA000000 0000 => BA <core count> 0000 0000
  • BA000000 0090 => BA <core count> 0000 0090
  • BA000000 00 => BA <core count> 0000 00
to

  • B8 06 0000 0000
  • BA 06 0000 0000
  • BA 06 0000 0090
  • BA 06 0000 00

because the 4600G has 6 cores.

Then, I modified SMBIOS and UEFI and received the following message:


EaseUS_2023_12_ 6_12_48_03.png


1701865814584.jpg


Edit 3: I am delivering my EFI.

Edit 4: OCAuxiliaryTools says everything is fine:

EaseUS_2023_12_ 6_13_39_29.png
 

Attachments

  • EaseUS_2023_12_ 6_10_03_26.png
    EaseUS_2023_12_ 6_10_03_26.png
    357.8 KB · Views: 15
  • EFI.zip
    5.9 MB · Views: 8
Last edited:
@Ryzentosh
Hi, I have a Gigabyte A520I-AC paired with a Ryzen 7 4700G, so our builds are very close. A couple of things, the only two SSDTs you need are, SSDT-EC-USBX and SSDT-CPUR. Good job on your patches, but did you also change ProcessorType to 1537?, you'll find this under PlatformInfo - Generic in your config.
I have modified my 520 EFI to account for your 6 core Ryzen 5 4600G, see if it works, if it doesn't compare yours with the one I created and make changes.

 

Attachments

  • EFI copy.zip
    28.2 MB · Views: 10
Your Kext folder is interesting, no NootedRed kext!?, compare to mine. Disable WhateverGreen and add NootedRed.
Screenshot 2023-12-06 at 7.58.09 AM.png


 
@Ryzentosh
I spotted a DeviceProperty in your config, NootedRed will conflict with it, best to remove it.
 
Last edited:
To remove NootedRed or WhateverGreen?

I read on the internet that WhateverGreen should be installed first, and after installing macOS, NootedRed should be installed. I'm not sure how accurate this information is. Do I need to have WhateverGreen, NootedRed, or both in the Kexts folder (I am using iGPU)?

And how can I enable/disable the kext for the integrated graphics card?
 
To remove NootedRed or WhateverGreen?

I read on the internet that WhateverGreen should be installed first, and after installing macOS, NootedRed should be installed. I'm not sure how accurate this information is. Do I need to have WhateverGreen, NootedRed, or both in the Kexts folder (I am using iGPU)?

And how can I enable/disable the kext for the integrated graphics card?
Remove or Disable WhateverGreen in your config, I'm not sure how accurate that info is, I have never installed WhateverGreen when using NootedRed and managed to install Sonoma fine. In your config double tap 'Enabled' and click false. I use Propertree to edit my Config.

Screenshot 2023-12-06 at 8.19.49 AM.png
 
Back
Top