My post on Mac OS X Password Recovery that I made almost a year ago continues to get comments today. It’s a fairly common issue. Since it has reached 126 comments (and the page is getting long), I’ve decided to close comments. You can continue discussion by leaving a comment here.
Archives
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- March 2003
- October 2002
- September 2002
- August 2002
- July 2002
- June 2002
- March 2002
Recent Posts
Categories
- AdSense Journal
- Apple
- Big Room
- Blogging
- Business
- Christianity
- Computer Tips
- Cosmo Atom Publishing
- Daily Trojan
- Entertainment
- Family
- Forums
- Geek Stuff
- Goals
- GoogleCommunity
- GPS
- High School
- Ideas
- Information
- Jokes
- JPL
- Life
- Midnight Messages
- Music
- Neat Stuff
- Networking
- Politics
- Questions
- Sidenotes
- Social Networking
- Song Lyrics
- Startup School
- Stuff 2 Buy
- Technical
- TechTV
- Travel
- USC
- Web Hosting
- Web Monetization
- Work
Recent Comments
Top Commentators
- Michael (13)
- Bob (8)
- andrew (5)
- Katy (5)
- Mike (5)
- Brian (4)
- Daniel (4)
- jewelry blog (4)
- aamir (3)
- Chris (3)

THIS nearly worked but produced a “Sorry” repsonse at the point indicated below. Several ppl have raised this as a problem but nobody has come out with a way past “Sorry”. Please help. (My specs are Ibook G4 running Mac OSX 10.4.6.
Comment by Rosa Absatz
2006-11-30 00:22:50
0) Restart…
1) Hit Command-S at boot.
2) “sh /etc/rc†— this command is suggested by MacOS X itself to start important system services but stay in single-user mode.
3) “niutil -list . /users†— find out my user’s name if I was ignorant not to see it before the reboot.
4) “passwd my_nameâ€.
[system says]enter new password
[system says]enter new password
[system says] sorry
I have tried typing a very simple password very carefully in case it was a mismatch of the two password entries but this has not worked.
I had the same problem until I figured out that “my_name” isn’t a proper command. You have to type in “passwd” followed by your user name where “my_name” is. For example, if your user name is PeterSmith you have to type in “passwd_petersmith” and reset the password for that user. Once this is done, type in the reboot command and when you start up again, you will type in your new password. It worked on my Macbook Pro. Good luck.
thats gotta be the most helpful thing ive found, i was about to give up on it. thanks alot.
Ricardo’s method seems to be getting close to working for me on my mac mini. I get to the password prompt and I can enter a new password and reboot, I’m just not sure i’m doing it right. Do I type “passwd root” or do i replace “root” with the actual username of the root user. All lowercase did not seem to work, but Firstname_Lastname just like it is on the login menu except with an underscore did not seem to work either. Any suggestions?
Hello there. I finally got this puzzle almost solved. It may help the others. Here it goes:
in my mac mini, i have a 10.4, so this is what i did to change passwords without the freezing after step 4:
/sbin/mount -y
then the command starts
/sbin/mount -uw / (dont leave any space after the /)
it will say u made an illigal move, but it will keep going, after 10 seconds.
then type straight away:
/usr/libexec/register_mach_bootstrap_servers /etc/mach_init.d
it will show some of the network tabs, nonsense stuff…
then type:
cd /var/db/netinfo
then:
netinfod -s local
then type:
passwd root
enter
it will ask for new passwords, but it will look like frozen, but is not. keep going.
after new passwords, type reboot.
It worked fine for me.
Here is the combo for G5 with 10.3.9
/sbin/fsck -y
enter
mount -uw
enter
/sbin/mount -uw
enter
rm /var/db/.applesetupdone
enter
reboot
enter
should see set up wizard!