Contribute
Register

macOS Monterey (12.7) keeps restarting after 3 or 2 minutes after boot.

How do I check?
look inside the kext, good guess is that there is no executable and for some reason you are adding one in your config.plist and that it is unable to find one which is giving you the error
 
look inside the kext, good guess is that there is no executable and for some reason you are adding one in your config.plist and that it is unable to find one which is giving you the error
Oh, When I checked Windows for the kext, I only saw Info.plist.
 
Oh, When I checked Windows for the kext, I only saw Info.plist.
which is why a properly formatted config.plist is important
 
which is why a properly formatted config.plist is important
Oh, well how do I fix this kext and make it have an executable?
 
Oh, well how do I fix this kext and make it have an executable?
you don't make an executable for a codeless kext

just remove the Contents/.. line
 
you don't make an executable for a codeless kext

just remove the Contents/.. line
I just move the Info.plist file to the root of the Kext?
 
I just move the Info.plist file to the root of the Kext?
no

you remove the line Contents/MacOS/UTBMap from ExecutablePath in your config.plist
 
IT BOOTS!
 
Okay, so it has installed, but after it hits the gray screen which means the setup is starting up, it just restarts.
 
Back
Top