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:
How to Perform a Clean Install of OS X El Capitan. OS X El Capitan (OS X 10.11) offers two installation methods. This guide focuses on the 'clean install' method. When you install El Capitan on your current startup drive with the clean install method, you erase everything on the drive. That includes OS X, your user data, and personal files. OS X El Capitan on Unsupported Macs. MacOS Extractor, OS X Patcher, and MacPostFactor are apps that guide you through patching and installing OS X El Capitan (10.11), Yosemite (10.10), Mavericks(10.9), or Mountain Lion (10.8) on your older Mac. MacOS High Sierra 10.13 can upgrade Sierra, El Capitan, Yosemite, Mavericks or Mountain Lion; Safari will download 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 will install an app named Install Version Name. Open that app from your Applications folder to start installing the operating system. To start the installation of El Capitan double click on the Install OS X El Capitan.app. The copy of the install app self deletes after installing El Capitan, so make sure you keep a copy of the InstallMacOSX.dmg. If you need it in future, or you could just make a copy of the Install OS X El Capitan.app prior to installing and moving it to. Make sure you have Install OS X El Capitan.app in your Application Folder 2. Select 'On an external drive' on the main MCPF window. Then, choose the disk you want to install the El Capitan installer on. Click install and prompt your password. Boot the computer you want to install El Capitan on with 'alt' held and select your USB drive.
Luckily I’ve found this blog post from Chris Warrick who explained how to extract the installer App from 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.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.