Hi,
Anybody managed to install the 10.10.3 update on our oldies ?
I tried both the regular update & combo update (downloaded directly from Apple servers) & the installation does not do anything, just asks to restart. Probably a Platformsupport check somewhere ?
How to circumvent that ?
Thanks
I did this method:
I downloaded a combo update for 10.10.3 , i Installed it on the computer. When you are installing it is asking you for a restart, then go on. Before it is really restarts, it logs out, and installing the update. When it is done, restarts, boot from the usb with the OSX Installer, and copy the boot.efi to the System Volume /System/Library/CoreServices and /usr/standalone/i386/ .
You have to lock the boot.efi in /System/Library/CoreServices . Add your Board-ID and Model ID to PlatformSupport.plist in /System/Library/CoreServices .
Assume that my installed Volume called Yosemite:
rm /Volumes/Yosemite/System/Library/CoreServices/boot.efi
(It is asking you to prompt you want to delete)
rm /Volumes/Yosemite/usr/standalone/i386/boot.efi
cp /Volumes/OS\ X\ Base\ System/System/Library/CoreServices/boot.efi /Volumes/Yosemite/System/Library/CoreServices/
chflags uchg /Volumes/Yosemite/System/Library/CoreServices/boot.efi
cp /Volumes/OS\ X\ Base\ System/usr/standalone/i386/boot.efi /Volumes/Yosemite/usr/standalone/i386/boot.efi
vi /Volumes/Yosemite/System/Library/CoreServices/PlatformSupport.plist
(Search for the last entry both for Board ID and Model ID and replace it with yours.
With the "x" button you can delete a Character, with the "i" button you can insert text, and when your finished with the file editing, than you have to enter ":wq" and push enter. If you made mispelling in it, it is better if you close it without saving and start a new one. You can quit without saving with ":q!" .)
If you restart it should work.
I don't know why, but when I restarted it booted to Recovery Partition. If it happens with you as well, then you have to copy the boot.efi from the Recovery Volume to Main Volume.
To unveil the Recovery Partition you have to write in the terminal:
diskutil list (which one is the recovery HD you check)
diskutil mount /dev/rdiskXsY (where X stands for the disk, Y stands for the Partition number)
and then with the same method with earlier.
I accept pike's method sounds way easier �� but if that method is not working, try this one.