Are you looking to install this on a or set up a virtual machine on Windows? How to download and install macOS - Apple Support
: Use the command from Step 3, but target /Volumes/install_build . mac os x 1011 el capitan iso download link
You're looking for a way to download macOS X 10.11 El Capitan ISO. Here's some information and guidance: Are you looking to install this on a
# Create a temporary disk image hdiutil create -o /tmp/ElCapitan -size 8000m -layout SPUD -fs HFS+J # Mount the image hdiutil attach /tmp/ElCapitan.dmg -noverify -mountpoint /Volumes/install_build # Restore the installer content to the image sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction # Unmount the image hdiutil detach /Volumes/Install\ OS\ X\ El\ Capitan # Convert to ISO hdiutil convert /tmp/ElCapitan.dmg -format UDTO -o /tmp/ElCapitan.cdr # Move to Desktop and rename to .iso mv /tmp/ElCapitan.cdr ~/Desktop/ElCapitan.iso Use code with caution. Here's some information and guidance: # Create a
Would you like the precise Terminal commands to make an ISO from an official installer?