MacBook 2020 Single user mode?

1 Antwort

Das scheint eine echt komplizierte Nummer zu sein.

https://eclecticlight.co/2020/11/28/startup-modes-for-m1-macs/

Single-User Mode / Terminal in Recovery Mode, to run command tools in minimal macOS
Not available  (see comment below for an elaborate method for engaging a much less convenient alternative).  Start up in Recovery Mode, and open Terminal from the Utilities menu.
Updated 13 April 2021. Thanks to CMMChris for the information on Verbose Mode, to NinjaTurtle45 for information on the most complex single-user mode on the planet , and to  SoftRAID  for the instructions for rolling back to a System snapshot.
NinjaTurtle45  on January 25, 2021 at 6:53 pm  Reply
Turns out Single User Mode does exist on M1 Macs; however it requires a massive security downgrade and a trip to Recovery Mode.
Launch 1 True Recovery, open Terminal, then run “bputil -a” (without the quotes) to downgrade system security and allow for more boot arguments. You might need to restart after this step.
Then, run [nvram boot-args=”-s”] (without the square brackets). Restart to launch Single User Mode.
Once in Single User Mode, run these commands (in the following order) to mount the root volume group:
1. mount -P 1
2. /usr/libexec/init_data_protection
3. mount -P 2
Future restarts will always launch Single User Mode first. To stop launching Single User Mode, run [nvram boot-args=””] (without the square brackets).
To restore your system to full security, run “bputil -f” (without the quotes). If you choose to run that command in macOS, prefix “sudo” to the beginning.

Aber mindestens 1 User meldet, dass die Methode bei ihm nicht funktioniert.