L'ultimo sistema operativo supportato su un MacBook Alluminio alla fine del 2008 è OS X 10.11.6 e può essere scaricato da questo link che si aprirà in App Store .
Si noti che mentre inizia inizia a dire "Questa versione di OS X El Capitan è per gli utenti che usano OS X Snow Leopard ...", dice anche ... * "Questa versione di El Capitan può essere utilizzato anche su computer Mac non compatibili con Sierra. ".
Puoi usare le istruzioni in Creare un programma di installazione avviabile per macOS per creare un programma di installazione USB per pulire installazione di OS X El Capitan.
Use the 'createinstallmedia' command in Terminal
- Download the macOS installer from the Mac App Store. Quit the installer if it opens automatically after downloading. The installer
will be in your Applications folder.
- Mount your USB flash drive or other volume. You could also use a secondary internal partition that has at least 12GB of available disk
space for the installation files.
- Open the Terminal app, which is in the Utilities folder of your Applications folder.
- Use the
createinstallmedia
command in Terminal to create the bootable installer. For detailed usage instructions, make sure that
the appropriate macOS installer is in your Applications folder, then
enter one of the following paths in Terminal:
Path for El Capitan:
/Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia
Example
This is the basic syntax of the command. Replace volumepath
with the
path to your USB flash drive or other volume, and replace
installerpath
with the path to the Install OS X app.
createinstallmedia --volume volumepath --applicationpath installerpath
The following examples assume that the OS X installer is in your
Applications folder and the name of your USB flash drive or other
volume is MyVolume:
Example for El Capitan:
sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app
Dopo aver creato l'USB Installer, puoi avviare il Mac con esso e fare un'installazione pulita. Assicurati di eseguire il backup di tutto ciò che non vuoi perdere prima di cancellare l'HDD e installare OS X El Capitian.