tobyg: Any tips on how we might modify your script to work with a fusion drive? Thanks!
I don't know anything about fusion drives, sorry. But it's easy enough to add additional paths or commands in the string.
Has anyone else seen sleep issues with this combination of hardware?
A problem seems to be, that activated wake-on-lan crashes the machine. You should deactivate that.
Perhaps you need to clear your PRAM settings.
@ XL600, apart from the graphics card, what peripherals/pci-ie cards have you got plugged into the machine?
- A 4 port USB2.0 adapter plugged into a PCIe slot. Connected to that is an APC UPS and a memory card reader
- A standard Apple HD 24" monitor
- Bluetooth Apple mouse
- Apple keyboard
That's the extent of it. Internally, there's 4 hard drives (An Intel 520 SSD as the Maverics disk and three SATA disks).
Under Snow Leopard, the SSD (In all slots other than bay 1) seemed to give OsX fits when trying to wake from sleep (Would hang or go extremely slow). After I moved the SSD to bay 1, that all went away.
tiamo: I have been using your modified boot.efi since the day you posted it! It works fantastic! Thanks so much!!
tobyg: Any tips on how we might modify your script to work with a fusion drive? Thanks!
for part in $(diskutil list | grep "Apple_Boot Boot OS X" | awk '{print $8}') ; do [ ! -d /tmp/$part ] && mkdir /tmp/$part ; diskutil mount -mountPoint /tmp/$part /dev/$part &>/dev/null || continue ; find /tmp/$part/ -type f -name boot.efi -exec cp /usr/standalone/i386/boot.efi.tiamo {} \; 2>/dev/null; diskutil umount /tmp/$part &>/dev/null; done
for part in $(diskutil list | grep "Apple_Boot Boot OS X" | awk '{print $8}') ; do printf "$part is Apple_Boot Boot OS X : " ; [ ! -d /tmp/$part ] && mkdir /tmp/$part &>/dev/null ; diskutil mount -mountPoint /tmp/$part /dev/$part &>/dev/null && echo " mounted, checking boot.efi files:" || continue ; find /tmp/$part/ -type f -name boot.efi -exec ls -l {} /usr/standalone/i386/boot.efi.tiamo \; 2>/dev/null ; diskutil umount /tmp/$part &>/dev/null ; done
I have almost the same configuration (differs only in the core count) and sleep is fine. A problem seems to be, that activated wake-on-lan crashes the machine. You should deactivate that.
Perhaps you need to clear your PRAM settings.
You can use this to update Fusion drive (it can be added to tobyg script; run as root):
It may be worth temporarily removing the USB card and trying again.
Fortunately, a simple SMC and PRAM reset seems to have solved the sleep problem. Thanks for the suggestions though!
Well, that worked like a charm. Resetting both SMC and PRAM (At the same time). Weird thing is, the descriptions of PRAM and SMC functionality wouldn't seem to suggest any involvement in the ability to sleep the system. Whatever it was though, seems to have cleared up.
Thanks! I'm cooking with gas now!
Now all work great on 10.9.2 ! , Thanks
But my geForce 8800GT are no more detected by the Mac Pro.
Is it normal?
Got my MacPro1,1 back up on Mavericks 10.9.2 using the Tiamo method via oemden's SFOTT scripted installation.
One thing though -- I have 16GB installed and it's only reporting 8GB. The RAM is quality, Apple-compliant DIMMs, and I didn't have a problem with them under 10.9.1 (via Chameleon).
Any ideas as to a) why it's showing this, b) if it's an actual problem or if I can ignore it, and c) how to fix it?
I've made it easier to update 10.9.2.
Instead of following the instructions above, just install the attached package. It will put the LaunchDaemon out there.
So here are the new steps.
1. Install TiamoMacProFix.pkg (attached to this thread)
2. Reboot (yes this is necessary)
2a. Reboot again if you want to then verify the date/time stamp on the two boot.efi files (/usr/standalone/i386/boot.efi and /System/Library/CoreServices/boot.efi) are updated properly. They won't be updated until the second shutdown/reboot. (optional step but a good one if you want to verify the files are updating properly)
3. Install 10.9.2 update.
4. ...
5. Profit.
Consider this a version .1 beta package. I'll work on building a new package file that won't require a reboot and will do additional checks (to make sure you're not installing this on something like a MacPro3,1+ and that you're definitely using 10.9.0 or greater, etc).
Again, after you install this package you can freely update to 10.9.2 and not worry about having to manually replace boot.efi files.
This was tested on a MacPro1,1 with a fresh install of 10.9.2 and updated using the AppStore on a single drive.
This was NOT tested on a fusion drive.
Hi tobyg,
Thanks for your package, tested with update 10.9.3 - 13D12 and it works well, congrats
Does 10.9.3 have an updated boot.efi in it too?
I don't know since your package was installed, i'm going to check with a backup without your package.
Can you just open the 10.9.2 installer package and see if a boot.efi is in there?
Now all work great on 10.9.2 ! , Thanks
But my geForce 8800GT are no more detected by the Mac Pro.
Is it normal?
I do not have the installer package, but i can confirm that boot.efi are not replaced with 10.9.3 - 13D12.