Create a DMG installer for installing El Capitan into a VM
Feb 05, 2021 macOS High Sierra 10.13 can upgrade Sierra, El Capitan, Yosemite, Mavericks, Mountain Lion Safari downloads the following older installers as a disk image named InstallOS.dmg or InstallMacOSX.dmg. Open the disk image, then open the.pkg installer inside the disk image. It installs an app named Install Version Name. Apr 27, 2021 Download: OS X El Capitan This downloads as a disk image named InstallMacOSX.dmg. On a Mac that is compatible with El Capitan, open the disk image and run the installer within, named InstallMacOSX.pkg. It installs an app named Install OS X El Capitan into your Applications folder.
Install El Capitan From Dmg For Windows
create_dmg.sh
# Based on Tim Sutton's prepare_iso.sh from the excellent osx-vm-templates |
# <https://github.com/timsutton/osx-vm-templates/blob/master/prepare_iso/prepare_iso.sh> |
hdiutil attach /Applications/Install OS X El Capitan.app/Contents/SharedSupport/InstallESD.dmg |
hdiutil create -o tmp.dmg -size 10g -layout SPUD -fs HFS+J |
hdiutil attach tmp.dmg |
asr restore --source /Volumes/OS X Install ESD/BaseSystem.dmg --target /Volumes/untitled --erase |
rm /Volumes/OS X Base System/System/Installation/Packages |
cp -Rv /Volumes/OS X Install ESD/Packages /Volumes/OS X Base System/System/Installation/ |
cp -v /Volumes/OS X Install ESD/BaseSystem.* /Volumes/OS X Base System/ |
hdiutil detach /Volumes/OS X Base System |
hdiutil detach /Volumes/OS X Install ESD |
hdiutil convert -format UDZO -o InstallOSXElCapitan.dmg tmp.dmg |
Install El Capitan From Dmg
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment