It's very easy to create a bootable ISO image of El Capitan, if you have aworking El Capitan system installed on your machine.
Before starting the installation, you need to download Mac OS El Capitan iso image and unlocker 208 from the links below. Download Mac OS El Capitan(Google Drive) Download Mac OS El Capitan(Utorrent) unlocker208. After the downloading finished, extract them then install VMware from here, that’s ok if you have installed before. Because of this, I recommend creating your own bootable El Capitan (OS X 10.11) installer drive on an external hard drive or USB thumb drive. If you need to install El Capitan on multiple Macs.
Start with going to AppStore and installing El Capitan, so you'll have anapplication named Install El Capitan
in your Application list. Then, youshould follow the steps below.
There is an installation image file inside /Applications/Install El Capitan.app
, named InstallESD.dmg
. It's not a bootable ISO that can be usedto install the system on a virtual machine, but we'll get there. Mount thisimage to some directory by using the hdiutil
tool:
The -noverify
and -nobrowse
options are there to make mounting operationfaster and to make sure that Finder will not automatically pop up.
Now let's create a placeholder image of our ISO file.

This can take a while.
After an empty ISO file will be created, we need to mount it:
Then, we will use asr
tool to populate the contents of our new drive:
The asr
tool will automatically create a new mountpoint, /Volumes/OS X Base System
. We're going to put some files into this directory.
First of all, remove an invalid link that won't be needed here:
Instead of this link, we need a proper directory, full of package files. We'regoing to copy this directory from the ESD image that we have mounted few stepsearlier.
We're going to copy some additional installer dependencies as well.
Download Os X El Capitan Dmg
After that, we can unmount stuff we don't need anymore:
Last step is to convert our ISO file into the UDTO format.
Done. The ElCapitan3.iso.cdr
can be renamed to ElCapitan.iso
, and can beused in virtualization software like VirtualBox 5.

Descargar El Capitan Imagen Iso

El Capitan Iso Image Download
The method described above was found on forums.MacRumors.com(permalink).Thanks to colt2!