Jay Taylor's notes
back to listing indexHOW TO: Create a bootable El Capitan ISO fo VMware - OSx86 10.11 (El Capitan)
[web search]HOW TO: Create a bootable El Capitan ISO fo VMware
- Please log in to reply
#1
Posted 08 October 2015 - 02:14 PM
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
- pippox0, tlac and fusion71au like this
#3
Posted 09 October 2015 - 11:46 AM
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
- chris1111 likes this
#4
Posted 11 October 2015 - 04:00 PM
You can using the tools here
http://www.insanelym...dvd-creatorapp/
Working and testing here
http://www.insanelym...rapp/?p=2176389
http://www.insanelym...-iso/?p=2176393
#5
Posted 14 October 2015 - 11:40 AM
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'
#7
Posted 31 October 2015 - 09:08 AM
#9
Posted 01 February 2016 - 04:02 AM
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.
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 5558Started by TechReviews, 01 May 2016 |
|
|
|
|
OSx86 Project →
New Users Lounge →
creating the iso using windows / linuxStarted by erkana, 01 May 2016 |
|
|
|
|
InsanelyMac Lounge →
Reader News and Reviews →
HP Chromebook 13'' 2016 / Potential Hack UltrabookStarted by Denicio, 29 Apr 2016 |
|
|
|
|
OSx86 Project →
New Users Lounge →
Asus Maximus VIII hero - i7 6700k - OSX El Capitan 10.11.14 - boot helpStarted by Pertransient, 29 Apr 2016 |
|
|
|
|
OSx86 Project →
OSx86 Installation →
OSx86 10.11 (El Capitan) →
Stuck on bootStarted by adi961, 26 Apr 2016 |
|
|