crwdns2915892:0crwdne2915892:0
If you forgot the password to your Mac or you need to create a new administrator account but you do not know the password of any administrator user account on the computer, or you just want to see the Setup Assistant again, this guide will show you how to trick your Mac into thinking it has never been set up before without wiping any of your data.
If you have a Firmware Password enabled on your Mac, you must disable it otherwise this guide will not work!
This will NOT work if FileVault is enabled!
The instructions in this guide WILL NOT work on a Mac with an Apple T2 Chip or an Apple Silicon processor (such as the M1).
-
-
Shut down your Mac
-
Press and hold the Command + S keys while pressing the power button to turn on your Mac.
-
It is best to start holding the keys before the screen turns on or you hear the startup chime. If you see the Apple logo, then you need to shut down and to do this step over. Except on a Mac with a T2 chip, the Apple logo will always appear the second the computer turns on.
-
You should see a black screen with white text.
-
-
-
When the text stops, you should see a line that says "localhost:/ root#" at the bottom. If you don't see "localhost:/ root#", press enter.
-
Type in "mount -uw"
-
Some more text will appear on the screen. when you see the "localhost:/ root#"at the bottom, continue to the next step
-
-
-
Type in, "rm /var/db/.AppleSetupDone" and press enter/ return
-
-
-
-
If you get a message that says "override r------- root/wheel for /var/db/.AppleSetupDone?", type in "y" and press enter/return.
-
You may get an error that says, "rm: /var/db/.AppleSetupDone: read-only file system.
-
If you don't see a message that says "override r------- root/wheel for /var/db/.AppleSetupDone?", then continue to the next step.
How to fix this error? You may get an error that says, "rm: /var/db/.AppleSetupDone: read-only file system.
Sometimes if you start over, it will work but you may be getting the error because you are using a Mac with a T2 chip and it won’t work on Macs with a T2 chip because the T2 chip does not allow write access to the drive.
same error, and I found a fix
If you receive it, it means that this command hasn’t worked: “mount -uw / “
In my case, I only typed “mount -uw” and hit enter, but you MUST type it all:
mount -uw /
including the space and /
this fixed it for me and I was able to remove the setup file and proceed as described here
I type mount -uw / but still got the error "rm: /var/db/.AppleSetupDone: read-only
how can I fix it? I need to reset my imac
Okay, I figured out a method:
Type
mount -uw /
with the space and the slash. Hit return.Type
mount -uw
again with no space nor slash. Hit return.Then type
rm /var/db/.AppleSetupDone
and hit return.The only time text will appear is when you type the second line. After the AppleSetupDone line, you shouldn't even have to type Y and then hit return. In fact, nothing should happen.
If you still can't, type
fsck -fy
and hit return. This will check your startup volume.you’re clutch! thank you! it worked lol
This one worked for me. Until I hit another roadblock stating that this computer remotely administered by Hudson Pub School. This 2nd time I did not login into my Wi-Fi during setup and it let me create a new admin acct that only I controlled. Now to delete Hudson Pub Schools.
-
-
-
Type in "reboot" and press enter/return.
-
-
-
Your Mac will now reboot to the Setup Assistant. You can now set up your Mac.
After step 6, it reboot and going to normal window to enter password rather new admin setup page.. What could be the problem here?
Did you see a read only file system error when typing in “rm /var/db/.AppleSetupDone” in single user mode?
Same problem and i did not get a read only
-
-
-
You have now created a new user account with full administrator access. All the user accounts created prior to this remain untouched.
-
You have now successfully created a new administrator account on your Mac.
You have now successfully created a new administrator account on your Mac.
crwdns2935221:0crwdne2935221:0
crwdns2935229:022crwdne2935229:0
crwdns2947412:08crwdne2947412:0
What are the steps to overcome the error?
“You may get an error that says, rm: /var/db/.AppleSetupDone: read-only file system.”
This error can be caused because FileVault is enabled or that there was some random error. Try running the same commands in Terminal in the macOS recovery partition and see if that works. This error may also occur on a Mac with a T2 chip. If FileVault is enabled, you will have to erase the hard drive/SSD and reinstall macOS if you forgot your password.
Elijah -
i get no such file or directory why ???
El nuevo usuario administrador que se crea ¿de dónde toma el nombre “Admin” que es el nombre del nuevo usuario administrador?
Horacio Gáñez
: /var/db/.AppleSetupDone: read-only file system.",
you have to allow write access to the filesystem,
but only after checking for errors.
On my old MacBookPro, it's written in the system messages:
/sbin/fsck -fy
/sbin/mount -uw /
rm /var/db/.AppleSetupDone
Afterwards, it worked as described
Hola, crea un nuevo usuario pero las cuentas antiguas se puede acceder sin ingresar el Pasword?
Remember, when mounting the drive, you actually mount two drives: the first one you mount is the root drive. The second one is the actual boot drive.
First mount the root drive mount -uw /
Second mount the boot drive mount -uw
Then you can remove the file, but I would recommend using rm -R instead of just rm. This will prevent the error.
And to add to that, the var folder may be located in /private/var, so you will may need to type rm -R /private/var/db/.AppleSetupDone.
Como se hace
Isabel Peralta - crwdns2934203:0crwdne2934203:0