Contribute
Register

OpenCore Hackintosh MacOS Sonoma: Stuck At Apple Logo on boot.

Sorry I sent the wrong efi, I fixed what you said that I needed to here's my EFI with the fixes, please tell me the other problems with it
 

Attachments

  • EFI.zip
    5.7 MB · Views: 1
Sorry I sent the wrong efi, I fixed what you said that I needed to here's my EFI with the fixes, please tell me the other problems with it

probably need npci=0x3000
boot argument
 
It still doesn't work
 
Now it just keeps rebooting when I try to go in to the installer
 

Attachments

  • EFI.zip
    4.8 MB · Views: 3
Last edited:
Now it just keeps rebooting
 
It still keeps rebooting
 
This is the updated EFI
 

Attachments

  • EFI.zip
    4.8 MB · Views: 2
This is the updated EFI
no need for 2 EC aml files

remove your patch for SSDT-GPRW.aml

may not need:

Code:
<dict>
                <key>Arguments</key>
                <string></string>
                <key>Comment</key>
                <string>OpenPartitionDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>LoadEarly</key>
                <false/>
                <key>Path</key>
                <string>OpenPartitionDxe.efi</string>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Comment</key>
                <string>Ps2KeyboardDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>LoadEarly</key>
                <false/>
                <key>Path</key>
                <string>Ps2KeyboardDxe.efi</string>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Comment</key>
                <string>Ps2MouseDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>LoadEarly</key>
                <false/>
                <key>Path</key>
                <string>Ps2MouseDxe.efi</string>
            </dict>

missing VoodooPS2Controller.kext
 
It still doesn't work, it just keeps rebooting back to the opencore boot menu on my usb, I've never got to the installer. This is the updated EFI with your fixes.
 

Attachments

  • EFI.zip
    4.9 MB · Views: 1
Back
Top