Created
May 9, 2024 16:05
-
-
Save Korveld/df7cc679a179a077ce2fa6970ac0e6bb to your computer and use it in GitHub Desktop.
Mac usb boot create commands
This file contains hidden or 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
sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/123 | |
sudo killall Finder | |
sudo lsof +D "/Volumes/123” | |
mdutil -i off -d /Volumes/123/ | |
rm -r /Volumes/123/.Spotlight-V100/Store-V2/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment