16-04-2021



Mac OS Installer retail Version of Yosemite, El Capitan or Mac OS Sierra, choose one you desire to make the bootable USB. To get Mac OS X InstallerApps you can ask help from a friend who has “ real Macintosh” to download it from the App Store. After successfully creating the bootable USB thumb drive with macOS High Sierra using windows 7, then booting the macbook air mid 2011 with the created bootable USB thumb drive plugged in and then choosing the boot and install macOS High Sierra (the default highlighted option.

Apple uses its App Store to distribute its software, like new Mac operating systems. It’s convenient, but sometimes it can take a while for a download to finish. And if you have multiple Macs, it’s inefficient to download the new OS to each and every Mac.

  • Or as the macOS Catalina is out, chances are you’ve lots of Mac and would like to create macOS Catalina bootable USB installer on Windows. For installing most systems like Windows 10 and others, creating a bootable USB installer is the first step and also the most important step.
  • How to create a Bootable Installer for macOS High Sierra 10.13 Download create-bootable-installer-for-macos-high-sierra.sh zip How to create a Bootable Installer for OS X El Capitan 10.11.
  • I have successfully created a macOS Mojave bootable USB from macOS. Then I thought I should back up the partition of the macOS installer and share it with everyone who wants to use it from Windows. I have created two partition image files, the first is Clover Bootloader and the second one is macOS installer.

That’s why I like to make a bootable external drive for the sole purpose of installing the Mac operating system. When I need to tend to a bunch of Macs, it’s much faster to use a bootable drive instead of going to each Mac, launching the App Store, searching for the operating system, downloading it (after entering my Apple ID), and then running the installer.

Sierra

You can create a bootable USB flash drive with the macOS Sierra installer that’s now available. The installer software will take up nearly 5GB of storage space. Here’s how to create a bootable macOS Sierra installer drive.

Download the macOS Sierra installer

Launch the App Store app, then look for macOS Sierra in the store. (Here’s a link.) Click on the Download button, and your Mac will download the installer to your Applications folder. If it automatically launches after download, quit the installer.

Mac Sierra Bootable Usb Terminal

If you’ve already upgraded your Mac to Sierra, the installer is removed from the Applications folder. You can download it again if you go to Purchased in the App Store. Look for macOS Sierra in the list of apps that you’ve bought, and click on the Download button. If it automatically launches after download, quit the installer.

Get an external drive

Bootable

You can use a USB flash drive or a hard drive with room for the installer software. I’ve used different drives with success, including a VisionTek 120GB USB 3.0 Pocket Solid State Drive ($83 on Amazon) and an old 8GB Iomega Micro Mini Hard Drive.

Don’t worry if the drive isn’t formatted for the Mac. The drive will be reformatted automatically as part of the process. Change the name of your drive to Untitled; you need to do this for the steps below.

The quick and easy way

The process detailed below involves the Terminal. If your really don’t want to use Terminal, there are a couple of free apps you can use.

  • Install Disk Creator is a straightforward way to create a boot disk. I was able to make a macOS Sierra external USB boot disk in a few minutes, and the installation worked without a hitch. Also works with older versions of OS X.
  • Diskmaker X is a popular app. It also supports older versions of OS X.

Use the Terminal to create a boot disk

So you have your external drive, and the Sierra beta installer is in place. Now you’re going to use Terminal to create a boot drive. If you’ve never used Terminal before, don’t worry. This is pretty easy.

Usb

Here are the steps to create a macOS Sierra beta boot disk. (Apple also has these instructions.)

  1. Connect the external drive to your Mac. (In the Terminal command you will use, I use Untitled to represent your external drive. If your drive is named something else, you need to change Untitled to the name of your drive.)
  2. Launch Terminal (/Applications/Utilities/Terminal.app).
  3. Copy the following:
    sudo /Applications/Install macOS Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install macOS Sierra.app
  4. Go back to Terminal and paste the copied code at the prompt.
  5. Terminal will ask for a password. This is your user password. Terminal doesn’t display characters when you type it in. Hit Return.
  6. Terminal will tell you that it will erase your drive. To confirm that you want to continue, type Y and hit Return.
  7. You’ll see that Terminal erases your drive. When that part is done, your Mac may ask you if you want to use the drive for Time Machine. Click Don’t Use.
  8. Terminal will copy the installer file to your drive. This will take a few minutes.
  9. After copying, Terminal is done. You should see Terminal display a “Copy complete” and Done notice. You can quit Terminal and your drive is ready for use.

How to boot from the installer drive

  1. Plug your external drive into your Mac.
  2. Power up (or restart) your Mac. Press down on the Option key while the Mac boots.
  3. After a few moments, your Mac should display the Startup Manager, which will show you the available boot drives. Click on the external drive and hit Return. (You don’t need to select a network to proceed.)
  4. Your Mac will display an OS X Utilites window. If you want to install Sierra and leave the data intact, select Install OS X. If you want to start over and wipe out the data, you need to go into Disk Utility to reformat the internal drive first, and then install macOS Sierra.

These advanced steps are primarily for system administrators and others who are familiar with the command line. You don't need a bootable installer to upgrade macOS or reinstall macOS, but it can be useful when you want to install on multiple computers without downloading the installer each time.

What you need to create a bootable installer

Mac Sierra Bootable Usb From Windows

  • A USB flash drive or other secondary volume formatted as Mac OS Extended, with at least 14GB of available storage
  • A downloaded installer for macOS Big Sur, Catalina, Mojave, High Sierra, or El Capitan

Download macOS

  • Download: macOS Big Sur, macOS Catalina, macOS Mojave, or macOS High Sierra
    These download to your Applications folder as an app named Install macOS [version name]. If the installer opens after downloading, quit it without continuing installation. To get the correct installer, download from a Mac that is using macOS Sierra 10.12.5 or later, or El Capitan 10.11.6. Enterprise administrators, please download from Apple, not a locally hosted software-update server.
  • Download: OS X El Capitan
    This downloads as a disk image named InstallMacOSX.dmg. On a Mac that is compatible with El Capitan, open the disk image and run the installer within, named InstallMacOSX.pkg. It installs an app named Install OS X El Capitan into your Applications folder. You will create the bootable installer from this app, not from the disk image or .pkg installer.

Use the 'createinstallmedia' command in Terminal

  1. Connect the USB flash drive or other volume that you're using for the bootable installer.
  2. Open Terminal, which is in the Utilities folder of your Applications folder.
  3. Type or paste one of the following commands in Terminal. 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. If it has a different name, replace MyVolume in these commands with the name of your volume.

Big Sur:*

Catalina:*

Mojave:*

High Sierra:*

El Capitan:

* If your Mac is using macOS Sierra or earlier, include the --applicationpath argument and installer path, similar to the way this is done in the command for El Capitan.


After typing the command:

Mac Sierra Bootable Usb
  1. Press Return to enter the command.
  2. When prompted, type your administrator password and press Return again. Terminal doesn't show any characters as you type your password.
  3. When prompted, type Y to confirm that you want to erase the volume, then press Return. Terminal shows the progress as the volume is erased.
  4. After the volume is erased, you may see an alert that Terminal would like to access files on a removable volume. Click OK to allow the copy to proceed.
  5. When Terminal says that it's done, the volume will have the same name as the installer you downloaded, such as Install macOS Big Sur. You can now quit Terminal and eject the volume.

Use the bootable installer

Determine whether you're using a Mac with Apple silicon, then follow the appropriate steps:

Apple silicon

  1. Plug the bootable installer into a Mac that is connected to the internet and compatible with the version of macOS you're installing.
  2. Turn on your Mac and continue to hold the power button until you see the startup options window, which shows your bootable volumes and a gear icon labled Options.
  3. Select the volume containing the bootable installer, then click Continue.
  4. When the macOS installer opens, follow the onscreen instructions.

Intel processor

  1. Plug the bootable installer into a Mac that is connected to the internet and compatible with the version of macOS you're installing.
  2. Press and hold the Option (Alt) ⌥ key immediately after turning on or restarting your Mac.
  3. Release the Option key when you see a dark screen showing your bootable volumes.
  4. Select the volume containing the bootable installer. Then click the up arrow or press Return.
    If you can't start up from the bootable installer, make sure that the External Boot setting in Startup Security Utility is set to allow booting from external media.
  5. Choose your language, if prompted.
  6. Select Install macOS (or Install OS X) from the Utilities window, then click Continue and follow the onscreen instructions.
High

Learn more

For more information about the createinstallmedia command and the arguments that you can use with it, make sure that the macOS installer is in your Applications folder, then enter the appropriate path in Terminal:

  • Big Sur: /Applications/Install macOS Big Sur.app/Contents/Resources/createinstallmedia
  • Catalina: /Applications/Install macOS Catalina.app/Contents/Resources/createinstallmedia
  • Mojave: /Applications/Install macOS Mojave.app/Contents/Resources/createinstallmedia
  • High Sierra: /Applications/Install macOS High Sierra.app/Contents/Resources/createinstallmedia
  • El Capitan: /Applications/Install OS X El Capitan.app/Contents/Resources/createinstallmedia

A bootable installer doesn't download macOS from the internet, but it does require an internet connection to get firmware and other information specific to the Mac model.