OS X El Capitan non funzionerà e non è riconosciuto su UniBeast

0

Ho provato a scaricare la nuova versione di El Capitan e ad usare UniBeast per creare un USB avviabile. Tuttavia, ogni volta che scarico El Capitan dall'App Store, sono necessari 2 ore per scaricare il contenuto da 6 GB.

Il MacBook si riavvia e tutto, ma quando lo apro nell'App Store, mi dà la possibilità di scaricarlo di nuovo, come se non lo avessi mai scaricato. L'UniBeast non può neanche trovare El Capitan.

    
posta MoathKh 31.05.2016 - 15:03
fonte

1 risposta

1

Il modo ufficialmente supportato per creare un USB OS X Installer, per OS X Mavericks e successivi, è di usare createinstallmedia dal pacchetto di applicazioni di installazione scaricato.

Dai un'occhiata a: Crea un programma di installazione avviabile per OS X

Quanto segue è dal link sopra:

Use the 'createinstallmedia' command in Terminal

  1. Download the OS X installer from the Mac App Store. Quit the installer if it opens automatically after downloading. The installer will be in your Applications folder.
  2. Mount your USB flash drive or other volume. You could also use a secondary internal partition.
  3. Open the Terminal app, which is in the Utilities folder of your Applications folder.
  4. Use the createinstallmedia command in Terminal to create the bootable installer. Examples of this command are in the next section. For detailed usage instructions, make sure that the appropriate Install OS X app 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

Examples

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

Nota: puoi sostituire Mavericks o Yosemite per El\ Capitan negli esempi di comandi precedenti.

    
risposta data 31.05.2016 - 15:16
fonte

Leggi altre domande sui tag