I am noob here and have been struggling to start the Ryzentosh. Can someone please point me in the right direction? I have attached the config.plist and error log.
Cheers
The integrated GPU in the R9 7900X CPU is also incompatible with macOS.
So you are wasting your time trying to get your system working with any version of macOS. Unless you can swap the RX 7600 XT for a compatible RX 5000 or RX6000 series AMD GPU.
@SRinzin
you have to read how to build a proper config.plist
you miss ACPI ssdt
Booter quirks
MMIO Whitelist (or quirk combination)
Also your ethenet could not work (if it is the newest realtek)
@SRinzin
you have to read how to build a proper config.plist
you miss ACPI ssdt
Booter quirks
MMIO Whitelist (or quirk combination)
Also your ethenet could not work (if it is the newest realtek)
Hi Fabiosun,
I am not very good at coding I suppose. I have basic computer skills and I tried my best to follow the open core instructions. I couldn’t make it work, hence here I am asking for help. Maybe you could point me in the right direction please?
I do not think
Try to delete -v option (to see apple logo during boot part and no verbose output)
find the latest working EFi for MSI user and try to understand seeing inside it
in short:
AM5 platform need some additional patches (for ACPI, MMIO whitelist, SSDT)
you should find proper MMIO for your MSI with opencore debug and the target set to 67
You should use also SSDTtime ffrom @CorpNewt githb to create proper ssdt for you (For CPU, and USB)
How did you have build OSX installer?
Is it a full installer or a recovery installer?
The second option could not work for you if your motherboard has a realtek 2.5 board but maybe the one in B650 is still supported
Find also a guide how to build a proper debug log, because only you can do this step (post then a debug log and SysReport)
I looked around like you said and got an EFI from a MSI motherboard. I managed to boot to installation but cant progress with "pkdownloaderror error 2".
I have attached the updated EFI file. And I can confirm that my ethernet works in recovery menu. Please help.
I looked around like you said and got an EFI from a MSI motherboard. I managed to boot to installation but cant progress with "pkdownloaderror error 2".
I have attached the updated EFI file. And I can confirm that my ethernet works in recovery menu. Please help.
you can try this config
your <EFI had many errors (it is done for a gigbyte board) , it uses a bootarg for intel ethernet you doesnt have and also MMIO are for other boards
Main error is you do not use in it a Casey patches so your ethernet isnt seen (probably) from OSX
If you want try you can use this config with it
i corrected errors above and disabled mmio for now
If you try clean Nvram on boot menu and then try to see if ethernet works
Hi Fabiosun,
i have tried your config and I get to installation but it doesn’t complete or crashes and restarts. I am currently trying to install on an SSD. Do I have to install it on a NVMe? Your help is much appreciated.
@SRinzin a picture or a video of this crashes could help to understand.
I would create an opencore debug EFI with minimal kexts and SSDT created with SSDTTime and disable Visual amd kernel patches (2 patches in you config.plist kernel section)
A better description of crashes messages could help (bad USB Mapping? not compatible disk? recovery download option works? and so on
I spent last two nights rebuilding everything. I used opencore debug EFI and created SSDT with SSDTTime as per the Dortana guide. I couldnt understand how to disable the visual and kernal patches. I mapped USB, used minimal kexts. Please find the EFI attached below, I have edited the config.plist given by you. I have also added the opencore log. I am getting a stop sign and cant progress further.
How many drives are attached to your system?
When troubleshooting macOS it is always best to only have the macOS drive attached, as it lessens the chance of one of the other drives causing issues.
I would recommend you uninstall all the other drives attached to your system, temporarily until you have finished the macOS installation.
Regarding your EFI folder contents, I would comment as follows:
You don't need the SSDT-PMC.aml table in your setup, this is a specific SSDT for Intel 300 series motherboards. It shouldn't be used with an AMD system.
Your AMD motherboard probably doesn't require the SSDT-USB-Reset.aml table. This SSDT is usually required by Intel 400 series motherboards where the manufacturer has broken the ACPI Spec.
Using BlueToolFixup.kext on its own is unusual to say the least.
If you have a non-native Apple/Broadcom Bluetooth device then you would need two other kexts to have the Bluetooth work.
BrcmFirmwareData.kext
BrcmPatchRAM3.kext
If you have an Intel Bluetooth device, you would need to add two different kexts to your setup for the BT to work.
IntelBluetoothFirmware.kext
IntelBTPatcher.kext
Within your UTBMap.kext:
The XH00 controller is looking to activate 17 x USB ports.
This isn't possible. You need to reduce the number to 15 x ports.
You have too many ports set as Internal (255), a few of them are USB3 ports (SS03 & SS05).
So it is obvious these are set with the wrong connector type.
The XHC2 controller is only activating 1 x USB2 port, this is unlikely to be correct.
Config.plist contents:
You have the first 3 x MmioWhitelist entries set to true/enabled, this is again unusual as the normal setup only has 1 x entry enabled.
Your kexts are out of date, some by a long way.
You need to update your Lilu, VirtualSMC, WhateverGreen, AppleALC, NVMeFix, BlueToolFixup and RestrictEvents kext.
If you aren't using the blackosx\BsxM1 OC bootloader theme, you don't need to mention it in the config.
Mics > Security > SecureBootModel should be set as Disabled, not as Default.
SIP should be partially disabled, i.e set to <03080000> not <00000000>.
Have a look at making the changes above and see how the revised EFI works.
Yay! I got it working. I did all the changes you asked and managed to install Ventura. I tried Sequoia and Sonama but can't load into the installer. I am trying to fix bluetooh and audio. Just realised the Mediakit Wifi card 6E is not compatible but my ethernet is working fine. I will work on it further and when I have it mostly working, I will post on success section so it may help others with similar setups to mine. Your and Fabiosun's help was much needed and appreciated. I'm so happy and excited right now.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.