Jay Taylor's notes

back to listing index

HOW TO: Create a bootable El Capitan ISO fo VMware - OSx86 10.11 (El Capitan)

[web search]
Original source (www.insanelymac.com)
Tags: os-x Mac iso bootable-usb el-capitan www.insanelymac.com
Clipped on: 2016-05-02

2.8k
Like
7.9K
.
.
Image (Asset 9/25) alt=
Image (Asset 10/25) alt= 3

HOW TO: Create a bootable El Capitan ISO fo VMware

Started by colt2, Oct 08 2015 02:14 PM
iso vmware bootable el capitan

  • Please log in to reply
8 replies to this topic .

#1 Image (Asset 11/25) alt=
Posted 08 October 2015 - 02:14 PM

    InsanelyMac Protégé

  • Image (Asset 13/25) alt=
  • Members
  • Image (Asset 14/25) alt=
  • 1 posts

With the release of El Capitan, the script to create a Bootable ISO for VMware of Mavericks and Yosemite does not seem to work anymore on the El Capitan official release.

The ISO simply does not boot.

 

Below is what I found that worked. Since I've been looking for this for a couple of days, I figured I'd share it. - Enjoy!

 

 

 #!/bin/bash

 

 # Mount the installer image
 hdiutil attach /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app

 

 # Create the ElCapitan Blank ISO Image of 7316mb with a Single Partition - Apple Partition Map
 hdiutil create -o /tmp/ElCapitan.cdr -size 7316m -layout SPUD -fs HFS+J

 

 # Mount the ElCapitan Blank ISO Image
 hdiutil attach /tmp/ElCapitan.cdr.dmg -noverify -nobrowse -mountpoint /Volumes/install_build

 

 # Restore the Base System into the ElCapitan Blank ISO Image
 asr restore -source /Volumes/install_app/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase

 

 # Remove Package link and replace with actual files
 rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages

 cp -rp /Volumes/install_app/Packages /Volumes/OS\ X\ Base\ System/System/Installation/

 

 # Copy El Capitan installer dependencies
 cp -rp /Volumes/install_app/BaseSystem.chunklist /Volumes/OS\ X\ Base\ System/BaseSystem.chunklist
 cp -rp /Volumes/install_app/BaseSystem.dmg /Volumes/OS\ X\ Base\ System/BaseSystem.dmg

 

 # Unmount the installer image
 hdiutil detach /Volumes/install_app

 

 # Unmount the ElCapitan ISO Image
 hdiutil detach /Volumes/OS\ X\ Base\ System/

 

 # Convert the ElCapitan ISO Image to ISO/CD master (Optional)
 hdiutil convert /tmp/ElCapitan.cdr.dmg -format UDTO -o /tmp/ElCapitan.iso

 

 # Rename the ElCapitan ISO Image and move it to the desktop
 mv /tmp/ElCapitan.iso.cdr ~/Desktop/ElCapitan.iso

 


.
    .
.

#2 Image (Asset 15/25) alt=
Posted 08 October 2015 - 07:39 PM

    InsanelyMac Sage

  • Image (Asset 17/25) alt=
  • Members
  • Image (Asset 18/25) alt=Image (Asset 19/25) alt=Image (Asset 20/25) alt=Image (Asset 21/25) alt=Image (Asset 22/25) alt=Image (Asset 23/25) alt=
  • 395 posts
  • Gender:Male
Thanks for your sharing ...
I will try it ...
.
    .
.

#3 Image (Asset 24/25) alt=
Posted 09 October 2015 - 11:46 AM

    InsanelyMac Protégé

  • Members
  • 3 posts

hdiutil attach /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app
hdiutil create -o /tmp/ElCapitan -size 6789m -layout SPUD -fs HFS+J -type SPARSE
hdiutil attach /tmp/ElCapitan.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build
asr restore -source /Volumes/install_app/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase
rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages
cp -rp /Volumes/install_app/Packages /Volumes/OS\ X\ Base\ System/System/Installation/
hdiutil detach /Volumes/install_app
hdiutil detach /Volumes/OS\ X\ Base\ System/
hdiutil resize -size `hdiutil resize -limits /tmp/ElCapitan.sparseimage | tail -n 1 | awk '{ print $1 }'`b /tmp/ElCapitan.sparseimage
hdiutil convert /tmp/ElCapitan.sparseimage -format UDTO -o /tmp/ElCapitan
mv /tmp/ElCapitan.iso.cdr ~/Desktop/ElCapitan.iso

--------------------------------------------------

It works with VirtualBox


.
    .
.

#4
Posted 11 October 2015 - 04:00 PM

    Packager

  • Donators
  • 3,145 posts
  • Gender:Male
  • Location:Montreal Canada
  • Interests:Mac OS X Packaging / scripts
.

#5
Posted 14 October 2015 - 11:40 AM

    InsanelyMac Protégé

  • Members
  • 20 posts
  • Gender:Male
  • Location:France

Thanks  ...

 

The file ' ElCapitan.iso ' allows to install 'El Capitan' with 'VMware Fusion 8' (on 'El Capitan')  or 'VMware Workstation 10' (on 'Windows 7').

 

On 'VMware Workstation 12' and 'VMware Workstation 11' the installation starts but at the time of
the choice of the language we can't use any more the mouse, to choose the language, or to Continue'
 


.
    .
.

#6
Posted 17 October 2015 - 09:59 AM

    InsanelyMac Protégé

  • Members
  • 1 posts

Try setting USB compatibility to 2.0 instead of 3.0 if your mouse isn't working


.
    .
.

#7
Posted 31 October 2015 - 09:08 AM

    InsanelyMac Protégé

  • Members
  • 20 posts
  • Gender:Male
  • Location:France

amjadk, on 17 Oct 2015 - 02:59 AM, said:

Try setting USB compatibility to 2.0 instead of 3.0 if your mouse isn't working

Setting USB compatibility to 2.0    Tested with 'VMware Workstation 11' an 'VMware Workstation 12'. It is 'OK'


.
    .
.

#8
Posted 10 November 2015 - 03:36 PM

    InsanelyMac Protégé

  • Members
  • 1 posts

Bingo.  Thanks for these instructions.  I used them to do a fresh install of El Capitan on a Mac Mini 6,2 running ESXi 6.0 Update 1.


.
    .
.

#9
Posted 01 February 2016 - 04:02 AM

    InsanelyMac Protégé

  • Members
  • 1 posts

I can safely say that this is by far the easiest and best procedure that I have found that actually worked.  I must have tried 10 other methods and this one just worked, no changes.

 

I mapped the ISO to my VMWare instance and the VM booted just fine.  I had to make the SMC change and the USB 2.0 change, but that was it.

 

 


.
    .
.
.

  • Like
    1
.


Also tagged with one or more of these keywords: iso, vmware, bootable, el capitan

  Topic Stats Last Post Info
OSx86 Project   OSx86 Installation   OSx86 10.11 (El Capitan)  

El Capitan Install on Dell Inspiron 5558


Started by TechReviews, 01 May 2016   laptop, el capitan
 
  • 1 reply
  • 58 views
OSx86 Project   New Users Lounge  

creating the iso using windows / linux


Started by erkana, 01 May 2016   iso
 
  • 0 replies
  • 52 views
InsanelyMac Lounge   Reader News and Reviews  

HP Chromebook 13'' 2016 / Potential Hack Ultrabook


Started by Denicio, 29 Apr 2016   Core M, El Capitan, Ultrabook
 
  • 6 replies
  • 759 views
OSx86 Project   New Users Lounge  

Asus Maximus VIII hero - i7 6700k - OSX El Capitan 10.11.14 - boot help


Started by Pertransient, 29 Apr 2016   el capitan and 6 more...
 
  • 3 replies
  • 98 views
OSx86 Project   OSx86 Installation   OSx86 10.11 (El Capitan)  

Stuck on boot


Started by adi961, 26 Apr 2016   El Capitan, Installer, stuck, usb and 1 more...
 
  • 6 replies
  • 230 views

.

5 user(s) are reading this topic

1 members, 4 guests, 0 anonymous users


.
.
.
© 2016 InsanelyMac  |   News  |   Forum  |   Downloads  |   OSx86 Wiki  |   Mac Netbook  |   PHP hosting by CatN  |   Designed by Ed Gain  |   Logo by irfan  |   Privacy Policy