reynardfox-user / z97x-ud5h

Working Clover configuration for z97x-ud5h, i7-4790K, GTX 1060
3 stars 1 forks source link

iPhoto Causes Reboot Loop #5

Open reynardfox-user opened 7 years ago

reynardfox-user commented 7 years ago

Do not, I repeat, do NOT open iPhoto. It seems as though the facial recognition feature on it is causing crashes on this particular motherboard. It automatically reboots Mac OS X within a minute of booting and never stops.

Of course, I didn't know this beforehand...so did load iPhoto. Here's the steps I took to break out of that reboot loop:

Note: you will have to know some basic Terminal commands to do all this. Just don't want to get into the nitty-gritty at the moment. Not even sure if anyone's reading this : P

reynardfox-user commented 6 years ago

Check if it's loaded

test $(launchctl list | grep com.apple.photoanaysisd.plist) && echo "Loaded" || echo "Not Loaded"

Remove It

launchctl unload /System/Library/LaunchAgents/com.apple.photoanaysisd.plist
rm -rf /System/Library/LaunchAgents/com.apple.photoanaysisd.plist