

Mv /tmp/ElCapitan.cdr ~/Desktop/ElCapitan. Go to File Explorer and navigate to the OS X virtual machine VMware files and right click on the VMware virtual machine (VMX) file and open it with notepad. I believe the last line should in fact be: 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
#How to install os x el capitan on vmware 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
#How to install os x el capitan on vmware how to#
Hdiutil create -o /tmp/ElCapitan.cdr -size 7316m -layout SPUD -fs HFS+J techs2support macOS macOSXElCapitan vmware OSXElCapitanThis video will show how to install macOS X El Capitan on VMwareInstructions-1) Install VMware Wo. # 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.
