Bootable Usb Mac El Capitan

Nov 18, 2016 4:20 AM in response to Midori2 In response to Midori2. Not sure what's happening. Open your Applications folder. Right click on your Install OS X El Capitan.app file, choose Show Package Contents and expand the folders for Contents, Resources and see if the createinstallmedia file is in Resources. Boot from the USB Drive. Restart your computer and boot from the USB drive (Press Esc/F8/Del to access the boot selection menu). Use the arrow keys to select Boot OS X Install from Install OS X El Capitan (It should be selected by default). Press the spacebar and select Boot Mac OS X in verbose mode. The El Capitan DMG installer file, now available for download under the version of 10.11.6 for Mac OSX. Now the dmg file can be downloaded by any Mac device users. The Dmg file is known as the latest ISO regarding El Capitan operating system. When talking about the El Capitan OS X, this is the advanced OS, which has been released for the Mac. OS X El Capitan; Create bootable USB drive with Mac Disk Utility. Now that you have the installation files ready on your Mac, you can move them to your USB drive for future use. To install macOS on an external hard drive: 1. Connect the USB to your MacBook. Open Disk Utility by following Applications → Utilities → Disk Utility.

  1. Create Bootable Usb Mac El Capitan
  2. Rufus Mac
  3. How To Make A Bootable Usb Mac El Capitan

Macbooks or iMacs hardly require reinstallation of their Mac OS, but when they do then it’s a fairly difficult process especially if your secondary computer is Windows. Reinstalling Mac OS is a time-consuming process and requires a lot of patience that’s why recommend doing this process in your free time or weekends.

To get started with you require a USB drive with at least 8GB storage (16GB recommended). Then you need a working Mac OS ISO or DMG Installation Image. You can download it from the Apps Store or you can find Mac OS Image at ISORIVER.

There are 2 Methods to Create a Bootable USB drive of Mac OS on your Windows PC.

Method 1: Using TransMac

  1. Download TransMac’s latest version for Windows from this link.
  2. Connect your USB drive
  3. Right Click on your USB drive option in TransMac and select Format Disk for Mac
  4. After that, right-click the USB Drive and select Restore with Disk Image
  5. Point to your Mac OS .dmg or .iso file by clicking the add button.
  6. After that TransMac will create bootable Mac OS USB within few minutes.
  7. Then you can insert it into your Mac, hold down the option key while turn on and boot your system with this USB.

Method 2: Using PowerISO

Another disk image utility that you can use is PowerISO. It can be used for burning both ISO files and DMG files to USB to create a bootable drive. Follow the steps below to Create a Bootable Mac OS USB on Windows PC.

Step 1: Firstly Download PowerISO and install it in your Windows PC. Launch the app and insert a USB drive into your computer.

Step 2: Import the DMG / ISO file directly by clicking on ‘Burn’ in the toolbar.

Step 3: In the Burn window, select the DMG / ISO file from the Source File section.

Step 4: You can modify the settings to adjust burn speed. The default will be set to the maximum, so you can reduce that.

Step 5: You can choose to finalize the disk and verify it. Any errors in the bootable USB will show up at that point.

Step 6: Now click on “Burn” and wait for the progress bar to reach 100%.

After the successful creation of Bootable Mac OS USB, boot your Macbook from this USB drive by clicking the option button during bootup and select this USB drive.

Watch this Video Tutorial

That’s it for the tutorial If you face any issues or had any query then please let us know in the comment section below. You can also send us an email via the contact us page for personalized support.

Introduction

Apple officially released OS X 10.11 El Capitan operating system in September 2015 as an update through Apple App Store. This actualization will update core of your system and preserve your user data.

However, if you want to have a clean installation of El Capitan on your Mac you will need to create a special installation USB drive and in this article we will show you how.

Four ways how to create El Capitan USB installation flash drive:

Preparation - get OS X El Capitan installer and USB flash drive

Download El Capitan installer (Install OS X El Capitan.app in Applications folder) available in Mac App Store.

Prepare a flash drive with OS X Disk Utility. Format it with GUID Partition Table and name it as Untitled. The minimal capacity of flash drive must be 8 GB.

How to create El Capitan installation USB drive with createinstallmedia tool

The createinstallmedia is a command line tool distributed with OS X installer.

When you have prepared your USB flash drive and El Capitan installer is downloaded from App Store ► open Terminal and type command:

sudo /Applications/Install OS X El Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install OS X El Capitan.app --nointeraction

In our case 'Untitled' is the name of USB flash drive! Replace 'Untilled' by name of your flash drive.
Wait a few minutes and your El Capitan installation USB drive will be prepared.

To install OS X El Capitan ► restart computer ► hold the Option key and select Installation USB drive from the menu.

How to create El Capitan USB installation with Terminal commands

When your USB flash drive is ready and El Capitan installer downloaded from App Store ► Open Terminal and type the following sequence of commands:

sudo hdiutil attach /Applications/Install OS X El Capitan.app/Contents/SharedSupport/InstallESD.dmg

sudo asr restore -source /Volumes/OS X Install ESD/BaseSystem.dmg -target /Volumes/Untitled -erase -format HFS+

sudo rm /Volumes/OS X Base System/System/Installation/Packages

sudo cp -a /Volumes/OS X Install ESD/Packages /Volumes/OS X Base System/System/Installation/Packages

sudo cp -a /Volumes/OS X Install ESD/BaseSystem.chunklist /Volumes/OS X Base System

sudo cp -a /Volumes/OS X Install ESD/BaseSystem.chunklist /Volumes/OS X Base System

sudo cp -a /Volumes/OS X Install ESD/BaseSystem.dmg /Volumes/OS X Base System

hdiutil detach /Volumes/OS X Install ESD

Now wait until your bootable installation flash drive with OS X 10.11 El Capitan is made.

To install OS X El Capitan ► restart computer ► hold the Option key and select Installation USB drive from the menu.

How to create El Capitan USB installation with Disk Utility and Finder

Bootable

When your USB flash drive is ready and El Capitan installer downloaded from App Store ► Open Terminal and type:

defaults write com.apple.finder AppleShowAllFiles 1 && killall Finder

This command allows you to view hidden files in Finder.

Now Open Finder ► Applications ► Install OS X El Capitan.app ► right click ► Select Show Package Contents option.

Navigate to Contents/SharedSupport ► Mount InstallESD.dmg file

Capitan

Open OS X Install ESD archive in Finder and mount BaseSystem.dmg archive

Connect USB drive and open Disk Utility (/Applications/Utilities)

Select the USB drive from the list of disks, select Restore tab and pick Select OS X Base System archive as a source and USB flash drive as the destination. When ready click on Restore button.

After the Restore process is finished, open Finder ► open USB drive (OS X Base System) ► go to the System/Installation folder and select Packages file and delete it.

Open OS X Install ESD volume in Finder, select Packages folder and copy them to System/Installation folder on USB drive.

Also copy BaseSystem.chunklist and BaseSystem.dmg files from InstallESD.dmg volume to root of USB flash drive (OS X Base System).

Now your El Capitan installation USB drive is prepared and ready for use.

To install OS X El Capitan ► restart computer ► hold the Option key and select Installation USB drive from the menu.

How to create El Capitan USB installation disk with DiskMaker X

Create Bootable Usb Mac El Capitan

DiskMaker X tool is Wizard like tool that allows you create OS X installation disk. Download DiskMaker X to your Mac and copy it to Applications folder.

When you have prepared your USB flash drive and El Capitan installer is downloaded from App Store ► open DiskMaker X.

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

Rufus Mac

And wait a few minutes till the the DiskMaker X finish creating process.

How To Make A Bootable Usb Mac El Capitan

To install OS X El Capitan ► restart computer ► hold the Option key and select Installation USB drive from the menu.