You can also get SATA3 adapter and have full speed ; )
Oh great: more money to spend on my 7-year-old machine.
You can also get SATA3 adapter and have full speed ; )
I have no problems with sleep but I do not have a wifi/bluetooth card and I am thinking those older ones may be the cuase of sleep issues
Ok, I have one barrier still to eliminate to get Maverick's running on my 1,1. I need to modify the OSInstall.mpkg file, but I do not have a Flat Package Editor. I have watched the Youtube videos and done a Google serach, but the links in the video are broken, and a Google search reveals little. I have another MacPro 5,1 with the new X code on it, but it does not have a Flat Package editor that I can tell.
I have also tried OEMDEM's SFOTT application with little success. It just fails to create the USB key.
I would appreciate any help so I can cross this last hurdle.
All the best,
And thanks.
you need to download "Auxiliary Tools for Xcode - Late July 2012" from the Apple developer site. it's a DMG and it contains PackageMaker.app. you'll find the "Flat Package Editor" inside this app.
You should only have to register as an Apple developer which is free.I don't have access to the developers site, so I will have to try another way.
Everything works great except for the lame graphics coming from the stock ATI X1900XT (new video card is en route).
Another question (for everyone): will it work to use a PC graphics card (ATI Radeon 4890) if I use the method in this thread or does it have to be a Mac graphics card? I've managed to get things to work with Chameleon, but I have problems when waking from sleep *everything freezes requiring a hard restart.
- Will the screen work when booting into the maverick usb drive?
- Will I need to mess with the gpu drivers once upgraded to 10.9?
Ok, I have one barrier still to eliminate to get Maverick's running on my 1,1. I need to modify the OSInstall.mpkg file, but I do not have a Flat Package Editor. I have watched the Youtube videos and done a Google serach, but the links in the video are broken, and a Google search reveals little. I have another MacPro 5,1 with the new X code on it, but it does not have a Flat Package editor that I can tell.
I have also tried OEMDEM's SFOTT application with little success. It just fails to create the USB key.
I would appreciate any help so I can cross this last hurdle.
All the best,
And thanks.
It will have the same functionality as it does under 10.7.5. If you have a working boot screen with Lion then you will also have it for Mavericks.
Short answer: no. Long answer: noooooooooooooooooooooooooooooo.
My word, how did you manage to put up with that card for all these years? I'm amazed it hasn't failed on you seeing how much heat they were known to put out.
I'm going to upgrade it from 10.7.5 instead of doing new. Will post back with results. So excited!
Hello cscotto,
strange that it does not work as the tool I use in the script are standard OSX tools as far as I can tell. I've made the tests on the mpkg with a 10.6.8 Macpro3,1 at first and it worked fine. (No developper tools installed on it neither command line tool)
To try to help you what do you mean by it fails but create the USB key ?
I did not made it clear but it must be 8 gig meaning a 4gig is too small.
I also do not see the link between this and the failure creation.
Have you a key allready ? and does it fdails to boot or if it boots does it fails to install (saying Computer not supported ?)
For now another thing I did not explictly said is thta the installer (Install Os X Mavericks I mean) must be in Application folder, the upcoming release should allow to choose another path for the Mavericks installer. I'm working on it actually, basics are ok to search in default path (Applications) then use Spotlight and ultimately ask for it at prompt.
Did you try Step by Step or what I call autorun ?
for the mpkg patch you could, and considering that you do not have a key yet - either by my tool or by disk utility cloning- take a USB key, name it "Os X Base System" replicate the path by making folders so the mpkg is in the right place. for now the sfott will search it in a specifi place that is hardcoded. I may consider to make an extra to choose a specific mpkg location but basically I don't see the point because the so called mpkg has to be in the right place on the key and it would also mess with permissions.
and then try with the step by step and choose the mpkg.
EDIT: bummer I am just go to the Patch again as here it will ask you to choose the Key to patch so no need to rename it. but if you do not have a key then you must replicate the correct path - that should be
/Volumes/MyUSBKEY/System/Installation/Packages if I'm correct.
I also remember that I had failure first because I was making the key from my Macpro3,1 and so did not add the Macpro1,1, this is why I made it possible to add manually other bord_id and or Model....
Ultimately, here are the basic command line for you to test :
in Terminal cd to your mpkg location.
cd /tothepathofthe/OSInstall.mpkg
then, here are the tool to use:
pkgutil --expand OSInstall.mpkg OSInstallmod
you will then have a folder named OSInstallmod (note OSInstallmod is abritrary label I choosed)
once in the folder, go on and open the plist
and edit it with TextWrangler, nano in the Terminal or Text edit
Once done
Back to the Terminal
pkgutil --flatten OSInstallmod OSInstall.mpkg
You then will have a patched mpkg.
This is the correct procedure and tool to use and it should be in your System fromn scratch.
if you have no erros when doing this I don't think the failure is related to the mpkg itself but with some other stuff.
Another thing I can this of is in the case you entered manually the board_id and or Model you may have make a typo or adding a space character.
Wiping out space charatcer and basic check of the manually entered infos is somthing I also plan to do later, but it would be Hard to check as they are not all with the same lenght.
I'm not sure I can help but I'll try...
Please copy paste the error you have so I can see if may be able to help.
my best,
oem
One final question: when it comes time to install Mavericks on my main drive (which is a three-drive SSD RAID array), will the main drive be overwritten, or will Mavericks be installed over top of my Lion installation? I'm not sure how the installer handles this, given the installation is coming from an external USB drive. Thanks.
I get a boot screen and the installer starts. Then, it goes black but with an installer menu at the top and then warning dialogue appears telling me the installer encountered a problem, clean the disc and try again.
Could this be an indication that my usb stick is causing the problem?
Also, in some instructions it says to REPLACE the last entry in the plist files with your board id. I simply added a new line with my board id. It is just an XML file, so I can't see that it makes a difference (I didn't see any count functions to count the number of board ids). I only bring this up because I am looking for anything I might have done wrong. As always, thanks for the help. I know I am really close, and would to get this done.
Exact same thing happened to me. Had to fix permissions on my existing installation before it ran all the way through.
Your edits seem okay. As long as your Mac name or your board-id is in the list somewhere. Instructions to 'replace' stem from version of the .plist files where the last lines read "your board-id here" - that line would then have to be replaced.
But exactly how does one overwrite the boot.efi? And if an update were applied that overwrote this file, what would you boot into in order to restore the good copy?
Is there a way to protect that file so that updates can't touch it?
Oh great: more money to spend on my 7-year-old machine.
Messages (also FaceTime etc...) works fine.Messages, Boot Camp and Recovery Partition - are they all present and correct in your installations?