I've bought a Mac OS X 10.5.3 but it is locked. I live in Cameroon and there is no Apple Store here.

0 votes
No avatar asked by (120 points)
edited by

I've bought a Mac OS X 10.5.3 but it is locked. I live in Cameroon and there is no Apple Store, so I would like to know how to remove this barrier.

1 Answer

0 votes
No avatar answered by (79.9k points)
edited by

You will need to boot the Mac into the terminal mode. To do it, restart the Mac and press Command (Apple symbol) + S. A bunch of text will be displayed on your screen. This is the Unix loading process of your OS. Wait until the terminal appears then use the following commands.

  1. Mount the file-system using : mount -uw /

  2. Load the system resources: launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist

  3. If you don't know the username type: ls /Users

  4. Use the following command to change the password (enter it twice): passwd USERNAME

  5. Reset the keychain. Doing this will also remove any other passwords stored in the keychain, but if you choose to skip it, keychain will not recognize your new password: rm -rf /Users/username/Library/Keychains/login.keychain

  6. After all these steps, type reboot to reboot your Mac and log in with your password.

Note: This procedure works for Mac OSX 10.5.x.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...