Does the boot.efi included in PikeYoseFix work in Mavericks? I need to reinstall 10.9 on my 1,1. Tx.
Use TiamoMacProfix from Mavericks thread. It's always better to use boot.efi made specifically for OS you want to run.
Does the boot.efi included in PikeYoseFix work in Mavericks? I need to reinstall 10.9 on my 1,1. Tx.
Im having the same issue as lurkingbf. I used the pikegrey efi installer. I'm on a 1,1 with a GTX 570. I installed 10.10.2 and i can't boot to that drive. Unfortunately i cant see my screen so I dont know whats really going on. I was able to boot into my bootcamp drive.
I just had to reinstall from the key again. grr.
Just to be clear (sorry for being the dimwit!), you (one) runs the tobyg script: https://forums.macrumors.com/posts/18829695/
and then,
1. Install the script but DO NOT restart.
2. Delete the installed boot.efi.tiamo in the /usr/standalone/i386 folder
3. Duplicate the boot.efi file that is in that folder (command + D)
4. Change the name from "boot.efi copy" to boot.efi.Tiamo
5. Restart
Then, after this previously described procedure, you run the update to 10.10.2 from the Apple App Store??
And, this will solve the problem of 10.10.2 not installing correctly...??
I hope this helps other 10.10.2 sufferers!!
Thank you so much, Hennesie2000!!!
So, 10.10.2 breaks it on the MP1,1...
any fixes?
I never had that issue on my Mac pro with the same ODDs add you. Didn't see this issue till I went hackintosh. Turning off that option is what fixed it for me.
I have 2 Mac Pros 1,1 (2006/2007) and had to install 10.10.2 on one just watch it fail to boot (before I came across this forum), so I decided to dig out what happened. Booted sick mac to Target Mode (hold T while powering up) and hooled it up to the one still running 10.10.1. In Terminal, I ran a few commands to find boot.efi files and see which one had timestamp at the time I installed update which tells me that it was modified:
beast2:~ sleepy$ ls -latr /System/Library/CoreServices/boot.efi
-rw-r--r-- 1 root wheel 349696 29 Jan 00:57 /System/Library/CoreServices/boot.efi
Check the same file on your mounted volume from the non booting one (check the name in Finder), go to that drive using
cd /Volumes
ls
cd NameOfExternalDrive
Change NameOfExternalDrive to real name of the external drive (see it in Finder).
Check the timestamp on boot.fi on that drive:
ls ./System/Library/CoreServices/boot.efi
Don't forget the . in front! The output might look like:
beast2:~ sleepy$ ls -latr /System/Library/CoreServices/boot.efi
-rw-r--r-- 1 root wheel 349696 30 Jan 11:57 /System/Library/CoreServices/boot.efi
Do the same for the file at /usr/standalone/i386/boot.efi
ls -latr /usr/standalone/i386/boot.efi
ls -latr ./usr/standalone/i386/boot.efi
Check the dates. If they are modified at the time of failed upgrade replace the files with the ones from working Mac Pro which is still at 10.10.1:
Step1: Remove flags since these are locked:
sudo chflags nouchg /usr/standalone/i386/boot.efi
sudo chflags nouchg ./usr/standalone/i386/boot.efi
Step 2: back up "bad one":
sudo mv ./usr/standalone/i386/boot.efi ./usr/standalone/i386/boot.efi.bkp
Step 3: copy good one to where bad one was:
sudo cp /usr/standalone/i386/boot.efi ./usr/standalone/i386/boot.efi
Step 4 : Put locks back:
sudo chflags uchg /usr/standalone/i386/boot.efi
sudo chflags uchg ./usr/standalone/i386/boot.efi
Repeat the same procedure for file at /System/Library/CoreServices/boot.efi and ./System/Library/CoreServices/boot.efi if needed (depends on timestamps)
This may sound complicated, but that was my case, I have 2 machines that have SFOTT so this kind of workaround worked. Use at you own risk, this is working for me on 2 machines.
When done, unmount (eject) external drives that were mounted using Target Mode. Reboot the non booting Mac and hope for the best
HTH
I have 2 Mac Pros 1,1 (2006/2007) and had to install 10.10.2 on one just watch it fail to boot (before I came across this forum), so I decided to dig out what happened. Booted sick mac to Target Mode (hold T while powering up) and hooled it up to the one still running 10.10.1. In Terminal, I ran a few commands to find boot.efi files and see which one had timestamp at the time I installed update which tells me that it was modified:
beast2:~ sleepy$ ls -latr /System/Library/CoreServices/boot.efi
-rw-r--r-- 1 root wheel 349696 29 Jan 00:57 /System/Library/CoreServices/boot.efi
Check the same file on your mounted volume from the non booting one (check the name in Finder), go to that drive using
cd /Volumes
ls
cd NameOfExternalDrive
Change NameOfExternalDrive to real name of the external drive (see it in Finder).
Check the timestamp on boot.fi on that drive:
ls ./System/Library/CoreServices/boot.efi
Don't forget the . in front! The output might look like:
beast2:~ sleepy$ ls -latr /System/Library/CoreServices/boot.efi
-rw-r--r-- 1 root wheel 349696 30 Jan 11:57 /System/Library/CoreServices/boot.efi
Do the same for the file at /usr/standalone/i386/boot.efi
ls -latr /usr/standalone/i386/boot.efi
ls -latr ./usr/standalone/i386/boot.efi
Check the dates. If they are modified at the time of failed upgrade replace the files with the ones from working Mac Pro which is still at 10.10.1:
Step1: Remove flags since these are locked:
sudo chflags nouchg /usr/standalone/i386/boot.efi
sudo chflags nouchg ./usr/standalone/i386/boot.efi
Step 2: back up "bad one":
sudo mv ./usr/standalone/i386/boot.efi ./usr/standalone/i386/boot.efi.bkp
Step 3: copy good one to where bad one was:
sudo cp /usr/standalone/i386/boot.efi ./usr/standalone/i386/boot.efi
Step 4 : Put locks back:
sudo chflags uchg /usr/standalone/i386/boot.efi
sudo chflags uchg ./usr/standalone/i386/boot.efi
Repeat the same procedure for file at /System/Library/CoreServices/boot.efi and ./System/Library/CoreServices/boot.efi if needed (depends on timestamps)
This may sound complicated, but that was my case, I have 2 machines that have SFOTT so this kind of workaround worked. Use at you own risk, this is working for me on 2 machines.
When done, unmount (eject) external drives that were mounted using Target Mode. Reboot the non booting Mac and hope for the best
HTH
Use TiamoMacProfix from Mavericks thread. It's always better to use boot.efi made specifically for OS you want to run.
I was able to do further testing on this problem that we share.
I did a clean install of Yosemite to a spare SSD. I ran the patch file from post 2166 (the gray one), and then rebooted a couple of times to ensure the script was working properly. I then did the 10.10.2 update from the app store and, this time, it was a success. I am typing this now on 10.10.2.
So, this means the following can be confirmed:
1) The issue is NOT with the NVIDIA GTX 570. The default drivers that Apple provides work fine. I have dual-monitor support, everything works.
2) The issue MIGHT be with the SSD RAID; however, I find this very unlikely given that it has never previously presented a problem.
3) The issue MIGHT be with some incompatible software element residing on the Mac Pro drive: some previous hack script, for example, that I may have completely forgotten I installed.
I think option 3 above is the most likely. My main drive has gone all the way through Mavericks into Yosemite without a fresh install (always overwrites), and once I tried the fresh install, everything worked perfectly.
System Preferences > App StoreI also checked System Preferences for anything related to automatic updates.
I had my Mac Pro 1,1 running Yosemite up to 10.10.1 with an upgraded ATI Radeon 280 card. I used the Pike boot.efi method mentioned in this forum.
Yesterday, I inadvertently clicked sw update for the recent 10.10.2. Now my system does not boot with display. I have a dual display set up with 4 drives.
Using my Macbook Pro and screen share I am able to see that my Mac Pro actually boots up with my old Mac OS X 10.7.5. Using this access I tried using the PikeYoseFix-gray.pkg and followed the instructions. Unfortunately no success in booting with Yosemite 10.10.2, it still boots 10.7.5 with no display.
Any suggestions would be appreciated.
Interesting. Im pretty sure i haven't done a fresh install on this machine since 10.6 honestly. I really didn't want to put any more money in this machine. I bought it when it first came out and at this point i'm just getting sick of having to hack at it just in order to update it.
Im going to dig through and see if there is anything i can clean. I'm also curious if i try that pike black screen boot.efi if that would make a difference. actually now that i'm thinking about it. I wonder if i installed yosemite if i used the black of grey boot efi. I didn't think it would make a difference but maybe it does?
Edit: Well tried with the black boot.efi and it made no difference. I'm in windows now and what really sucks is that I can't get to my mac drive because its over 3TB, and windows wont read it.
System Preferences > App Store
I just updated my MacPro2,1 to 10.10.2 with no issues but I previously had the PikeYoseFix installed. Others who had their Piker boot.efi overwritten by the 10.10.2 update either installed PikeYoseFix and then didn't reboot, so it never actually ran, or don't use the script at all.
The correct sequence:
- first, install PikeYoseFix
- if exceptionally cautious and running Trim Enabler, you may want to disable it
- you must reboot before installing an OS X Update that overwrites Pike's boot.efi so the PikeYoseFix script installs fully for future automatic execution
- only then install OS X Update
- safe to re-enable Time Enabler if you disabled it earlier
The boot.efi file located in the i386 folder is not a locked file. Just an FYI.
System Preferences > App Store
I just updated my MacPro2,1 to 10.10.2 with no issues but I previously had the PikeYoseFix installed. Others who had their Piker boot.efi overwritten by the 10.10.2 update either installed PikeYoseFix and then didn't reboot, so it never actually ran, or don't use the script at all.
The correct sequence:
- first, install PikeYoseFix
- if exceptionally cautious and running Trim Enabler, you may want to disable it
- you must reboot before installing an OS X Update that overwrites Pike's boot.efi so the PikeYoseFix script installs fully for future automatic execution
- only then install OS X Update
- safe to re-enable Time Enabler if you disabled it earlier
Hello guys, I am truly sorry if my question has been answered before.. Ive been searching this thread but couldn't find a straight forward answer to my problem..
I upgraded my Mac Pro 1,1 SFOTT from 10.10 to 10.10.2 without realizing its going to break my boot.efi .. Now I am trying to restore or downgrade back to 10.10 to be able to apply the patch... I don't want to erase HD since I Have so many things on it I need...
Is there any straight forward instructions to getting my machine back up and running??
Thank you so much in advance!
Hello my friends,
I just created a SFOTT usb stick with the 10.10.2 installer and manually copied the Kernel to the Kernels folder.
It booted just fine and installed Yosemite.
After the restart it just shows the white Apple logo and freezes there. I did a reinstall etc. but after a successful installation it freezes on the white apple logo and does not boot any further.
Has anyone experienced something similar or have a clue what is happening here?
I'm on a 1,1 MacPro flashed to 2,1 MacPro
Best regards,
David