Hi all,
Many thanks for this great thread. Having a fully loaded MacPro 2,1 and with most software that I use now requiring 10.8 or above, this was a life-saver.
I have been using 10.10.1 for a few weeks and followed the instructions to the letter to upgrade to 10.10.2 (I am fairly computer literate) and still got a folder with question mark on boot after the 10.10.2 upgrade! Fortunately, I kept the USB stick and have now fixed it. For anyone else with the amended USB Yosemite installer, here is what I did. (listed every step so hopefully even people without computer skills can follow):
1) Insert USB stick and turn on Mac, the mac automatically booted from the USB stick
2) Click continue on mouse/keyboard (if using bluetooth), select language and continue to the screen where you get the utilities menu bar, select Terminal from the utilities menu and terminal should open
3) In terminal type:
Code:
chflags nouchg /Volumes/System/Library/CoreServices/boot.efi
and press return.
notes:
This removes flags in the locked file.
Do not use sudo in any of these commands, it will error.
Replace "System" in the above text string (and the following text strings) with the name of your boot drive, I use the name System as my boot drive so it works. If you need to find out the name of your Hard Drive use the following code first
4) In terminal type:
Code:
cp Library/CoreServices/boot.efi /Volumes/System/Library/CoreServices/boot.efi
and press return.
5) In terminal type:
Code:
cp Library/CoreServices/boot.efi /Volumes/System/usr/standalone/i386/boot.efi
and press return.
6) In terminal type:
Code:
chflags uchg /Volumes/System/Library/CoreServices/boot.efi
and press return.
notes:
This puts back the flag to lock the file.
7) You just need to reboot and all should hopefully be OK, just type
in terminal and press return.