Photos for Mac
Q: getting an iMac G5 ready to sell
I have a G5 pc that I am selling. Thanks to archived threads, I have backed up, used disk utliity to erase with 0's, installed the original disks (Tiger) and installed 10.5.4 (disk is part of the sale). I would like to get the computer to start up fresh for the buyer. I found this on the internet:
******************************************************************************** *******************
Here are the Terminal commands to delete a temporary (or lone) account in single-user mode on Leopard (in the following commands, replace username with whatever account short name you've created). Note that this must all be done in single user mode (hold Command-S during boot).
First, the usual stuff:
$ mount -uw /
$ rm -R /Library/Preferences/
$ rm -R /Users/username/
(Note that deleting /Library/Preferences/ is optional and in some cases may cause problems after pre-configuring some third-party software. However, I do this after simple configs or installs, e.g., install an OS, apply Software Updates, and then give it to the end user to create a fresh account.)
Now here's what's new in Leopard:
$ rm /var/db/dslocal/nodes/Default/users/username.plist
$ rm /var/db/.AppleSetupDone
******************************************************************************** *********************
I've never touched Terminal before. When I try to input the commands $ mount -uw /
$ rm -R /Library/Preferences/
$ rm -R /Users/username/
It tells me it's not a legal function,
Looking for help in getting the computer to start up as a new computer.
Thanks,
Grawingirl
******************************************************************************** *******************
Here are the Terminal commands to delete a temporary (or lone) account in single-user mode on Leopard (in the following commands, replace username with whatever account short name you've created). Note that this must all be done in single user mode (hold Command-S during boot).
First, the usual stuff:
$ mount -uw /
$ rm -R /Library/Preferences/
$ rm -R /Users/username/
(Note that deleting /Library/Preferences/ is optional and in some cases may cause problems after pre-configuring some third-party software. However, I do this after simple configs or installs, e.g., install an OS, apply Software Updates, and then give it to the end user to create a fresh account.)
Now here's what's new in Leopard:
$ rm /var/db/dslocal/nodes/Default/users/username.plist
$ rm /var/db/.AppleSetupDone
******************************************************************************** *********************
I've never touched Terminal before. When I try to input the commands $ mount -uw /
$ rm -R /Library/Preferences/
$ rm -R /Users/username/
It tells me it's not a legal function,
Looking for help in getting the computer to start up as a new computer.
Thanks,
Grawingirl
iMac G5, Mac OS X (10.5.4), pc
Posted on Feb 10, 2011 9:18 PM
by WZZZ,Solvedanswer
Mac OS X
I don't understand your problem. You have already zeroed out the drive and installed 10.5. So what's preventing you from simply following the instruction above, "when you’re prompted to create a new user, just press Command-Q?" Since you seem to be encountering so much difficulty using the commands you gave in your first post -- and I'm not sure they're even appropriate for this situation -- this might be the best way to proceed.
However, since it seems you already missed the opportunity to quit (using Command-Q) the Setup Assistant before creating a new user account, you should now just erase (no need to zero out) the 10.5 you just installed (with no risk since there's nothing on it) and reinstall, and you should be presented with a new Setup Assistant which you can then quit at the proper moment.
However, since it seems you already missed the opportunity to quit (using Command-Q) the Setup Assistant before creating a new user account, you should now just erase (no need to zero out) the 10.5 you just installed (with no risk since there's nothing on it) and reinstall, and you should be presented with a new Setup Assistant which you can then quit at the proper moment.
Posted on Feb 11, 2011 4:09 PM