Install Os El Capitan From Usb

Mac operating system’s twelfth major version is the El Capitan Installer (version 10.11). All the Mac computers which don’t have the privilege to upgrade to MacOS High Sierra or the computers that need to upgrade to El Capitan first, can download this twelfth version on the computer. Select version of OS X (in our case El Capitan) Select copy of OS X installation app. Select USB drive that will be used for USB installation. And wait a few minutes till the the DiskMaker X finish creating process. To install OS X El Capitan restart computer hold the Option key and select Installation USB drive from the menu. All you need to perform the installation is a spare 8GB or larger USB thumb drive, an external drive to back up all your data to (if you have any), and a copy of OS X 10.11 El Capitan. OS X 10.11 El Capitan can be downloaded from the Mac App Store.

  1. Download El Capitan installation from the App store. It might complain that you already have it installed but download it anyway. It will be downloaded to /Applications and be named Install OS X El Capitan.app
  2. Create a bootable image from the El Capitan installer on a USB stick larger than 6GB. In a terminal run:

where MyVolume is the name of your USB stick. Change this to match the name of your USB stick.

  1. Physically install SSD into the target laptop.
  2. Insert the El Capitan USB stick into the target laptop and power up. (This might take a while.)
  3. When the menu finally turns up, choose Disk Utility and format the SSD as Mac OS Extended (Journaled) with a unique name.
  4. Once complete, exit from Disk Utility and return the main menu.
  5. Choose to Install OS X on the formatted SSD.
  6. Follow the prompts until El Capitan is installed.

Here’s link to a video on how to physically install the SSD as well as run the software installation.

If you’d rather install Yosemite on the SSD then follow the How to Install Yosemite on a New SSD guide.

Capitan

Are you trying to make a bootable installer? Do you have the El Capitan installer downloaded from the App Store? You cannot make a bootable DVD but you can make a bootable flash drive.


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 window. You will need an 8GB or larger USB flash drive that has been partitioned and formatted for use with OS X.


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

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

Reinstall Mac Os El Capitan

Install os x el capitan from flash drive

Command for macOS Sierra:

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

Install Os El Capitan From Usb

How To Fresh Install El Capitan From Usb

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

Command for Mavericks:

Usb

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


How To Install El Capitan From Usb

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.

Mar 3, 2018 7:47 PM