Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ad-inserter domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the cookie-law-info domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114
Creare pennetta USB bootabile di El Capitan - Blog WebEats

Creare una pendrive per effettuare una installazione pulita del nostro OS è un’operazione molto utile e non troppo difficile.

  1. Prima di tutto scarichiamo dallo store OSX El Capitan.
  2. Una volta scaricato, inseriamo una penna USB (almeno da 8GB) e apriamo Utility Disco
  3. Ora è necessario formattare la pendrive in Mac OS Extended (Journaled) e cambiare il nome. Nel nostro caso l’abbiamo chiamata OSXINSTALLUSB
  4. Successivamente fare click su Opzioni e selezioniamo GUID Partition Table,click prima su “OK”, poi su “Applica”. Usciamo da Utility disco.
  5. Non ci resta che aprire il terminale e lanciare il seguente comando
    sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/OSXINSTALLUSB/ --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction
    Ci verrà richiesta la password di amministratore

 

Se i passaggi sono stati effettuati correttamente, ecco cosa dovremmo vedere nel nostro terminale
MacBook-Pro:~ Nello$ sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/OSXINSTALLUSB/ --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction
Password:
Erasing Disk: 0%... 10%... 20%... 30%...100%...
Copying installer files to disk...
Copy complete.
Making disk bootable...
Copying boot files...
Copy complete.
Done.
MacBook-Pro:~ Nello$