Yea, eagerly waiting for the final OCLP for my 5,1.Congrats! I was just dreaming of dumping Windows for Tahoe on a hackintosh someday.
Yea, eagerly waiting for the final OCLP for my 5,1.Congrats! I was just dreaming of dumping Windows for Tahoe on a hackintosh someday.
rm -rf ~/Downloads/OpenCore-Legacy-Patcher/payloadsWhen I use OCLP3.0n to download Tahoe 26.0.1, I got error as below, what can I do?
Extracting macOS installer from InstallAssistant.pkg
Failed to install InstallAssistant
Subprocess failed.
Command: ['/Library/PrivilegedHelperTools/com.dortania.opencore-legacy-patcher.privileged-helper', '/usr/sbin/installer', '-pkg', '/Users/mikezang/Downloads/OpenCore-Legacy-Patcher/payloads/InstallAssistant.pkg', '-target', '/']
Return Code: 166
Likely Enum: OCLP_PHT_ERROR_INVALID_TEAM_ID
Standard Output:
None
Standard Error:
None
Same thing for me, using 3.0.0 nightly from July, 21: __os_trace_zalloc should be in /usr/lib/libSystem.B.dylib, but there is no /usr/lib/libSystem.B.dylib.Experimented with OCLP 2.4.0 from source, main goal is understanding. If that shows anything, then how well OCLP is written so that a non-specialist user like me can understand something.
First tried to generate the correct USB-Map.kext/Plist.info via OCLP directly. Modifications to several places in source listed in text file. The substantial changes are in the data at payloads/Kexts/Plists/AppleUSBMaps/Info.plist - here made only changes relevant to my MBP11,1 and MBP5,2. Caution, the Info.plist is not taken from here but setting up with Build-Project.command puts it into payloads.dmg so delete this first after changes to info.plist.
This modified 2.4.0 then generated correct EFIs for the 5,2 and 11,1.
Next was trying root patching. No metallib found yet for Tahoe so don't patch graphics. Try to get wifi to work.
Execution has to fail because Universal-Binaries.dmg doesn't contain things for Darwin 25 yet. So tried to use earlier versions (by cp -R 13.7.2-xx 13.7.2-25) and then repeat root patching without leaving OCLP.
Using xx=24 (i.e. Sequoia) executes the patch but patched system won't boot, so restored it.
I may try other xx later, but understanding was the goal.
Edit: with Sonoma (23), same result, won't boot. Referenced from WiFiPeerToPeer, missing symbol __os_trace_zalloc.
Symbol not found: _os_trace_zalloc
Referenced from: <D5CF0107-33E0-337B-BA08-5E2854254FD0> /System/Library/PrivateFrameworks/WiFiPeer ToPeer.framework/Versions/A/WiFiPeerToPeer
Expected in: <2FAF2E09-0D9C-35C9-A5BD-2DADBEB10472> /usr/lib/libSystem.B.dylib
AMFI: Denying core dump for pid 1 (launchd)pid 1 exited -- exit reason namespace 6 subcode 0x4, description Symbol not found: _os_trace_zalloc
Referenced from: <D5CF0107-33E0-337B-BA08-5E2854254FD0> /System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/Versions/A/WiFiPeerToPeer
Expected in: <2FAF2E09-0D9C-35C9-A5BD-2DADBEB10472> /usr/lib/libSystem.B.dylib
panic(cpu 0 caller Oxffffff802ae84b53): initproc failed to start -- exit reason namespace 6 subcode 0x4 description: Symbol not found: _os_trace_zalloc
Referenced from: <D5CF0107-33E0-337B-BA08-5E2854254FD0> /System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/Versions/A/WiFiPeerToPeer
Expected in: <2FAF2E09-0D9C-35C9-A5BD-2DADBEB10472> /usr/lib/libSystem.B.dylib
Does that actually solve his problem? I thought this was solved by building privileged helper with DEBUG option.rm -rf ~/Downloads/OpenCore-Legacy-Patcher/payloads
Relaunch oclp
Just offering a quick fix. Did it actually work?Does that actually solve his problem? I thought this was solved by building privileged helper with DEBUG option.
EDIT: @mikezang You do know that Tahoe is still not supported by OCLP 3.0.0 - right?
EDIT2: @sinbad21 OCLP 3.0.0 won't patch without modifications. You can try copying and pasting the missing components (renaming them as needed), but in my case, the mods didn't work.
The fix for OCLP_PHT_ERROR_INVALID_TEAM_ID error is to make privileged helper with Debug argument.Just offering a quick fix. Did it actually work?
That didn't work...Just offering a quick fix. Did it actually work?
There are a lot of contents in link, can you show me the simple way to fix OCLP_PHT_ERROR_INVALID_TEAM_ID error directly?The fix for OCLP_PHT_ERROR_INVALID_TEAM_ID error is to make privileged helper with Debug argument.
EDIT: See OCLP build instructions here
https://forums.macrumors.com/thread...pported-macs-discussion.2458481/post-34029215
EDIT2: I should clarify - it's the only fix I know. If there's another way to fix short of building with Dortania's Team ID, I'm not aware of it.
I used updateoclp.sh to update OCLP 3.0.0, then run it by python OpenCore-Patcher-GUI.command .@mikezang That link with 'a lot of contents' lists the build steps. How did you build OCLP 3.0.0?
I found this methode to disable FileVault in recovery and it worked for me after updating to Tahoe 26 on my Hackintosh and the system was locked.Due to an increase in the volume of work this time of year, I could not run any tests regarding Tahoe + FileVault (as reported on Issue#1167):
FileVault
There have been reports of FileVault being turned on automatically with the installation of Tahoe, leading to issues with volume decryption. This is another casualty of the OS only supporting T2 Macs (which handle FileVault through the T2). This should be fixed with using apfs.efi from Sequoia, but remains to be tested.
Does anyone tested if apfs.efi from Sequoia fixed the problem?
Thank you,