Hi, sorry I'm a noob. i am wanting to run osx yosemite from a usb, while mavericks is still installed on my actual ssd. Or is a bootable usb so that yosemite may be installed from the usb?
This is what i was going to follow-
https://www.youtube.com/watch?v=C8mdoFuWiJE
will i be able to actually run the os from the usb and still access my files installed on mavericks?
The guy in the video forgot to copy BaseSystem.dmg and Basesystem.chunklist to the root level of the usb. If you use his method, should do this too otherwise you will get errors.
The video requires you to unhide hidden files which renders your computer into a very vulnerable state. You can do a lot of damage if you mess about with hidden files. So this is best avoided if possible.
Here are 2 other methods that don't require you to unhide hidden files:
Method 1 (not using createinstallmedia)
Use and 8GB+ USB stick and format it with GUID partition mapping and a partition named Untitled, then run the following 5 commands in terminal:
sudo hdiutil attach /Applications/Install\ OS\ X\ 10.10\ Developer\ Preview.app/Contents/SharedSupport/InstallESD.dmg
sudo asr restore -source /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg -target /Volumes/Untitled -erase -format HFS+
sudo rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages
sudo cp -a /Volumes/OS\ X\ Install\ ESD/Packages /Volumes/OS\ X\ Base\ System/System/Installation/Packages
sudo cp -a /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg /Volumes/OS\ X\ Install\ ESD/BaseSystem.chunklist /Volumes/OS\ X\ Base\ System
Method 2 (using createinstallmedia)
Right click on Install OS X 10.10 Developer Preview and then Show Package Contents. Open the Contents folder and then open Info.plist with textedit and change the string value of CFBundleShortVersionString from 1.4.3 to 1.4.1. Save the file.
Now format an 8 GB USB drive which should be called Untitled and formatted as Mac OS Extended (Journaled). The installer should be called Install OS X 10.10 Developer Preview.app and should be in your Applications folder.
Run this in terminal and wait about 20 minutes:
sudo /Applications/Install\ OS\ X\ 10.10\ Developer\ Preview.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ 10.10\ Developer\ Preview.app --nointeraction