r/hackintosh
2.25K subscribers
8.74K photos
170 videos
1 file
36.3K links
Download Telegram
What can I run?

I have done a little bit of research and I'm wondering what the latest version of hackintosh I can run, I'm not planning on using it daily, just for running and building xcode projects

My specs:

CPU: Intel i7-4790 (4 cores / 8 threads, 3.6 GHz base)

GPU: AMD Radeon R7 265X

RAM: 24 GB DDR3

250GB SSD

24TB HDD

https://redd.it/1rzwg6q
@r_hackintosh
Need help for my hackintosh

I have a HP Compaq elite 8200 SFF

the specs are:

CPU: intel i3 (idk what generation)

GPU: AMD Radeon HD 7450

OS i installed: CachyOS

OS it came with: Windows 7

(idk all the specs this is all i can remember)

this is the problem:

It booted it worked everything fine it installed the only thing is that OCLP (OpenCore Legacy Patcher) didn’t recognise that it needed to patch my system for the GPU

only this is the help i need

its all hackintosh on PC hardware btw

https://redd.it/1s02ual
@r_hackintosh
Finally retired the EFI!
https://redd.it/1s6ecl6
@r_hackintosh
HP Prodesk 400 G3 Mini - Sequoia
https://redd.it/1s63u36
@r_hackintosh
Kernel Panic on Lenovo Yoga 530 (UHD 620) with macOS Sonoma – “No mapping exists for frame pointer” during framebuffer init

Hi everyone,

I’m trying to install macOS Sonoma on a Lenovo Yoga 530-14IKB (Intel Core i5-8250U + Intel UHD 620 graphics) using the latest OpenCore.

I generated the EFI with OpCore-Simplify, added the usual kexts (Lilu + WhateverGreen + AppleALC + etc.), did a proper Snapshot, and set SMBIOS to MacBookPro15,2.

Current situation:

• With normal graphics injection (AAPL,ig-platform-id = 00001659 + device-id = 16590000) → immediate kernel panic right after “Darwin Kernel Version” during early framebuffer initialization.

The panic says:

• “No mapping exists for frame pointer”

• “handle_debugger_trap”

• “panic occurred prior to initialization”

Boot-args I’m using:

\-v keepsyms=1 debug=0x100 -lilubetaall alcid=16

• When I add -igfxvesa it should boot in VESA mode, but I haven’t tested it extensively yet.

What I’ve already tried:

• AllowRelocationBlock = true + standard Booter quirks (DevirtualiseMmio, RebuildAppleMemoryMap, EnableWriteUnprotector, SyncRuntimePermissions)

• Clean config + fresh Sonoma recovery

• Different USB ports

Questions:

1. What is the recommended AAPL,ig-platform-id and device-id combination for UHD 620 (Kaby Lake Refresh) on Sonoma in 2026?

(I saw conflicting suggestions: 00001659, 00001B59, 0900A53E, etc.)

2. Are there any specific framebuffer patches (framebuffer-stolenmem, framebuffer-fbmem, framebuffer-patch-enable, etc.) needed for this model on Sonoma?

3. Any other common causes for this exact panic on 8th gen Intel laptops with UHD 620?

4. Should I try a different SMBIOS (e.g. MacBookPro15,1 or MacBookPro14,1)?

Any help, working EFI examples, or links to recent guides for UHD 620 + Sonoma would be greatly appreciated!

Thanks in advance!

https://redd.it/1s6jgw6
@r_hackintosh
Suggestions Wanted

Hi guys so I bought a 2019 i9 with 16/1TB for really cheap like 350 or so, was this a bad purchase and should I opt for a MacBook Air M1 8/256 instead … Idk but a lot of ppl are saying that I should have taken the M1 but the more RAM and storage made me just get the 16 inch and the display as well.

Let me know what you guys think and sorry if this was a bit irrelevant to the hackintosh community but from so much hate I’m so 😵‍💫

https://redd.it/1s6ejit
@r_hackintosh
Hackintosh Help

My first Build.. and frustrating day yesterday trying to navigate it but got this far.
Build keeps getting stuck at text bassed bootpoicker so i belive it's a graphic issue Build is i7 10700k Cometlake, XFX RX580, Gigabyte Z490m,

https://preview.redd.it/5o1v48igjyrg1.png?width=2014&format=png&auto=webp&s=2978976f03465ef7687553bebcce82e3f8a39db1

Efi Folder is as such

EFI (partition) └── EFI/ ├── BOOT/ │ └── BOOTx64.efi └── OC/ ├── Config.plist ├── Drivers/



https://preview.redd.it/zmvpjv15lyrg1.png?width=1474&format=png&auto=webp&s=72858a574bc20476057ab979f418a160dd029f63




Config.plist is as

<?xml version="1.0" encoding="UTF-8"?>


<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">


<plist version="1.0">


<dict>


<key>ACPI</key>

<dict>

<key>Add</key>

<array>

<dict>

<key>Enabled</key>

<true/>


<key>Path</key>

<string>SSDT-EC-USBX-DESKTOP.aml</string>

</dict>

<dict>

<key>Enabled</key>

<true/>


<key>Path</key>

<string>SSDT-PLUG-DRTINA.aml</string>

</dict>

<dict>

<key>Enabled</key>

<true/>


<key>Path</key>

<string>SSDT-AWAC.aml</string>

</dict>

</array>

</dict>

<key>Booter</key>

<dict>

<key>Quirks</key>

<dict>

<key>AvoidRuntimeDefrag</key>

<true/>

<key>EnableSafeModeSlide</key>

<true/>

<key>EnableWriteUnprotector</key>

<true/>

<key>ProvideCustomSlide</key>

<true/>

<key>RebuildAppleMemoryMap</key>

<true/>

<key>SetupVirtualMap</key>

<true/>

<key>SyncRuntimePermissions</key>

<true/>

</dict>

</dict>

<key>DeviceProperties</key>

<dict>

<key>Add</key>

<dict/>

</dict>

<key>Kernel</key>

<dict>

<key>Add</key>

<array>

<dict>

<key>BundlePath</key>

<string>Lilu.kext</string>

<key>Enabled</key>

<true/>


<key>ExecutablePath</key>

<string>Contents/MacOS/Lilu</string>

<key>PlistPath</key>

<string>Contents/Info.plist</string>

</dict>

<dict>

<key>BundlePath</key>

<string>VirtualSMC.kext</string>

<key>Enabled</key>

<true/>


<key>ExecutablePath</key>

<string>Contents/MacOS/VirtualSMC</string>

<key>PlistPath</key>

<string>Contents/Info.plist</string>

</dict>

<dict>

<key>BundlePath</key>

<string>WhateverGreen.kext</string>

<key>Enabled</key>

<true/>


<key>ExecutablePath</key>

<string>Contents/MacOS/WhateverGreen</string>

<key>PlistPath</key>

<string>Contents/Info.plist</string>

</dict>

<dict>

<key>BundlePath</key>

<string>AppleALCU.kext</string>

<key>Enabled</key>

<true/>


<key>ExecutablePath</key>

<string>Contents/MacOS/AppleALCU</string>

<key>PlistPath</key>

<string>Contents/Info.plist</string>

</dict>

<dict>

<key>BundlePath</key>

<string>IntelMausi.kext</string>

<key>Enabled</key>

<true/>


<key>ExecutablePath</key>

<string>Contents/MacOS/IntelMausi</string>

<key>PlistPath</key>

<string>Contents/Info.plist</string>

</dict>

</array>

<key>Quirks</key>

<dict>

<key>AppleXcpmCfgLock</key>

<false/>

<key>DisableIoMapper</key>

<true/>

<key>PanicNoKextDump</key>

<true/>

<key>PowerTimeoutKernelPanic</key>

<true/>

<key>XhciPortLimit</key>

<false/>

</dict>

</dict>

<key>Misc</key>

<dict>

<key>Boot</key>

<dict>

<key>HideAuxiliary</key>

<false/>

<key>PickerAttributes</key>

<integer>17</integer>

<key>PickerMode</key>

<string>Builtin</string>

<key>ShowPicker</key>

<true/>

<key>Timeout</key>

<integer>10</integer>

</dict>
<key>Debug</key>

<dict>

<key>AppleDebug</key>

<true/>

<key>ApplePanic</key>

<true/>

<key>DisableWatchDog</key>

<true/>

<key>DisplayDelay</key>

<integer>0</integer>

<key>DisplayLevel</key>

<integer>2147483650</integer>

<key>LogModules</key>

<string>*</string>

<key>SysReport</key>

<true/>

<key>Target</key>

<integer>271</integer>

</dict>

<key>Security</key>

<dict>

<key>AllowToggleSip</key>

<true/>

<key>ScanPolicy</key>

<integer>0</integer>

<key>SecureBootModel</key>

<string>Disabled</string>

<key>Vault</key>

<string>Optional</string>

</dict>

<key>Tools</key>

<array>

<dict>

<key>Arguments</key>

<string></string>

<key>Auxiliary</key>

<false/>


<key>Comment</key>

<string>Reset NVRAM</string>

<key>Enabled</key>

<true/>


<key>Flavour</key>

<string>Auto</string>

<key>Name</key>

<string>Reset NVRAM</string>

<key>Path</key>

<string>ResetNvramEntry.efi</string>

<key>RealPath</key>

<false/>


<key>TextMode</key>

<false/>


</dict>

</array>

</dict>

<key>NVRAM</key>

<dict>

<key>Add</key>

<dict>

<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>

<dict>

<key>boot-args</key>

<string>-v keepsyms=1 debug=0x144 alcid=1 -amd_no_dgpu_accel slide=0</string>

<key>csr-active-config</key>

<data>AwgAAA==</data>

</dict>

</dict>

<key>Delete</key>

<dict>

<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>

<array>

<string>boot-args</string>

<string>csr-active-config</string>

</array>

</dict>

<key>WriteFlash</key>

<true/>

</dict>

<key>PlatformInfo</key>

<dict>

<key>Automatic</key>

<true/>

<key>Generic</key>

<dict>

<key>MLB</key>

<string>C02007404GUPHC1JA</string>

<key>ROM</key>

<data>qPrYjbJG</data>

<key>SystemProductName</key>

<string>iMac20,1</string>

<key>SystemSerialNumber</key>

<string>C02C8MZDPN5T</string>

<key>SystemUUID</key>

<string>33538132-69BC-4C68-A928-0C26772A05C1</string>

</dict>

<key>UpdateDataHub</key>

<true/>

<key>UpdateNVRAM</key>

<true/>

<key>UpdateSMBIOS</key>

<true/>

</dict>

<key>UEFI</key>

<dict>

<key>APFS</key>

<dict>

<key>EnableJumpstart</key>

<true/>

<key>GlobalConnect</key>

<false/>

<key>HideVerbose</key>

<true/>

<key>JumpstartHotPlug</key>

<false/>

<key>MinDate</key>

<integer>0</integer>

<key>MinVersion</key>

<integer>0</integer>

</dict>

<key>ConnectDrivers</key>

<true/>

<key>Drivers</key>

<array>

<dict>

<key>Arguments</key>

<string></string>

<key>Enabled</key>

<true/>


<key>Path</key>

<string>OpenRuntime.efi</string>

</dict>

<dict>

<key>Arguments</key>

<string></string>

<key>Enabled</key>

<true/>


<key>Path</key>

<string>HfsPlus.efi</string>

</dict>

<dict>

<key>Arguments</key>

<string></string>

<key>Enabled</key>

<true/>


<key>Path</key>

<string>OpenCanopy.efi</string>

</dict>

</array>

<key>Input</key>

<dict>

<key>KeyForgetThreshold</key>

<integer>5</integer>

<key>KeySupport</key>

<true/>

<key>KeySupportMode</key>

<string>Auto</string>

<key>KeySwap</key>

<false/>

<key>PointerSupport</key>

<false/>
<key>PointerSupportMode</key>

<string>ASUS</string>

<key>TimerResolution</key>

<integer>50000</integer>

</dict>

<key>Quirks</key>

<dict>

<key>EnableVectorAcceleration</key>

<true/>

<key>IgnoreInvalidFlexRatio</key>

<true/>

</dict>

</dict>

</dict>


</plist>


https://redd.it/1s6r6pf
@r_hackintosh
Hackintosh Beast i9 14900K on AMD XFX 6700XT

Success, OpenCore, NootRX, Hackintosh Beast i9 14900K on AMD XFX 6700XT on Sonoma
Hackintosh Beast i9 14900K on AMD XFX 6700XT on Aurus Elite AX Z790 DDR5

More to fix, all usb 3.2, BT5.3, intel wifi, Airdrop. and max min CPU clocks.

https://preview.redd.it/kdby94lkbsrg1.png?width=1920&format=png&auto=webp&s=392e8983cfbcf12057d2058aa09aa13c8f3cd3cf

https://redd.it/1s5zuxx
@r_hackintosh
Some tips for Hackintoshing

I didn't want to yap about all the previous auto-tool shit again, here's 4 pretty useful tips for Hackintoshing, as someone who got 4 hacks up and running before

1. Keep trying, failing isn't bad. Hackintoshing is trying to make a Windows computer run a software that never would've ever ran together otherwise. As such, you need to be patient when making a Hack, otherwise you will fail completely. If it fails, go back, look at what went wrong and fix that issue. It'll earn you valuable experience along the way.
2. Don't be afraid to ask for help. Asking for help isn't a bad thing, in fact it may just speed up the whole process for you. Just be sure to look at the rules before asking for help.
3. Time is money. Patience is key. If you don't want to sit for hours trying to make a Hack work, just get yourself a MacBook Neo or a Mac mini. They are powerful and is less hassle to set up than a Hackintosh.
4. Don't use auto-tools, prebuilts and configurators. This one is pretty obvious, they mess up everything and don't teach you anything. They also make it impossible to ask for help on this subreddit, per rule 6. Prebuilts fall into rule 9 somewhat, and there is never an actually usable one-size-fits-all solution for Hackintoshes.

Enjoy hackintoshing and good luck.

https://redd.it/1s5wh04
@r_hackintosh