Reset mac sierra password in recovery mode running inside VirtualBox
Overview
In this tutorial we will learn how to reset mac sierra password in recovery mode running inside VirtualBox. In this tutorial we will see what option available to enter into recovery mode and reset password on Mac, Windows and Linux.
Problem
If you forgot mac sierra password and you are running mac sierra on VirtualBox it is difficult to enter into recovery mode since Command (⌘)+R doesn't work on VirtualBox and if you are running VirtualBox on windows and linux keyword layout is also different so it is a problem.
Note
If your data is very important and you are afraid to try please clone mac sierra image and try this solution on it.
Requirements
- Any OS (Mac, Windows, Linux)
- VirtualBox
- Mac Sierra VirtualBox image
Solution
Open VirtualBox and run mac sierra image, when mac image starts then start pressing F12 to enter into boot menu, screen will look like this
Select Boot Manager and hit enter
Select EFI Internal Shell and hit enter
Now UEFI Interactive Shell will appear
Enter FS2: and hit enter, please note command ends with :
Now type cd com.apple.recovery.boot and hit enter
Enter boot.efi and hit enter
Now the process starts
After 1 or 2 minutes depends on system speed it will open this screen
Select language and hit next arrow button
Next macOS Utilities window appears
Goto to Menu Bar and select Utilities and then select Terminal
Now the Terminal will appear
In Terminal type resetpassword and hit enter
Reset Password window appears here we can select account and click Next button
In this screen enter new password and click Next button
Now password has been reset successfully. Now click Restart button to restart machine
Now enter new password that we reset and login
Since it is a new password click on Create New Keychain button
That's it we have successfully reset password
Posted on Utopian.io - Rewarding Open Source Contributors
Leave Reset mac sierra password in recovery mode running inside VirtualBox to:
Read more #utopian-io posts
Best Posts From FaoB
We have not curated any of kabooom's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From FaoB
- Creating Android Archive (AAR), publishing to Maven Central and using it in android project Part 3
- Linking jcenter Android Archive (AAR) library to Maven Central Part 2
- Creating Android Archive (AAR), publishing to jCenter and using it in android project
- Image processing android app with Java Native Access (JNA)
- Mapping primitive, structure, array, NIO buffer, class and object types with Java Native Access (JNA)
- [utopian.java v0.3.1] - Support for api key, mapping new json fields to java
- Handling C++ callbacks, Logging and exceptions with Java Native Access (JNA)
- Reset mac sierra password in recovery mode running inside VirtualBox
- [utopian.java v0.3.0] - Support for string response to java type mapping
- [utopian.java v0.2.0] - Asynchronous Utopian API added for desktop Java and Android