Everything seems to be working fine after creating a 10.15.4 patched Catalina installer with Catalina Patcher 1.3.1, but I did see the oddity below. In order to purge out the 'viral' AAAMouSSE.kext which is unwanted on a MacPro 3,1 with GTX680, I normally execute...
sudo mount -uw /
cd /Library/Extensions
sudo rm -rf AAAMouSSE.kext
cd /
sudo kextcache -i /
However the kernel cache rebuild command produced this output...
Kext with invalid signature (-67054) allowed: <OSKext 0x7fc2421e1f70 [0x7fff888d08c0]> { URL = "file:///System/Library/Extensions/IOATAFamily.kext/", ID = "com.apple.iokit.IOATAFamily" }
Kext with invalid signature (-67054) allowed: <OSKext 0x7fc2425376e0 [0x7fff888d08c0]> { URL = "file:///System/Library/Extensions/IO80211Family.kext/", ID = "com.apple.iokit.IO80211Family" }
Kext with invalid signature (-67054) allowed: <OSKext 0x7fc242240bc0 [0x7fff888d08c0]> { URL = "file:///System/Library/Extensions/AppleHDA.kext/", ID = "com.apple.driver.AppleHDA" }
Kext with invalid signature (-67050) allowed: <OSKext 0x7fc242004370 [0x7fff888d08c0]> { URL = "file:///Library/Extensions/SIPManager.kext/", ID = "com.parrotgeek.SIPManager" }
Kext with invalid signature (-67062) allowed: <OSKext 0x7fc24070bb10 [0x7fff888d08c0]> { URL = "file:///Library/Extensions/LegacyUSBInjector.kext/", ID = "com.parrotgeek.LegacyUSBInjector" }
Kext with invalid signature (-67030) allowed: <OSKext 0x7fc240704bf0 [0x7fff888d08c0]> { URL = "file:///Library/Extensions/LegacyUSBVideoSupport.kext/", ID = "com.parrotgeek.LegacyUSBVideoSupport" }
Invalid signature -67050 for kext <OSKext 0x7fc242004370 [0x7fff888d08c0]> { URL = "file:///Library/Extensions/SIPManager.kext/", ID = "com.parrotgeek.SIPManager" }
Invalid signature -67030 for kext <OSKext 0x7fc240704bf0 [0x7fff888d08c0]> { URL = "file:///Library/Extensions/LegacyUSBVideoSupport.kext/", ID = "com.parrotgeek.LegacyUSBVideoSupport" }
KernelCache ID: 170E811B38212F3B1C594153C125A299
File at path '/Library/Apple/System/Library/PrelinkedKernels/prelinkedkernel' changed, cannot be used
Child process /usr/sbin/kextcache[781] exited with status 77.
Error 107 rebuilding /Library/Apple/System/Library/PrelinkedKernels/prelinkedkernel
At that point, I used the Patch Updater (which had autolaunched) to apply the Night Shift patch and rebooted. Night Shift is working fine so I assume the kernel cache finally got rebuilt. However that Error 107 for the manual rebuild was odd.
[automerge]1585139900[/automerge]
Also, is it my imagination or is 10.15.4 zippier than 10.15.3 on a MacPro 3,1?