

- Mac os x el capitan for virtualbox how to#
- Mac os x el capitan for virtualbox install#
- Mac os x el capitan for virtualbox Pc#
- Mac os x el capitan for virtualbox iso#
- Mac os x el capitan for virtualbox windows 7#
Mac os x el capitan for virtualbox iso#
# Rename the ElCapitan ISO image and move it to the desktop Hdiutil convert /tmp/ElCapitan.sparseimage -format UDTO -o /tmp/ElCapitan.iso # Convert the ElCapitan spareseimage to ISO/CD master Hdiutil resize -size min /tmp/ElCapitan.sparseimage Hdiutil compact /tmp/ElCapitan.sparseimage 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 Packages link and replace with actual files # Restore the Base System into the El Capitan Blank sparseimageĪsr restore -source /Volumes/install_app/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase Hdiutil attach /tmp/ElCapitan.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build Hdiutil create -o /tmp/ElCapitan -size 7316m -layout SPUD -fs HFS+J -type SPARSE # Create El Capitan sparseimage 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 Note: you will need approx 16GB of free space on your hard disk for the script to complete. The commands in this executable script are shown below for informational purposes. Download and unzip the CECI.tool (attached to this post) into your ~/Downloads folder. On your Mac or Hack, download "Install OS X El Capitan.app" from the App Store into your Applications folder.Ģ. Prepare Installation ISO on your Mac or Hackġ.
Mac os x el capitan for virtualbox Pc#
Mac os x el capitan for virtualbox install#
Mac os x el capitan for virtualbox windows 7#
Mac os x el capitan for virtualbox how to#
You can delete the file.Run Vanilla OS X El Capitan, Sierra, High Sierra or Mojave in VirtualBox 5.x.x on a Windows Hostįollowing on from my previous guide on how to create a VMware virtual machine running Vanilla OS X El Capitan in Windows, I’ve decided to write a similar guide for creating a VirtualBox El Capitan VM. Use the final ElCapitan.iso as installer iso and attach it to the virtual SATA Port 1. Open Terminal, chmod the script and execute it: chmod +x ~/Desktop/prepare_elcapitan_cdr.shĭetach elcap.dmg from the VM. Paste the content in a text editor to a new document as plain text and save it as prepare_elcapitan_cdr.sh on your desktop. # Rename the ISO and move it to the desktop Hdiutil convert -format UDTO -o ElCapitan.iso Hdiutil detach /Volumes/OS\ X\ Base\ System Rm /Volumes/OS\ X\ Base\ System/System/Installation/PackagesĬp -rp /Volumes/esd/Packages /Volumes/OS\ X\ Base\ System/System/InstallationĬp -rp /Volumes/esd/BaseSystem.chunklist /Volumes/OS\ X\ Base\ System/Ĭp -rp /Volumes/esd/BaseSystem.dmg /Volumes/OS\ X\ Base\ System/ # Remove Package link and replace with actual files Hdiutil attach -noverify -nobrowse -mountpoint /Volumes/isoĪsr restore -source /Volumes/esd/BaseSystem.dmg -target /Volumes/iso -noprompt -noverify -erase Hdiutil create -o ElCapitan.cdr -size 8000m -layout SPUD -fs HFS+J Hdiutil attach "/Applications/Install OS X El Capitan.app/Contents/SharedSupport/InstallESD.dmg" -noverify -nobrowse -mountpoint /Volumes/esd the user name in the last line and the path to Install OS X El Capitan.app (and the inner InstallESD.dmg file) in the 6th line): #!/bin/bash To create a bootable file use the following script. The dmg file (Install OS X El Capitan.app/Contents/SharedSupport/InstallESD.dmg) is no bootable image.
