Contribute
Register

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

Please make me an open core Hackintosh EFI for MacOS Sonoma for my laptop; this is the motherboard

IdeaPad 3 15ABA7 Laptop - Type 82RN​


And theses are the specs

Processor

1x AMD Ryzen™ 5 5625U Processor(Ryzen™ 5 5625U)
Memory
1x 8 GB DDR4-3200
Operating System
Windows 11 Home 64(FR:French,EN:English)
Hard Drive
1x 256 GB SSD PCIe
Wireless Network
1x Wi-Fi 6 2x2 AX; Bluetooth® 5.1 or above
Ports
1x DC Jack(round); Combo of 3.5mm Stereo Headphone Output; SD Card reader; HDMI 1.4b; 1 USB 2.0; 1 USB 3.1 Gen1; 1 x Type C (USB3.1 Gen1 + DP1.2 + PD + full function
PD support only 20V)
Camera
1x 720P HD with Dual Array Microphone & Privacy Shutter
Graphics
1x AMD Radeon™ Graphics
Monitor
15.6" FHD
Form Factor
Notebook
 
Please make me an open core Hackintosh EFI
Sorry, not how this community works. You'll need to study and apply what you learn. We don't serve up custom EFI's for those that make no effort to create one themselves.

 
But I already created one but they never work
 
No, NootedRed is already added (BTW when I added NootedRed, I removed WhateverGreen) Can someone please fix my EFI Hackintosh folder so make it work with macOS Sonoma with my laptop because every EFI folder I created had errors and I've tried everything so please someone fix my EFI folder to make it compatible with my laptop so I can install MacOS Sonoma, I already sent the specs
 

Attachments

  • EFI.zip
    5.7 MB · Views: 3
No, NootedRed is already added (BTW when I added NootedRed, I removed WhateverGreen) Can someone please fix my EFI Hackintosh folder so make it work with macOS Sonoma with my laptop because every EFI folder I created had errors and I've tried everything so please someone fix my EFI folder to make it compatible with my laptop so I can install MacOS Sonoma, I already sent the specs
should be removed:
Code:
 <key>PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0)</key>
                <dict>
                    <key>built-in</key>
                    <data>AQAAAA==</data>
                </dict>
                <key>PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x4)</key>
                <dict>
                    <key>layout-id</key>
                    <integer>12</integer>
                </dict>


not heard of debug=0x3000 boot argument before...?

using a desktop smbios is wrong for a laptop, try MacBookPro16,3
 
Now it says
 

Attachments

  • IMG_0554.jpeg
    IMG_0554.jpeg
    2.7 MB · Views: 6
  • IMG_0545.jpeg
    IMG_0545.jpeg
    2.6 MB · Views: 6
  • IMG_0544.jpeg
    IMG_0544.jpeg
    2.6 MB · Views: 7
  • EFI.zip
    5.7 MB · Views: 0
Here
 

Attachments

  • EFI.zip
    5.7 MB · Views: 1
you have this patch:
change Method(GPRW,2,N) to XPRW, pair with SSDT-GPRW.aml

but no SSDT-GPRW.aml...?

SSDT-EC-USBX-DESKTOP.aml is for desktops and not laptops

still needs to be removed:

Code:
<key>Add</key>
            <dict>
                <key>PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0)</key>
                <dict>
                    <key>built-in</key>
                    <data>AQAAAA==</data>
                </dict>
                <key>PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x4)</key>
                <dict>
                    <key>layout-id</key>
                    <integer>12</integer>
                </dict>
            </dict>

debug=0x3000 still doesn't make any sense

and you are still using a desktop smbios

I already gave you advice on those issues, why waste my time?
 
Back
Top