Hdiutil convert /tmp/ElCapitan.sparseimage -format UDTO -o /tmp/ElCapitan Hdiutil resize -size `hdiutil resize -limits /tmp/ElCapitan.sparseimage | tail -n 1 | awk ''`b /tmp/ElCapitan.sparseimage Hdiutil attach /tmp/ElCapitan.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build Hdiutil create -o /tmp/ElCapitan -size 6789m -layout SPUD -fs HFS+J -type SPARSE
GRABAR ISO OS X EL CAPITAN EN CD ISO
# Rename the ElCapitan ISO Image and move it to the desktop Hdiutil convert /tmp/ -format UDTO -o /tmp/ElCapitan.iso # Convert the ElCapitan ISO Image to ISO/CD master (Optional)
Hdiutil detach /Volumes/OS\ X\ Base\ System/ Rm /Volumes/OS\ X\ Base\ System/System/Installation/PackagesĬp -rp /Volumes/install_app/Packages /Volumes/OS\ X\ Base\ System/System/Installation/Ĭp -rp /Volumes/install_app/BaseSystem.chunklist /Volumes/OS\ X\ Base\ System/BaseSystem.chunklistĬp -rp /Volumes/install_app/BaseSystem.dmg /Volumes/OS\ X\ Base\ System/BaseSystem.dmg # Remove Package link and replace with actual files # Restore the Base System into the ElCapitan Blank ISO ImageĪsr restore -source /Volumes/install_app/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase Hdiutil attach /tmp/ -noverify -nobrowse -mountpoint /Volumes/install_build Hdiutil create -o /tmp/ElCapitan.cdr -size 7316m -layout SPUD -fs HFS+J # Create the ElCapitan Blank ISO Image of 7316mb with a Single Partition - Apple Partition Map Hdiutil attach /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app Since I've been looking for this for a couple of days, I figured I'd share it.
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.īelow is what I found that worked.