Hi MaLd0n,
To clarify for everyone following this thread, this is the exact same system setup as before, only updated to macOS 26.6 (Tahoe) — and it seems all these issues started specifically in 26.6. There are no third-party patchers, OCLP scripts, or modified legacy kexts here.
Here is the exact technical context:
1. System Environment: Running macOS Tahoe (macOS 26.6, Build 25G72) — exact same setup as before, updated to 26.6.
2. AppleHDA Origin: The AppleHDA.kext being used is 100% vanilla, restored directly from Apple's official Kernel Debug Kit (KDK) for macOS 26.6.
3. The AuxKC Issue: In macOS 26.6, Apple restricted legacy kernel extension loading from /Library/Extensions/ and stripped certain export symbols from kernel collections.
When attempting to build the Auxiliary Kernel Collection via kmutil, kernelmanagerd fails with this explicit log error:
"Error occurred while building a collection: Superclass vtable '__ZTV8OSObject' is not exported from 'com.apple.driver.AppleHDA' or its dependencies"
This confirms that the issue is not caused by user patchers or stale files, but by missing vtable export symbols in macOS 26.6's AppleHDA dependency tree when building the AuxKC.
Is there an updated HDAUniversal build compiled specifically for macOS 26.6 KDK symbols? Thank you!