Contribute
Register

MSI PRO Z690 A DDR4 + i7-12700K + AMD RX 580

Hello everyone,

I'm currently in the process of updating from Mojave to Ventura. I've already updated OpenCore (OC) and all the necessary Kexts. While I can still successfully boot into Mojave, I'm encountering an issue when attempting to boot into the Ventura installer.

If anyone could assist me in troubleshooting this error, I would greatly appreciate it.
 

Attachments

  • unnamed2.jpeg
    unnamed2.jpeg
    1.4 MB · Views: 33
Hello everyone,

I'm currently in the process of updating from Mojave to Ventura. I've already updated OpenCore (OC) and all the necessary Kexts. While I can still successfully boot into Mojave, I'm encountering an issue when attempting to boot into the Ventura installer.

If anyone could assist me in troubleshooting this error, I would greatly appreciate it.
1. What EFI do you using? Have you tried NATA's EFI?
2. What BIOS release?
3. What OpenCore version?
 
1. What EFI do you using? Have you tried NATA's EFI?
2. What BIOS release?
3. What OpenCore version?
1- I'm using an EFI I did, using as a base the initial NorthAmTransAm EFI.
2- BIOS version 7D25vA9
3- OpenCore 0.9.4
 
1. You have two identical blocks in ACPI patch. This one look redundant:
<dict>
<key>Base</key>
<string></string>
<key>BaseSkip</key>
<integer>0</integer>
<key>Comment</key>
<string>change MC__ to MCHC</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>TUNfXw==</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data>SWdmeFNzZHQ=</data>
<key>Replace</key>
<data>TUNIQw==</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data>U1NEVA==</data>
</dict>

2. In DeviceProperties blocks for Radeon RX 580 looks redundant. GPU has to start "from box".
3. WhateverGreen.kext in Ventura redundant.
4. Try to disable IntelBluetoothFirmware.kext, IntelBTPatcher.kext, BlueToolFixup.kext, AirportBrcmFixup.kext, AirportItlwm.kext, IntelMausi.kext.
 
1. You have two identical blocks in ACPI patch. This one look redundant:
<dict>
<key>Base</key>
<string></string>
<key>BaseSkip</key>
<integer>0</integer>
<key>Comment</key>
<string>change MC__ to MCHC</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>TUNfXw==</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data>SWdmeFNzZHQ=</data>
<key>Replace</key>
<data>TUNIQw==</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data>U1NEVA==</data>
</dict>

2. In DeviceProperties blocks for Radeon RX 580 looks redundant. GPU has to start "from box".
3. WhateverGreen.kext in Ventura redundant.
4. Try to disable IntelBluetoothFirmware.kext, IntelBTPatcher.kext, BlueToolFixup.kext, AirportBrcmFixup.kext, AirportItlwm.kext, IntelMausi.kext.
Thank you, gonna try during this weekend.
 
Back
Top