r_hackintosh | Unsorted

Telegram-канал r_hackintosh - r/hackintosh

974

@reddit2telegram @r_channels

Subscribe to a channel

r/hackintosh

<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>NVMeFix.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/NVMeFix</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array/>
<key>Emulate</key>
<dict>
<key>Cpuid1Data</key>
<data>AAAAAAAAAAAAAAAAAAAAAA==</data>
<key>Cpuid1Mask</key>
<data>AAAAAAAAAAAAAAAAAAAAAA==</data>
<key>DummyPowerManagement</key>
<false/>
</dict>
<key>Force</key>
<array/>
<key>Patch</key>
<array/>
<key>Quirks</key>
<dict>
<key>AppleCpuPmCfgLock</key>
<true/>
<key>AppleXcpmCfgLock</key>
<true/>
<key>DisableIoMapper</key>
<true/>
<key>DisableLinkeditJettison</key>
<true/>
<key>DisableRtcChecksum</key>
<false/>
<key>ExtendBTFeatureFlags</key>
<true/>
<key>ExternalDiskIcons</key>
<true/>
<key>ForceAquantiaEthernet</key>
<false/>
<key>ForceSecureBootScheme</key>
<true/>
<key>IncreasePciBarSize</key>
<false/>
<key>LapicKernelPanic</key>
<true/>
<key>PanicNoKextDump</key>
<true/>
<key>PowerTimeoutKernelPanic</key>
<true/>
<key>ProvideCurrentCpuInfo</key>
<true/>
<key>SetApfsTrimTimeout</key>
<false/>
<key>SetDefaultMacInfo</key>
<true/>
<key>ThirdPartyDrives</key>
<true/>
<key>XhciPortLimit</key>
<false/>
</dict>
<key>Scheme</key>
<dict>
<key>FsyncRead</key>
<true/>
<key>KernelArch</key>
<string>x86_64</string>
<key>KernelCache</key>
<string>Prelinked</string>
</dict>
</dict>
<key>Misc</key>
<dict>
<key>Boot</key>
<dict>
<key>ConsoleAttributes</key>
<integer>0</integer>
<key>HibernateMode</key>
<string>None</string>
<key>HideAuxiliary</key>
<true/>
<key>PickerAttributes</key>
<integer>1</integer>
<key>PickerMode</key>
<string>External</string>
<key>PollAppleHotKeys</key>
<true/>
<key>ShowPicker</key>
<true/>
<key>TakeoffDelay</key>
<integer>0</integer>
<key>Timeout</key>
<integer>5</integer>
</dict>
<key>Debug</key>
<dict>
<key>AppleDebug</key>
<true/>
<key>ApplePanic</key>
<true/>
<key>DisableWatchDog</key>
<true/>
<key>SysReport</key>
<true/>
<key>Target</key>
<integer>67</integer>
</dict>

Читать полностью…

r/hackintosh

Let ChatGPT create a config.plist for you! Example below. - What quality do you expect?

This is just a fun experiment. Try it with your hardware!

Has anyone had success using such a configuration created by ChatGPT-4 on actual PC hardware? Can you find some of the obvious mistakes in the config.plist?

**My questions to ChatGPT in** ***Italics*****:**

*Are you able to write OpenCore config.plist files based on hardware specs such as CPU, GPU and chipsets?*

>

>Yes, I can help you write an OpenCore `config.plist` file based on your hardware specs. Please provide the details of your hardware, including the CPU, GPU, motherboard, and any other relevant components. Additionally, let me know the version of macOS you are aiming to install.

*Please write a valid OpenCore config.plist file for a desktop PC using the CPU Intel i5-10400, a Gigabyte B460 HD3 motherboard, a Sapphire RX 580 GPU, 16 GB of RAM and a Western Digital SN750 NVMe 500 GB SSD. Use a stable recent OpenCore version. macOS installed shall be Sonoma.*

*Please first confirm, if the hardware is compatible. Also let me know any limitations of the generated config.plist*

**Answer by ChatGPT:**

# Compatibility Confirmation

* CPU: Intel i5-10400
* Compatible with macOS Sonoma using OpenCore.
* Motherboard: Gigabyte B460 HD3
* Compatible. Requires proper configuration for audio, USB, and network.
* GPU: Sapphire RX 580
* Fully compatible and natively supported by macOS Sonoma.
* RAM: 16 GB
* Fully compatible.
* SSD: Western Digital SN750 NVMe 500 GB
* Compatible. Requires proper NVMe driver configuration.

# Limitations

- Integrated Graphics: You won't be using the integrated graphics as the RX 580 is fully supported.
- Audio: Realtek ALC887 on the B460 HD3 may need additional configuration.
- Network: Intel I219V Ethernet requires IntelMausiEthernet.kext.
- USB Ports: Proper USB port mapping is necessary for full functionality.
- NVMe SSD: Might require NVMeFix.kext for better compatibility.

# OpenCore Version

Use the latest stable version, currently OpenCore 0.9.3.

# Kexts Required

Lilu.kext
WhateverGreen.kext
VirtualSMC.kext
AppleALC.kext (for audio)
IntelMausi.kext (for Ethernet)
NVMeFix.kext

# Sample config.plist

Here's a basic config.plist for your setup. This is a starting point and may need adjustments based on your specific setup.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
<key>Add</key>
<array/>
<key>Delete</key>
<array/>
<key>Patch</key>
<array/>
<key>Quirks</key>
<dict>
<key>FadtEnableReset</key>
<false/>
<key>NormalizeHeaders</key>
<false/>
<key>RebaseRegions</key>
<false/>
<key>ResetHwSig</key>
<false/>
<key>ResetLogoStatus</key>
<false/>
<key>SyncRuntimePermissions</key>
<false/>
</dict>
</dict>
<key>Booter</key>
<dict>
<key>MmioWhitelist</key>
<array/>
<key>Patch</key>
<array/>
<key>Quirks</key>
<dict>
<key>AvoidRuntimeDefrag</key>
<true/>
<key>DevirtualiseMmio</key>
<true/>
<key>DisableVariableWrite</key>
<true/>
<key>DiscardHibernateMap</key>
<true/>
<key>EnableSafeModeSlide</key>
<true/>
<key>EnableWriteUnprotector</key>
<true/>
<key>ForceExitBootServices</key>
<true/>
<key>ProtectMemoryRegions</key>
<true/>

Читать полностью…

r/hackintosh

Replacement for AMDFriend (discontinued)

I’ve been looking for a way to run properly adobe software on ryzentosh for a while, and i stumbled upon AMDFriend. reviews were looking great but, as soon as i went to the relative github page, i found out that it is discontinued.
i was wondering if anyone knows an alternative to it or if someone inherited the project.
Thanks

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

Читать полностью…

r/hackintosh

The Use of Pre-built EFIs from GitHub is Generally Not Recommended: Are You Utilizing Them?

This post is prompted by a widely discussed Hackintosh installation on a 13th generation Intel system, which was reportedly completed in approximately three hours. The original poster attributed their success to using "a Raptor Lake EFI from GitHub somewhere," as noted in their comment. However, this approach is not recommended. Pre-built EFIs from other systems are often difficult to maintain and troubleshoot, if they work at all.

The recommended method is to follow the Dortania [OpenCore Install Guide\](https://dortania.github.io/OpenCore-Install-Guide/), which will take longer for a first-time Hackintosh installation. With experience, the process becomes quicker, but beginners typically need several days to understand the methods and tools, along with troubleshooting, to achieve optimal functionality.

I have reviewed several GitHub repositories for 13th generation pre-built EFIs and have the following questions:

* How did you handle USB mapping? Unless you have an identical motherboard, a pre-built EFI will not work well.

* What about audio configuration? Is HDMI audio functioning correctly? This often requires tweaking since each motherboard is different.

* Do you understand all the kexts that were added and their purposes? Pre-built EFIs frequently include unnecessary and hard-to-update kexts.

* Did you encounter any non-standard compatibility methods, such as an "unmaintainable SSDT/DSDT"? I previously posted about this issue, although the name of the distribution I warned against is censored here.

* Did you generate your own serial numbers? Is FaceTime functioning? Reusing serials from a pre-built EFI is strongly discouraged.

* How do you plan to upgrade OpenCore and the kexts if you never learned the process of creating an EFI? GitHub EFIs may not receive updates for new macOS versions.

* Who will assist you if you encounter problems with your GitHub EFI? The original author is unlikely to provide support. According to this subreddit's rules, you can only ask for and receive help if you created your own EFI.

* What specific configuration settings for the 13th generation CPU optimization were used? Do you understand the options for P cores and E cores?

I do not oppose referencing others' solutions on GitHub or elsewhere when facing specific issues and seeking working examples. You can learn from these sources if they are well-documented and up-to-date, after creating your own EFI. However, copying configurations without understanding them will lead to problems.

This post primarily concerns desktop Hackintosh systems. I acknowledge that some individuals have successfully used pre-built EFIs from GitHub for common laptops. Laptops often have well-defined hardware that is nearly identical across multiple devices. Some of these repositories appear to be relatively well-maintained and updated, and other users in this subreddit have recommended them, despite this practice being generally against the rules. Nonetheless, I believe most of my points still apply. Please share your thoughts if you disagree.

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

Читать полностью…

r/hackintosh

Can't get Encoding working with RX 570 GPU

Hello there, I just installed my Hackintosh on Sonoma using iMacPro1,1 and MacPro7,1 SMBios
I would like to use parsec or Sunshine to remotly access my hackintosh. I can play LoL with like 200fps and I'm using Graphic Card HDMI so, dGPU is working fine.
Unfortunatly it looks like streaming tools can't reach my AMD GPU, any clue ?

https://preview.redd.it/vu67ltzsytdd1.png?width=1080&amp;format=png&amp;auto=webp&amp;s=0dc84916bc1b3995590b81517724a1143412b86e

https://preview.redd.it/sra3drfuytdd1.png?width=1788&amp;format=png&amp;auto=webp&amp;s=6ca75c8ffa7a7c185506be6173d69ebce6ab5477

https://preview.redd.it/8aqmhlewytdd1.png?width=922&amp;format=png&amp;auto=webp&amp;s=92e1f9321b53d3053b376fc7069ce7ed8951c5f5

https://preview.redd.it/dsd6nfkxytdd1.png?width=730&amp;format=png&amp;auto=webp&amp;s=e346b01d03ab31250c1dfd01648a762d57090cdb

https://preview.redd.it/xkchgkgyytdd1.png?width=1952&amp;format=png&amp;auto=webp&amp;s=ecd3a257eb3501373e730398a366d5ccd35ef866



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

Читать полностью…

r/hackintosh

Another macOS Sonoma on Ryzen
https://redd.it/1e87517
@r_hackintosh

Читать полностью…

r/hackintosh

Help plz

I’ve a dell latitude 3510 and would like to do a hackintosh but don’t know how to do…
I5-10210u
16gb ram and just a intel uhd graphics…
Plz help

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

Читать полностью…

r/hackintosh

Huawei matebook x Pro 2018 no bluetooth and audio Ventura

Im having a problem with my install where i don't have audi or bluetooth on my hackintosh. I also have problems using Propertree i get error in 1302 of my config.plist. Used the reposotory from tlefko
https://github.com/tlefko/Huawei-Matebook-X-Pro-Ventura/tree/main

My config.plist is at https://github.com/Skippyo/Hackintosh-Huawei-matebook-x-Pro
if anyone have a chanse to take a look

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

Читать полностью…

r/hackintosh

Is the BE6502 a Hackintosh

If a device runs apple software with minimal modification it is a hackintosh, so that means if you build the full Ben Eater 6502 bread board computer you get an apple 1 compatible computer which means it is in theory a hackintosh.

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

Читать полностью…

r/hackintosh

What is MacOS version is best for my processor?

I use an Intel Core i3 7th gen, yes it's pretty bad, that's why I'm asking for help

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

Читать полностью…

r/hackintosh

Can I boot my existing Windows 11 with Parallel desktop?

I've my Windows 11 installed on my external SSD. With my Hackintosh, I can boot into Windows by plugging in the SSD. Can I boot the SSD Windows without restarting my Hackintosh using Parallel desktop or any other tool?

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

Читать полностью…

r/hackintosh

Intel(R) Core(TM) i5-10310U CPU @ 1.70GHz Comet Lake - What is GPU?

Hi, does anyone know which integrated graphics card has been used here? The only clues I found are these two.

https://preview.redd.it/iozbz5r9hpdd1.png?width=191&amp;format=png&amp;auto=webp&amp;s=8a96ac33327ae280bdad6020bcd29c0b43ac749a

https://preview.redd.it/0uqgzdhwgpdd1.png?width=1001&amp;format=png&amp;auto=webp&amp;s=466926d2476492ccb9c18aa22a9b2ff4691495f3

https://devicehunt.com/view/type/pci/vendor/8086/device/9B41

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

Читать полностью…

r/hackintosh

i7 4790K Haswel and Gtx 960

I've got a spare Pc with the above specs laying around collecting dust. I've got two other systems running windows and other running linux. I'm just wondering if my hardware could run mac version and how would I go about doing so. Any guides you recommend send them through. Thanks in advance.

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

Читать полностью…

r/hackintosh

00:011 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
00:539 00:011 AAPL: #[EB|WL] 0 0 0x01 0x01 24 0x0E
00:551 00:011 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
00:563 00:012 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
00:575 00:011 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
00:587 00:011 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
00:598 00:011 AAPL: #[EB|H:NOT]
00:610 00:011 AAPL: #[EB|SB:P] 0x0
00:625 00:015 AAPL: #[EB|LIMG:DP] VenMedia(957932CC-7E8E-433B-8F41-D391EA3C10F8)/MemMap(10:100000000-100001000)/DMG_000000002A1D6190.dmg/VenMedia(004B07E8-0B9C-427E-B0D4-A466E6E57A62)/HD(Part1,Sig7CB93107-5781-4FE7-8C4E-74098019E4ED)
00:637 00:011 AAPL: #[EB|LIMG:FP] \System\Library\CoreServices\boot.efi
00:648 00:011 AAPL: #[EB|LIMG:OPT]
00:660 00:011 AAPL: #[EB.B.OBV|BM:+DMG]
00:671 00:011 AAPL: #[EB.B.OBV|BM:+ROS]
00:683 00:011 AAPL: #[EB|RPS] 0 0 0
00:697 00:014 AAPL: #[EB.OPT.LXF|F] <"\\System\\Library\\CoreServices\\com.apple.Boot.plist">
00:709 00:011 AAPL: #[EB.LD.LF|IN] 0 1 <"\\System\\Library\\CoreServices\\com.apple.Boot.plist"> <"0">
00:721 00:011 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"\\System\\Library\\CoreServices\\com.apple.Boot.plist">
00:732 00:011 AAPL: #[EB.OPT.LXF|LF!] Err(0xE)
00:744 00:011 AAPL: #[EB.OPT.LXF|F] <"Library\\Preferences\\SystemConfiguration\\com.apple.Boot.plist">
00:756 00:011 AAPL: #[EB.LD.LF|IN] 0 1 <"Library\\Preferences\\SystemConfiguration\\com.apple.Boot.plist"> <"0">
00:773 00:016 AAPL: #[EB|KF] <"">
00:784 00:011 AAPL: #[EB|MBA:CL] <"">
00:796 00:011 AAPL: #[EB|MBA:NV] <"-v keepsyms=1 slide=54 ">
00:807 00:011 AAPL: #[EB|MBA:KF] <"">
00:819 00:011 AAPL: #[EB|MBA:OUT] <"-v keepsyms=1 slide=54 ">
00:832 00:012 AAPL: #[EB|LOG:VERBOSE] 2024-07-20T14:51:45
00:844 00:011 AAPL: #[EB.CSR.S|VAR] 0x00000040
00:856 00:011 AAPL: #[EB|OPT:BM] 0x821002
00:867 00:011 AAPL: #[EB.OPT.LXF|F] <"\\System\\Library\\CoreServices\\PlatformSupport.plist">
00:879 00:011 AAPL: #[EB.LD.LF|IN] 0 1 <"\\System\\Library\\CoreServices\\PlatformSupport.plist"> <"0">
00:896 00:016 AAPL: #[EB.B.MN|BM:ROS]
00:908 00:011 AAPL: #[EB|WL] 0 0 0x01 0x01 19 0x0E
00:920 00:011 AAPL: #[EB.OPT.RKS|!] Err(0xE) <- BS.LocP EDB4A040-6D8A-11EC-8FAD-3E22FB93ADCF
00:931 00:011 AAPL: #[EB.CS.CSKSD|+]
00:944 00:012 AAPL: #[EB.G.CS|-?] Ok(0)
00:957 00:012 AAPL: #[EB.LD.LF|IN] 0 1 <"<null string>"> <"1">
00:975 00:018 AAPL: #[EB.B.SBS|SZ] 723512
00:993 00:017 AAPL: #[EB|B:SHA] <520e7ee6a29135b4538f361361fd2dad6e20c65f>
01:005 00:012 AAPL: #[EB.WL.PWLFNV|!] Err(0xE) <- RT.GV wake-failure 7C436110-AB2A-4BBB-A880-FE41995C9F82
01:017 00:011 AAPL: #[EB.WL.DT|!] Err(0xE) <- EB.WL.PWLFNV
01:029 00:011 AAPL: #[EB.WL.PWLFRTC|NONE]
01:041 00:011 AAPL: #[EB.WL.DT|!] Err(0xE) <- EB.WL.PWLFRTC
01:053 00:012 AAPL: #[EB.LD.LKC|R.1] <"System\Library\KernelCollections\BootKernelExtensions.kc">
02:532 01:479 AAPL: #[EB.LD.LKFS|-?] Ok(0)
02:550 00:017 AAPL: #[EB.LD.LKC|-?] Ok(0)
02:566 00:015 AAPL: #[EB|BST:REV1]
02:579 00:013 AAPL: #[EB|CSR:OUT] 0x00000040
02:593 00:013 AAPL: #[EB.BST.FBS|+]
02:605 00:012 AAPL: #[EB.BST.FBS|ADSZ] 0
02:617 00:012 AAPL: #[EB.BST.FBS|KSSZ] 0
02:629 00:012 AAPL: #[EB|SB:SBGMFNS] x86legacyap.im4m
02:641 00:012 AAPL: #[EB|RH:PF] usr\standalone\OS.dmg.root_hash
02:653 00:012 AAPL: #[EB|RH:MF] <"usr\\standalone\\OS.dmg.root_hash.x86legacyap.im4m">
02:665 00:012 AAPL: #[EB.LD.LF|IN] 0 1 <"usr\\standalone\\OS.dmg.root_hash"> <"0">
02:684 00:018 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"usr\\standalone\\OS.dmg.root_hash">
02:696 00:012 AAPL: #[EB.RH.LRH|P!] Err(0xE) <- EB.LD.LF
02:708 00:012 AAPL: #[EB.BST.FBS|!] Err(0xE) <- EB.RH.LRH
02:721 00:013 AAPL: #[EB|LOG:DT] 2024-07-20T14:51:47
02:734

Читать полностью…

r/hackintosh

How do I make a hackintosh out of a dell precision t5500.

I recently got a dell precision off eBay as it is a powerhouse and it was pretty cheap but I was wondering if it was possable to get Mac OS on it? I’m new to hackintoshing so I don’t have a clue what I’m doing.

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

Читать полностью…

r/hackintosh

<key>ProtectSecureBoot</key>
<true/>
<key>ProtectUefiServices</key>
<true/>
<key>ProvideCustomSlide</key>
<true/>
<key>RebuildAppleMemoryMap</key>
<true/>
<key>SetupVirtualMap</key>
<true/>
<key>SignalAppleOS</key>
<true/>
<key>SyncRuntimePermissions</key>
<true/>
</dict>
</dict>
<key>DeviceProperties</key>
<dict>
<key>Add</key>
<dict>
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
<key>AAPL,ig-platform-id</key>
<data>BwCbPgEC</data>
</dict>
</dict>
<key>Delete</key>
<dict/>
</dict>
<key>Kernel</key>
<dict>
<key>Add</key>
<array>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>Lilu.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/Lilu</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>WhateverGreen.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/WhateverGreen</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VirtualSMC.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VirtualSMC</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AppleALC.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AppleALC</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>IntelMausi.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/IntelMausi</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>

Читать полностью…

r/hackintosh

Let ChatGPT create a config.plist for you! Example below. - What quality do you expect?

This is just a fun experiment. Try it with your hardware!

Has anyone had success using such a configuration created by ChatGPT-4 on actual PC hardware? Can you find some of the obvious mistakes in the config.plist?

My questions to ChatGPT in Italics:

Are you able to write OpenCore config.plist files based on hardware specs such as CPU, GPU and chipsets?

>

>Yes, I can help you write an OpenCore config.plist file based on your hardware specs. Please provide the details of your hardware, including the CPU, GPU, motherboard, and any other relevant components. Additionally, let me know the version of macOS you are aiming to install.

Please write a valid OpenCore config.plist file for a desktop PC using the CPU Intel i5-10400, a Gigabyte B460 HD3 motherboard, a Sapphire RX 580 GPU, 16 GB of RAM and a Western Digital SN750 NVMe 500 GB SSD. Use a stable recent OpenCore version. macOS installed shall be Sonoma.

Please first confirm, if the hardware is compatible. Also let me know any limitations of the generated config.plist

Answer by ChatGPT:

# Compatibility Confirmation

CPU: Intel i5-10400
Compatible with macOS Sonoma using OpenCore.
Motherboard: Gigabyte B460 HD3
Compatible. Requires proper configuration for audio, USB, and network.
GPU: Sapphire RX 580
Fully compatible and natively supported by macOS Sonoma.
RAM: 16 GB
Fully compatible.
SSD: Western Digital SN750 NVMe 500 GB
Compatible. Requires proper NVMe driver configuration.

# Limitations

- Integrated Graphics: You won't be using the integrated graphics as the RX 580 is fully supported.
- Audio: Realtek ALC887 on the B460 HD3 may need additional configuration.
- Network: Intel I219V Ethernet requires IntelMausiEthernet.kext.
- USB Ports: Proper USB port mapping is necessary for full functionality.
- NVMe SSD: Might require NVMeFix.kext for better compatibility.

# OpenCore Version

Use the latest stable version, currently OpenCore 0.9.3.

# Kexts Required

Lilu.kext
WhateverGreen.kext
VirtualSMC.kext
AppleALC.kext (for audio)
IntelMausi.kext (for Ethernet)
NVMeFix.kext

# Sample config.plist

Here's a basic config.plist for your setup. This is a starting point and may need adjustments based on your specific setup.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
<key>Add</key>
<array/>
<key>Delete</key>
<array/>
<key>Patch</key>
<array/>
<key>Quirks</key>
<dict>
<key>FadtEnableReset</key>
<false/>
<key>NormalizeHeaders</key>
<false/>
<key>RebaseRegions</key>
<false/>
<key>ResetHwSig</key>
<false/>
<key>ResetLogoStatus</key>
<false/>
<key>SyncRuntimePermissions</key>
<false/>
</dict>
</dict>
<key>Booter</key>
<dict>
<key>MmioWhitelist</key>
<array/>
<key>Patch</key>
<array/>
<key>Quirks</key>
<dict>
<key>AvoidRuntimeDefrag</key>
<true/>
<key>DevirtualiseMmio</key>
<true/>
<key>DisableVariableWrite</key>
<true/>
<key>DiscardHibernateMap</key>
<true/>
<key>EnableSafeModeSlide</key>
<true/>
<key>EnableWriteUnprotector</key>
<true/>
<key>ForceExitBootServices</key>
<true/>
<key>ProtectMemoryRegions</key>
<true/>

Читать полностью…

r/hackintosh

please help with my ryzentosh

on ryzentosh community i don't able to create a post but i need help.

i created my ryzentosh after various configuration, video and input problems all what seemed to be my problems have been solved. after configuring the ryzentosh i can't access icloud, communication errors are reported with the servers and even if for some system error i access the account i can't access the settings regarding icloud such as my family changes. the whole thing is done with opencore, my hardware components are:

mb: msi b450-a-pro-max

cpu: ryzen 5600g

16 gb ram

1 tb ssd

1 tb hdd

i don't have an external video card and i use the igpu of the processor.

the whole thing was done about a year ago, i have tried reinstalling but nothing, now i would need to use the ryzentosh as a real mac to avoid spending a lot of money so i would like to be able to use it 100% which seems possible (i think), i don't know what could be causing the problem.

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

Читать полностью…

r/hackintosh

Random question

Is there a hackintosh guide for intel 12th all the way to 14th gen cpus and if there is can someone send a link since I've searched the internet and found nothing

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

Читать полностью…

r/hackintosh

I can't boot usb

I can enter the opencore menu, however nothing appears other than my storage drive and not the USB boot that comes with opencore.

https://preview.redd.it/9bo7k3nsztdd1.jpg?width=1536&amp;format=pjpg&amp;auto=webp&amp;s=74229f69dbf8e67e9aa038a23e2f85d97c9a3659



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

Читать полностью…

r/hackintosh

error

I need help starting the installation of big sur

https://preview.redd.it/6l8vjhy1atdd1.jpg?width=1536&amp;format=pjpg&amp;auto=webp&amp;s=68967a54d1c6ce8288222391c4c6c839e6cb3065



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

Читать полностью…

r/hackintosh

laptop specs compability for hackintoish

does my lenovo loq compatible for hackintoish?

i5-12450H
igpu intel uhd for 12th gen proce
dgpu rtx 2050 4gb
16gb ram


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

Читать полностью…

r/hackintosh

this version of mac os x is not supported in this platform

specs

Acer Nitro 5 AN515-55-56P2

Intel Core i5 10500H

NVIDIA GeForce GTX 1650

reason: Mac-CFF7D918A743CAAF

i tried with the iMac20,1



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

Читать полностью…

r/hackintosh

What SMBIOS should I use for the Thinkpad E550?

None of the presets seem to match it well

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

Читать полностью…

r/hackintosh

Need help with booting from USB

So I'm trying to create a Hackintosh from an older Intel server.
I'm using the following hardware:
Motherboard: Intel Beartooth Pass S1200BTS (6 series chipset)
CPU: Intel Xeon E31220 (Sandy Bridge)
RAM: 12GB DDR3 ECC 1333MHz
GPU: NVidia Geforce GTX 760 3GB
Storage: Kingston 960GB SATA SSD
Network: Intel 82579LM
SATA: AHCI mode

The issue that I'm facing is, that when I try to boot form the USB on the machine, I only get a blinking cursor and no activity on the USB. I've tried, the USB boots on other machines, so I'm suspecting some BIOS settings or some mistake in building the EFI. The PC can boot from UEFI SATA devices, as well as from UEFI Windows installers. I also wanted to rule out my USB being defective or the PC being picky with it, I've tried with another USB, as well as an SSD connected trough SATA, but it still wont boot.
I've also included my EFI folder.
I'm open to suggestions, any help will be appreciated.

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

Читать полностью…

r/hackintosh

avg r/hackintosh user when someone new comes in
https://redd.it/1e8124q
@r_hackintosh

Читать полностью…

r/hackintosh

X99 support?

I know this is a stupid question. I am wanting to finally build a hackintosh and I’m looking at those cheap aliexpress platform bundles. I’d rather go with X99 than X79 but if I have to I’ll be fine with it. Just making sure Haswell-E would not be too problematic. Thanks for the help.

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

Читать полностью…

r/hackintosh

00:012 AAPL: #[EB|LOG:EXITBS:START] 2024-07-20T14:51:47

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

Читать полностью…

r/hackintosh

Dell Latitude 7410 - OpenCore boot problem.

Hi,

My spec:

GPU: UHD 620

CPU: i5-10310u

RAM: 16GB DDR4

Model: Dell Latitude 7410

Audio: ALC295

BIOS: IDK

Wireless: Intel AX201

Trackpad: Generic Microsoft Precision Trackpad.

EFI Link:

[https://www.mediafire.com/file/vrfzjxtu3una05b/efi.7z/file](https://www.mediafire.com/file/vrfzjxtu3una05b/efi.7z/file)

I try build my first hackintosh with https://dortania.github.io/OpenCore-Install-Guide.

I believe I followed all the instructions in the attachment, but my device still won’t start. Could someone check if the config.plist is correct? I’m also including the log.

I created a new EFI from scratch; there is progress. I have attached photos.

https://preview.redd.it/qeemljfx9odd1.jpg?width=960&amp;format=pjpg&amp;auto=webp&amp;s=9a7b0c27e984f1faa6346536395761ffbde52da6

https://preview.redd.it/gx9j9wly9odd1.jpg?width=960&amp;format=pjpg&amp;auto=webp&amp;s=71ceb809d4ed2e50b9081b44c64c7514dddfa70d


00:000 00:000 AAPL: #[EB.H.IS|!] Err(0xE) <- RT.GV boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
00:014 00:014 AAPL: #[EB.H.IS|!] Err(0xE) <- RT.GV boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
00:027 00:013 AAPL: #[EB|H:IS] 0
00:040 00:013 AAPL: #[EB|LOG:INIT] 2024-07-20T14:51:44
00:054 00:013 AAPL: #[EB|VERSION] <"bootbase.efi 577~170 (Official), built 2023-04-15T04:14:26-0700">
00:067 00:013 AAPL: #[EB|BUILD] <"BUILD-INFO[400]:{"DisplayName":"bootbase.efi","DisplayVersion":"577~170","RecordUuid":"66DF046F-46FD-4D43-8276-80823DCE6890","BuildTime":"2023-04-15T04:14:26-0700","ProjectName":"efiboot","ProductName":"bootbase.efi","SourceVersion":"577","BuildVersion":"170","BuildConfiguration":"Release","BuildType":"Official","Compiler":"clang-1403.0.22.11","SdkVersion":"13.4","SdkBuild":"22F47","TargetArchitectures":"x86_64"}">
00:090 00:023 AAPL: #[EB.CFG.DEV|!] Err(0xE) <- RT.GV booter-strict-xmlparser 7C436110-AB2A-4BBB-A880-FE41995C9F82
00:199 00:109 AAPL: #[EB|CFG:DEV] r5 0x0 0x0
00:211 00:012 AAPL: #[EB|H:IS] 0
00:222 00:011 AAPL: #[EB|WL:MODE] 0
00:236 00:013 AAPL: #[EB|CFG:ARG] boot-save-log 0x0000000000000002 (0x0000000000000002 < 0xFFFFFFFFFFFFFFFF) default
00:247 00:011 AAPL: #[EB|CFG:ARG] wake-save-log 0x0000000000000002 (0x0000000000000002 < 0x0000000000000002) default
00:258 00:011 AAPL: #[EB|CFG:ARG] console 0x0000000000000001 (0x0000000000000001 < 0x0000000000000001) default
00:269 00:011 AAPL: #[EB|CFG:ARG] serial 0x0000000000000001 (0x0000000000000001 < 0x0000000000000000) default
00:280 00:011 AAPL: #[EB|CFG:ARG] preoslog 0x0000000000000001 (0x0000000000000001 < 0xFFFFFFFFFFFFFFFF) default
00:292 00:011 AAPL: #[EB|CFG:ARG] timestamps 0x0000000000000000 (0x0000000000000000 < 0xFFFFFFFFFFFFFFFF) default
00:303 00:011 AAPL: #[EB|CFG:ARG] log-level 0x0000000000000001 (0x0000000000000001 & 0x0000000000000021) default
00:316 00:012 AAPL: #[EB|CFG:ARG] breakpoint 0x0000000000000000 (0x0000000000000000 & 0x0000000000000000) default
00:327 00:011 AAPL: #[EB|CFG:ARG] kc-read-size 0x0000000000100000 (0x0000000000100000 < 0xFFFFFFFFFFFFFFFF) default
00:338 00:011 AAPL: #[EB|CFG:ARG] force-error 0x0000000000000000 (0x0000000000000000 & 0x0000000000000000) default
00:350 00:011 AAPL: #[EB|H:IS] 0
00:361 00:011 AAPL: #[EB|WL] 0 0 0x01 0x01 0 0x00
00:373 00:011 AAPL: #[EB|BRD:NV] Mac-E1008331FDC96864
00:385 00:011 AAPL: #[EB|B:VAw]
00:396 00:011 AAPL: #[EB|B:IAw]
00:407 00:011 AAPL: #[EB|WL] 0 0 0x01 0x01 2 0x00
00:419 00:011 AAPL: #[EB.BST.IDT|+]
00:435 00:015 AAPL: #[EB.BST.IDT|-]
00:447 00:012 AAPL: #[EB|WL] 0 0 0x01 0x01 3 0x00
00:458 00:011 AAPL: #[EB|WL] 0 0 0x01 0x01 4 0x00
00:470 00:011 AAPL: #[EB|BRD:NV] Mac-E1008331FDC96864
00:481 00:011 AAPL: #[EB|WL] 0 0 0x01 0x01 5 0x00
00:493 00:011 AAPL: #[EB.H.CHK|BM] 0x0000000000000000
00:504 00:011 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
00:516 00:011 AAPL: #[EB|WL] 0 0 0x01 0x01 23 0x0E
00:527

Читать полностью…

r/hackintosh

Stuck on "MACH Reboot" screen

I have an HP Omen Transcend 16 Lap
CPU: Intel Core i7 13th Gen i7-13700HX
GPU: Nvidia GeForce RTX 4070 GPU
Memory: 16GB RAM
Storage: 1TB SSD
Can anyone help me regarding this error...?

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

Читать полностью…
Subscribe to a channel