kextstat | grep latebloom returns nothing and "log show --predicate 'sender == "latebloom" AND composedMessage CONTAINS "Hook placed successfully"' --start $(date "+%Y-%m-%d") --debug" returns:
Filtering the log data using "sender == "latebloom" AND composedMessage CONTAINS "Hook placed successfully""
Skipping info messages, pass --info to include.
Timestamp Thread Type Activity PID TTL
--------------------------------------------------------------------------------------------------------------------
Log - Default: 0, Info: 0, Debug: 0, Error: 0, Fault: 0
Activity - Create: 0, Transition: 0, Actions: 0
The section in config.plist with latebloom:
XML:
<key>Kernel</key>
<dict>
<key>Add</key>
<array>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>Lilu.kext</string>
<key>Comment</key>
<string>Do not touch this setting</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/Lilu</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>16.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
...............
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>latebloom.kext</string>
<key>Comment</key>
<string>PCI delay for BS/Monterey</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/latebloom</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>18.7.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
It is the last entry.