stilljoe.blogg.se

How to make a bootable installer for mac os
How to make a bootable installer for mac os









Terminal displays the progress as the volume is being erased.

  • When prompted, type Y to confirm that you want to erase the volume, then press Return.
  • Terminal doesn't show any characters as you type your password.

    #HOW TO MAKE A BOOTABLE INSTALLER FOR MAC OS PASSWORD#

    When prompted, type your administrator password and press Return again.* If your Mac is using macOS Sierra or earlier, include the -applicationpath argument and installer path, similar to the way this was done in the command for El Capitan. Sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume -applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app Sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume Sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume Sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume Sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume Sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume If it has a different name, replace MyVolume in these commands with the name of your volume.

    how to make a bootable installer for mac os how to make a bootable installer for mac os

    These assume that the installer is in your Applications folder and MyVolume is the name of the USB flash drive or other volume you're using.

    how to make a bootable installer for mac os

    Type or paste one of the following commands in Terminal.Open Terminal, which is in the Utilities folder of your Applications folder.Connect the USB flash drive or other volume that you're using for the bootable installer.









    How to make a bootable installer for mac os