el capitan (1 Viewer)

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,713
Gender
Undisclosed
HSC
N/A
A second beta for 10.11.1 has been released for developers and public beta testers.

10.11 has also been released to the public.

You can make a bootable usb by formatting a usb as Mac OS X Extended (Journaled), call it Untitled and then run this in terminal:

sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction
 
Last edited:

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,713
Gender
Undisclosed
HSC
N/A
Here is how to make the bootable dvd in terminal:

On the last line replace "YOURNAME" with the username for the account you are logged into at the time.

hdiutil attach /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app

hdiutil convert /Volumes/install_app/BaseSystem.dmg -format UDSP -o /tmp/El\ Capitan

hdiutil resize -size 9g /tmp/El\ Capitan.sparseimage

hdiutil attach /tmp/El\ Capitan.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build

rm /Volumes/install_build/System/Installation/Packages

cp -rp /Volumes/install_app/Packages /Volumes/install_build/System/Installation/

cp -rp /Volumes/install_app/BaseSystem.chunklist /Volumes/install_build

cp -rp /Volumes/install_app/BaseSystem.dmg /Volumes/install_build

hdiutil detach /Volumes/install_app

hdiutil detach /Volumes/install_build

hdiutil resize -size `hdiutil resize -limits /tmp/El\ Capitan.sparseimage | tail -n 1 | awk '{ print $1 }'`b /tmp/El\ Capitan.sparseimage

hdiutil convert /tmp/El\ Capitan.sparseimage -format UDTO -o /tmp/El\ Capitan

rm /tmp/El\ Capitan.sparseimage

mv /tmp/El\ Capitan.cdr ~/Desktop/El\ Capitan.iso

sudo drutil burn /Users/YOURNAME/Desktop/El\ Capitan.iso
 
Last edited:

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,713
Gender
Undisclosed
HSC
N/A
10.11.1 beta 3 was released today with build 15B30a
 

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,713
Gender
Undisclosed
HSC
N/A
A second beta of 10.11.2 has been released to developers today. It has build number 15C31f.
 

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,713
Gender
Undisclosed
HSC
N/A
Here are alternative instructions for making a bootable dvd. It has an advantage over previous instructions in that the resultant iso file can also be used to install into a vmware fusion virtual machine too.

Download the el capitan full installer from the mac app store.

Make a bootable iso file first by copying and pasting each of these commands into terminal followed by the return key for each command. Some may take longer than others to complete so just wait till it returns to a prompt before entering the next command.

hdiutil attach /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app

hdiutil create -o /tmp/ElCapitan.cdr -size 8g -layout SPUD -fs HFS+J

hdiutil attach /tmp/ElCapitan.cdr.dmg -noverify -nobrowse -mountpoint /Volumes/install_build

asr restore -source /Volumes/install_app/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase

rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages

cp -rp /Volumes/install_app/Packages /Volumes/OS\ X\ Base\ System/System/Installation/

cp -rp /Volumes/install_app/BaseSystem.chunklist /Volumes/OS\ X\ Base\ System/BaseSystem.chunklist

cp -rp /Volumes/install_app/BaseSystem.dmg /Volumes/OS\ X\ Base\ System/BaseSystem.dmg

hdiutil detach /Volumes/install_app

hdiutil detach /Volumes/OS\ X\ Base\ System/

hdiutil convert /tmp/ElCapitan.cdr.dmg -format UDTO -o /tmp/ElCapitan.iso

mv /tmp/ElCapitan.iso.cdr ~/Desktop/ElCapitan.iso

You can then use this to burn it to a dual layer dvd:

sudo drutil burn /Users/YOURNAME/Desktop/El\ Capitan.iso

where you replace "YOURNAME" with the username for the account you are logged into at the time.

and then boot to startup manager with option key to select the dvd
 
Last edited:

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,713
Gender
Undisclosed
HSC
N/A
It's up to 10.11.6 now.

Here is the combo: https://support.apple.com/kb/dl1885?locale=en_US

That will give you build 15G31.

But then there is also Security Update 2016-001 (10.11.6): https://support.apple.com/kb/DL1891?locale=en_US

This increases the build number to 15G1004.

Then Sierra was released but you can't upgrade directly from Snow Leopard to Sierra. You have to have some version higher than Snow Leopard. Furthermore, there are some machines that can support El Capitan but not Sierra. Usually apple remove old systems from the mac app store when a new one is released. However due to these 2 problems they did something unusual and re-released El Capitan on the same day they released Sierra and this re-release of El Capitan is now available at https://itunes.apple.com/app/os-x-el-capitan/id1147835434?mt=12 . This link will open the page in the mac app store for El Capitan version 10.11.6. This time it gives build number 15G1010.

However it is rather difficult to download 15G1010. They are restricting it to those with snow leopard or machines that support El Capitan but not Sierra.

If you don't fall into those categories you can however fool the mac app store and download it on many other machines if you get it by running the mac app store on a snow leopard server virtual machine.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top