Factory reset PPC iMac G5

Soldato
Joined
11 Oct 2009
Posts
16,777
Location
Greater London
Have an old PPC iMac G5 in the office at work, and we want to factory reset it. Problem is, the original owner has forgotton his password to the account and has lost the original install discs.

Is there any other way to factory reset the Mac?
 
You could try resetting the password from single user mode (providing there isn't a firmware password):

Code:
1. Boot into single user mode (press Command-S at power on)
2. Type fsck -fy
3. Type mount -uw /
4. Type launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
5. Type dscl . -passwd /Users/username password, replacing username with the targeted user and password with the desired password.
6.Reboot
 
Bit of a bump but only just had some free time. The commands didn't work, it can't find the file to load.

However using this command in single user mode allowed me to create another admin account:

Code:
rm /var/db/.applesetupdone

Deleted the old account and now it's sorted.

Now need to work out how to bring it back up to speed...
 
Back
Top Bottom