Last active
October 30, 2024 08:10
-
-
Save sumitsahoo/d71b17b19477c5ee710c9a51707d8eb0 to your computer and use it in GitHub Desktop.
Create bootable macOS USB drive
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Change macOS image name and USB drive name | |
# USB formatted as Mac OS Extended (Journaled) and choose GUID Partition Map as the Scheme. | |
sudo /Applications/Install\ macOS\ Sequoia.app/Contents/Resources/createinstallmedia --volume /Volumes/Sequoia | |
# Press and hold power button for boot menu (Apple Silicon) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment