I’m trying to sell a 2009 MacbookPro. It’s the model MacbookPro5.5 and Apple supports macOS El Capitan 10.11 as latest available version.
- OS X El Capitan Installer. Official OS X El Capitan Installer from the Mac App Store. Un-archive the zip archive and you will get the app Installer. A bootable ISO or bootable USB can be made from this installer. Instructions on how to do that are on the Internet/Youtube.
- Mac Os El Capitan Installer Download The fourteenth significant arrival of macOS and Apple Inc’s is the macOS High Sierra which has a variant 10.13. The framework was working for Macintosh PCs by the work area. MacOS Sierra was declared at a mega event named WWDC which was scheduled on June 5, 2017.
This is the Install DMG of OS X El Capitan, downloaded from Apple's website just before this upload. This is for archiving purposes, just in case Apple decides to remove the download, so people can still download this in the future. 2021-02-24 22:39:21. Internet Archive HTML5 Uploader 1.6.4.
I’ve wiped all data from the installed SSD and had to boot from an external disk. Now I’ve got two problems:
- I’ve only got a Mac with Big Sur and Apple Silicon. I cannot use the package installer from the download provided by Apple to create the installer App for El Capitan. However, I need access to the installer so that I’m able to use the createinstallmedia command.
- The 2009 MacbookPro is already wiped and has only access to the recovery mode. You cannot execute the package installer in Recovery Mode to extract the media.
Luckily I’ve found this blog post from Chris Warrick who explained how to extract the installer App from the package:
- Attach an external Disk which contains the downloaded pkg from Apple. You’ll need enough space on that Disk to extract the pkg and it needs to be writeable
- Open the Terminal from inside the Recovery Mode
- Go to the mounted volume
- Extract the package:
Now we can try to create the install media from the installer app. Make sure you’ve attach another disk which can be overwritten by the installer. In this example its named „MyBlankUSBDrive“:
The InstallESD.dmg image is missing, which we’ll need to add to the right location:
Now we’ll have a valid installation medium which can be used to start the installer from. You can reboot from that disk and should be able to install El Capitan.
However, I’ve encountered another annoying issue which caused the installer to fail:
El Capitan Installer cannot be verified
Oh great… On to the next commands you can try from the Terminal inside the Recovery OS:
installer -pkg /Volumes/Mac OS X Install DVD/Packages/OSInstall.mpkg -target /Volumes/'XXX'
where XXX is the name of the disk you’re installing to.- Wait for the installation to say it’s complete. You will not see any sort of progress display.
Great, you’ve got El Capitan installed! Apple had some issues with certificates and people found a way to either use the above commands for installation or you’ll have to tinker with your Macs time settings so that the signature is valid again. I would have expected that Apple resigned all installers so I wouldn’t have to use these commands at all but doesn’t look like they did.
I’m trying to sell a 2009 MacbookPro. It’s the model MacbookPro5.5 and Apple supports macOS El Capitan 10.11 as latest available version.
I’ve wiped all data from the installed SSD and had to boot from an external disk. Now I’ve got two problems:
- I’ve only got a Mac with Big Sur and Apple Silicon. I cannot use the package installer from the download provided by Apple to create the installer App for El Capitan. However, I need access to the installer so that I’m able to use the createinstallmedia command.
- The 2009 MacbookPro is already wiped and has only access to the recovery mode. You cannot execute the package installer in Recovery Mode to extract the media.
Luckily I’ve found this blog post from Chris Warrick who explained how to extract the installer App from the package:
- Attach an external Disk which contains the downloaded pkg from Apple. You’ll need enough space on that Disk to extract the pkg and it needs to be writeable
- Open the Terminal from inside the Recovery Mode
- Go to the mounted volume
- Extract the package:
Now we can try to create the install media from the installer app. Make sure you’ve attach another disk which can be overwritten by the installer. In this example its named „MyBlankUSBDrive“:
The InstallESD.dmg image is missing, which we’ll need to add to the right location:
Now we’ll have a valid installation medium which can be used to start the installer from. You can reboot from that disk and should be able to install El Capitan.
However, I’ve encountered another annoying issue which caused the installer to fail:
El Capitan Installer cannot be verified
Oh great… On to the next commands you can try from the Terminal inside the Recovery OS:
installer -pkg /Volumes/Mac OS X Install DVD/Packages/OSInstall.mpkg -target /Volumes/'XXX'
where XXX is the name of the disk you’re installing to.- Wait for the installation to say it’s complete. You will not see any sort of progress display.
Download Os X El Capitan 10.11 Installer
Great, you’ve got El Capitan installed! Apple had some issues with certificates and people found a way to either use the above commands for installation or you’ll have to tinker with your Macs time settings so that the signature is valid again. I would have expected that Apple resigned all installers so I wouldn’t have to use these commands at all but doesn’t look like they did.