Advertisement
Jaroneko

OS X 10.10 DP1 USB media creation

Jun 3rd, 2014
43,802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Use an 8GB+ USB stick and format it with GUID partition mapping and a partition named Untitled, then run the following in terminal:
  2.  
  3. sudo hdiutil attach ~/Downloads/Install\ OS\ X\ 10.10\ Developer\ Preview.app/Contents/SharedSupport/InstallESD.dmg
  4. sudo asr restore -source /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg -target /Volumes/Untitled -erase -format HFS+
  5. sudo rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages
  6. sudo cp -a /Volumes/OS\ X\ Install\ ESD/Packages /Volumes/OS\ X\ Base\ System/System/Installation/Packages
  7. sudo cp -a /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg /Volumes/OS\ X\ Install\ ESD/BaseSystem.chunklist /Volumes/OS\ X\ Base\ System
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement