How To Create A Bootable Installer For El Capitan

 
How To Create A Bootable Installer For El Capitan Average ratng: 7,8/10 5289 reviews
  1. Sep 13, 2018  Bootable USB Installers for OS X Mavericks, Yosemite, El Capitan, and Sierra. First, review this introductory article: Create a bootable installer for macOS. Second, see this How To outline for creating a bootable El Capitan installer. Simply replace the Terminal command with the one from the preceding article by copying it into the Terminal.
  2. Making the installer drive. Connect to your Mac a properly formatted 8GB (or larger) drive, and rename the drive Untitled. (The Terminal commands I provide here assume that. Make sure the El Capitan installer (or at least a copy of it), called Install OS X El Capitan.app, is in its default.
  3. Sep 30, 2015 sudo /Applications/Install OS X El Capitan.app/Contents/Resources/createinstallmedia -volume /Volumes/ElCapitan -applicationpath /Applications/Install OS X El Capitan.app -nointeraction You can also use quotation marks rather than backslashes to get around the space escape necessity, like “/Applications/Install OS X El Capitan.app/Contents/Resources/createinstallmedia”.

Connect your USB thumb drive to your Mac, then launch the DiskMaker X application from your Applications folder. 3.) A small window will appear asking you to choose from three versions of OS X, in order to create the boot disk. Click the button that says “El Capitan (10.11)”. Install High Sierra to a new volume in your APFS container. Here I assume you have enough free space. Goto the App Store while logged into High Sierra. Download El Capitan. Here I assume you have previously downloaded El Capitan. Copy El Capitan to a flash drive. See How to create a bootable installer for macOS.

Bootable USB Installers for OS X Mavericks, Yosemite, El Capitan, and SierraCan unlox for macos one phone multiple mac.


First, review this introductory article: Create a bootable installer for macOS. Second, see this How To outline for creating a bootable El Capitan installer. Simply replace the Terminal command with the one from the preceding article by copying it into the Terminal window. You will need an 8GB or larger USB flash drive that has been partitioned and formatted for use with OS X.

How To Create A Bootable Installer For El Capitan


Drive Partition and Format

  1. Open Disk Utility in the Utilities' folder.
  2. After Disk Utility loads select the drive (out-dented entry with the mfg.'s ID and size) from the side list.
  3. Click on the Erase tab in the Disk Utility toolbar. Name the drive, 'MyVolume'. <---- IMPORTANT!
  4. In the drop down panel set the partition scheme to GUID. Set the Format type to Mac OS Extended (Journaled.)
  5. Click on the Apply button and wait for the Done button to activate. When it does click on it.
  6. Quit Disk Utility.


Create Installer

DiskMaker X (formerly Lion DiskMaker) is an application built with AppleScript that you can use with many versions of OS X/macOS to build a bootable drive from OS X/macOS installer program (the one you download from the App Store).As soon as you launch the application, it tries to find the OS X Install program with Spotlight. Then, it proposes to build a bootable install disk and make it look. Download diskmaker x for el capitan. 11 rows  DiskMaker X 9 for macOS Catalina: DiskMaker X 9 (6 MB). OS X El Capitan (10.11) Install Disk: OS X El Capitan: OS X Yosemite (10.10) Install Disk. Download DiskMaker 2.0.2 ( ZIP file, about 3 MB). NB: this version of DiskMaker X is not able to build a Mavericks installer from Mac OS X 10.6.8. More information here. Download El Capitan.DMG from here. Download DiskMaker X. To do in Windows, we already shared a very specific instruction from here: Make Bootable Installation USB from Mac OS X.DMG on Windows PC. At for Mac users, there will be 2 doable methods. METHOD 1: Using DiskMaker X. Run, DiskMaker X, then.choose El Capitan (10.11).

Open the Terminal in the Utilities' folder. Choose the appropriate command line (in red) depending upon what OS X installer you want. Paste that entire command line from below at the Terminal's prompt:


Command for macOS High Sierra:

sudo /Applications/Install macOS High Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install macOS High Sierra.app

Command for macOS Sierra:

sudo /Applications/Install macOS Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install macOS Sierra.app

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

Command for Yosemite:

sudo /Applications/Install OS X Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install OS X Yosemite.app

How To Create A Bootable Installer For El Capitan Free

Command for Mavericks:

How To Create A Bootable Usb Installer For El Capitan

sudo /Applications/Install OS X Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install OS X Mavericks.app

How To Create A Bootable El Capitan Installer Drive


How To Create A Bootable Installer For El Capitan 10

Press RETURN. You will be asked for your admin password. It will not echo to the Terminal window. Then press RETURN again. Wait for the return of the Terminal prompt signifying the process has completed. It takes quite some time to finish. Be patient.

Sep 13, 2018 1:16 PM