I assume you're referencing theWhat am I missing - is volume sealing or snapshotting involved? Can the hash be re-calculated and thus fixed somehow?
_authenticate_root_hash
patch, there shouldn't be any additional patches needed. We've been using it internally without much issue on several units (Macmini4,1, Macmini5,1, MacPro5,1, MacBookPro9,2, etc)However regarding recalculating the hash, not possible without Apple's XBS system internally.
Could you verify the patch itself is enabled inside the config.plist under Kernel -> Patch? It should look similar to the one attached. Otherwise if that's still correct, I found
_is_root_hash_authentication_required
as another function you could try to patch to return zero (simply replace the Base
with _is_root_hash_authentication_required
)