Create USB Installer OSX Yosemite 10.10

AndyAndy
1 min read

Open terminal and type:

$ sudo \[installer location\]/Contents/Resources/createinstallmedia
--volume \[usb location\] --applicationpath \[installer location\] --nointeraction

or, mine like this:

sudo ~/Desktop/Install OS X Yosemite.app/Contents/Resources/createinstallmedia \
--volume /Volumes/Untitled/ \
--applicationpath ~/Desktop/Install OS X Yosemite.app/ --nointeraction

and if its right, you will see the % of progress and status usb-installer-yosemite.png

Image from arstechnica

0
Subscribe to my newsletter

Read articles from Andy directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Andy
Andy