Skip to content

Instantly share code, notes, and snippets.

@willywg
Last active July 12, 2018 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willywg/4ee9b566b45271ec9995146269bb5336 to your computer and use it in GitHub Desktop.
Save willywg/4ee9b566b45271ec9995146269bb5336 to your computer and use it in GitHub Desktop.
1. Iniciar clover con opcion -s en el booteo (borrar cualquier otra opcion presente). Esto inciiará en Single-User mode
2. En terminal correr mount -uw /
3. Eliminar comprobador de cuenta nueva en Mac: rm /var/db/.AppleSetupDone
4. reboot
5. Crear un usuario nuevo (no usar el nombre del mismo usuario a recuperar)
6. Al inicar la cuenta nueva (nuevo admin) en prefeencias crear un usuario con el mismo nombre, elegir usar la carpeta existente
7. Cambiar a la cuenta del usuario recuperado dos veces. Pedira recuperar algunos accesos.
8. Resolver permisos: sudo chown -R willywg:admin /usr/local/var/
Fuente:
https://www.cnet.com/how-to/how-to-rebuild-a-user-account-in-os-x/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment