upekkha / AppleHardwareTest

Apple Hardware Test Download Links
1.16k stars 134 forks source link

CoreServices permission #18

Closed Clementinox closed 8 years ago

Clementinox commented 8 years ago

Is there a way to copy the .diagnostics folder to Coreservices folder. I have tried using terminal with cp -R and sevral commands but still getting No such file or directory error even tho everything is correct

sudo cp -R /Volumes/AHTCOne/System/Library/CoreServices/.diagnostics /System/Library/CoreServices

I tried changing permissions of the folder nothing works. please help

upekkha commented 8 years ago

The System Integrity Protection (SIP) of OS X 10.11 El Capitan no longer allows writing to system folders. You may try to run the AHT from a bootable USB stick.

thiemehennis commented 6 years ago

This may be a workaround - https://www.howtogeek.com/230424/how-to-disable-system-integrity-protection-on-a-mac-and-why-you-shouldnt/