
- Make a bootable high sierra usb install#
- Make a bootable high sierra usb update#
- Make a bootable high sierra usb full#
- Make a bootable high sierra usb download#
- Make a bootable high sierra usb mac#
Yet “y”, then Enter, and the process will begin. You will be asked to confirm that you’re ready for the disk to be deleted: For macOS Sierra, this is /Applications/Install\ macOS\ High\ Sierra.app To provide the application with a path to the installer package.To provide the application with a path to the volume that will be overwritten.Obviously, change “High\ Sierra.app” to whatever version you’re installing. /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia is the location of the script.This means the command must start with sudo In case you’re curious, here’s how this breaks down: sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia -volume /Volumes/Installer -applicationpath /Applications/Install\ macOS\ High\ Sierra.app
Make a bootable high sierra usb install#
Note that the exact command will vary depending on which version of macOS you’re trying to install this one is specific to Sierra. Open the Terminal, which you can find in Applications > Utilities, and run the following command. Next, let’s find the installation script. To summarize: there is a script, called createinstallmedia, included in every macOS installer, and we’re going to run it.įirst, insert your thumb drive and give it a name-I’m using “Installer” for the purposes of this writeup, but make note of whatever name the drive has. If you’d rather not rely on a third-party tool to create your disk, Apple offers a built-in Terminal-driven method outlined here. The (Slightly) Harder Way: With the Terminal

The Terminal method, outlined below, does not include these. When the process is done you’ll hear a loud lion roar (seriously, it freaked me out), and you’ll see the completed drive.ĭiskmaker X also offers a variety of utilities, which can come in handy. Once you authorize the action, DiskMakerX will mostly run in the background.

Choose the drive or partition, knowing that it will be completely overwritten. Start the program and it should find the installer you downloaded above. If you’ve put the installer somewhere besides the Applications folder, you can direct DiskMaker X to the file manually.Īfter that, you’ll be asked which disk you’d like to use. Installing is simple: just mount the DMG, then drag the program to your Applications folder.
Make a bootable high sierra usb download#
Generally, the latest version supports only the latest version of macOS if you want to install something older than macOS High Sierra, check the list of older versions and download one that’s compatible with your chosen operating system.

The simplest way to create a boot USB drive is to download DiskMaker X and use it to create your drive. There are two ways to do this: one with third party software, and another with the Terminal. Again, the installer will launch when the download is complete close the window when this happens.
Make a bootable high sierra usb mac#
Click the “Download” button to the left of the release you want to install, and your Mac will download it. You will only find versions you’ve previously downloaded here. Instead, you’ll have to head to the “Purchases” tab in the installer and scroll down until you find the version of macOS you want on your thumb drive.
Make a bootable high sierra usb update#
At this point, you can update macOS or install a new version.If you don’t want the latest version of macOS, searching the App Store won’t help you. The installer for macOS will boot from it. Select the drive on which you wrote the installation program. You will be asked which drive to boot from:

Turn on the Mac while holding down the Option key. Shut down the Mac, then connect your installation disk. Now that you’ve created an external installer, you’ll need to boot from it on your target Mac. Hopefully you get the idea: you need to run the script in the installer yourself, point to your drive, and then point to the installer. Outsider:: sudo /Applications/Install OS X Mavericks.app/Contents/Resources/createinstallmedia -volume /Volumes/Installer -applicationpath /Applications/Install OS X Mavericks.app.Yosemite: sudo /Applications/Install OS X Yosemite.app/Contents/Resources/createinstallmedia -volume /Volumes/Installer -applicationpath /Applications/Install OS X Yosemite.app.Captain: sudo /Applications/Install OS X El Capitan.app/Contents/Resources/createinstallmedia -volume /Volumes/Installer -applicationpath /Applications/Install OS X El Capitan.app.Saw: sudo /Applications/Install macOS Sierra.app/Contents/Resources/createinstallmedia -volume /Volumes/Installer -applicationpath /Applications/Install macOS Sierra.app.
Make a bootable high sierra usb full#
Here is the full command for some newer versions: Earlier versions of macOS have slightly different names. The above command is specifically for High Sierra (and a hard drive called the “Installer”). Note that the Utilities folder offered by DiskMaker X does not exist here. The process will take a while, but when it’s done you will have a bootable drive with the installer on it.
