Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rthpjm

macrumors 6502a
Jan 31, 2011
720
309
U.K.
rthpjm,

I will pick this up where mateo107 left off; I have an Xserve1,1 that I am trying to get El Cap installed on, but keep getting the message that El Capitan is already installed. I've come as far as installing a newer graphics card (ATI Radeon HD 2600XT will hopefully do the trick?) and creating a Pikified installer on a USB stick, following your instructions to a tee. My Xserve has an Apple RAID card/backplane in it. I have completely reformatted every drive attached to the system so that there is a viable candidate for installation. Is it possible that El Cap will simply refuse to install with a RAID card present? The installer does allow me to interact with the RAID5 setup (add/remove partitions, erase, etc) with Disk Utility, so that's puzzling.
I have compared the relevant sections of my log with both mateo107's and yours, and have found that my logs match mateo107's except it seems that diskmanagementd doesn't populate its results into my logs - this is with 10.11.6 - but I don't believe it is relevant because I know that the partition is GUID/HFS+ formatted.
@legoman
I have never tried with an XServe (never owned one, never worked with one). It's possible that El Capitan will not install because of the RAID, but I think it's unlikely because MacPros also support PCI RAID cards. Maybe the installer doesn't have the kernel extension (aka driver) for that particular RAID card.

Let's do the basics first though...

Can you zip the log file and post it as an attachment, I'll take a look at it....

Things you can do in parallel too
  • Boot into the installer
  • Open a terminal from the Utilities menu
  • Use the diskutil command to get info on your visible discs
    • diskutil list
    • diskutil info oneOfTheVolumeNames
That should give us some idea of what the installer is seeing...
[doublepost=1484215701][/doublepost]@basilt


On the other hand, if i choose Mr.Zarniwoop's procedure
  1. I need to download and run the MacOsxBootloader by Pike-A (grey bkg for MP)
  2. download (save /run it to desktop?) pikify 3.1.v12
  3. Have a Install OSX el capitan.app inside Applications folder of the OSX Lion (in my case)
  4. MUST have a second mac, which i dont, therefore i go to the MCPF method ? otherwise...
  5. I run the createpikeinstallmedia script from pikify 3.1.v12 and create a new OSX patched installer which will be placed where i.e. apps folder and remove the original ElCap OSX installer ?
  6. Whats next ?

4. No you don't need another Mac. You can do this entirely from your MacPro so long as you meet 1. - 3. AND your MacPro is running Lion or higher, AND you have 12GB of RAM or more.

5. Createpikeinstallmedia builds an installer onto a Volume, which is typically a USB Memory Stick of at least 8Gb capacity. Or if you are comfortable partitioning your hard discs, create a small hard disc partition of at least 8Gb. When you run createpikeinstallmedia you also give it the path to the volume you will use. In most cases, a newly formatted USB memory stick is given the name 'Untitled 1' so the path is /Volumes/Untitled\ 1 (note the space in the name is "escaped" using the \ prefix, or put the whole path into quotes "/Volumes/Untitled 1")

6. Read the instructions again, and watch the video...

Good luck
 
  • Like
Reactions: hwojtek and basilt

mdrury

macrumors newbie
Jan 16, 2017
3
0
Cumming, GA
Just installed the latest El Cap system update that became available since I was on my MP 12 Jan. After the reboot it came up with the missing folder icon. I installed El Cap with Pikify 3.1v12. Earlier updates have installed just fine. Curious if anyone else has had this problem. I'm trying to do a system repair from the v12 installer.
 

hwojtek

macrumors 68020
Jan 26, 2008
2,274
1,277
Poznan, Poland
Good luck
Just a sidenote - I am REALLY proud and fond of basilt's effort to keep an old Mac Pro running. We've been through flashing his AMD GPU, it took a couple of weeks (!) but eventually he brilliantly managed to create a working Mac-compatible card with a little help from people literally around the world (this can explain why the process was a bit prolonged). Forgive me basilt, I do not want to flatter you in any way, but I have never had more of a pleasure in helping anyone, ever. My utmost respect to you, sir.
 
  • Like
Reactions: basilt

rthpjm

macrumors 6502a
Jan 31, 2011
720
309
U.K.
Just installed the latest El Cap system update that became available since I was on my MP 12 Jan. After the reboot it came up with the missing folder icon. I installed El Cap with Pikify 3.1v12. Earlier updates have installed just fine. Curious if anyone else has had this problem. I'm trying to do a system repair from the v12 installer.
Hello mdrury,

If you can boot from another partition, it is fairly simple to replace the two boot.efi files. This will get you working again. Some of the Apple updates overwrite the boot.efi files with the Apple ones (all cumulative updates will overwrite). It sounds like you were unlucky and installed an update that replaces the boot.efi files.

If you need to use the installer you built, and it has been used successfully before, then you will need to re-bless the volume. This is because part of the Apple installation process blesses the installer volume to the "standard" locations. For the installer to work and boot as expected, it uses a different blessed folder. If you search this thread for posts by me or search this thread for bless, you should find my previous instructions.

Your options are:
  1. Boot from a different partition (a lot of users keep a working copy of an earlier release just for this purpose)
  2. Boot from the Recovery HD (this should work if you used pikify to act as your installer)
  3. Boot from the USB pikify installer (see caveat above)
  4. Go into Target Disk mode and connect by FireWire to another Mac
Find a copy of the Pike boot.efi file, and copy it into place at:
  • /Volumes/NameOfYourBrokenElCVolume/System/Library/CoreServices/boot.efi
  • /Volumes/NameOfYourBrokenElCVolume/usr/standalone/i386/boot.efi
NOTE: you may need to "unlock" the first location with
Code:
chflags nouchg /Volumes/NameOfYourBrokenElCVolume/System/Library/CoreServices/boot.efi
 

mdrury

macrumors newbie
Jan 16, 2017
3
0
Cumming, GA
Hello mdrury,

If you can boot from another partition, it is fairly simple to replace the two boot.efi files. This will get you working again. Some of the Apple updates overwrite the boot.efi files with the Apple ones (all cumulative updates will overwrite). It sounds like you were unlucky and installed an update that replaces the boot.efi files.

If you need to use the installer you built, and it has been used successfully before, then you will need to re-bless the volume. This is because part of the Apple installation process blesses the installer volume to the "standard" locations. For the installer to work and boot as expected, it uses a different blessed folder. If you search this thread for posts by me or search this thread for bless, you should find my previous instructions.

Your options are:
  1. Boot from a different partition (a lot of users keep a working copy of an earlier release just for this purpose)
  2. Boot from the Recovery HD (this should work if you used pikify to act as your installer)
  3. Boot from the USB pikify installer (see caveat above)
  4. Go into Target Disk mode and connect by FireWire to another Mac
Find a copy of the Pike boot.efi file, and copy it into place at:
  • /Volumes/NameOfYourBrokenElCVolume/System/Library/CoreServices/boot.efi
  • /Volumes/NameOfYourBrokenElCVolume/usr/standalone/i386/boot.efi
NOTE: you may need to "unlock" the first location with
Code:
chflags nouchg /Volumes/NameOfYourBrokenElCVolume/System/Library/CoreServices/boot.efi
That makes sense. I discovered the issues with the boot media. I'm already in the process of redoing it. In a haste of trying different things to get that installer to boot, I erased my primary drive, so I'm reinstalling anyway. If I install the Boot64 package from your post 1391, does that keep this from happening in the future?
 

rthpjm

macrumors 6502a
Jan 31, 2011
720
309
U.K.
That makes sense. I discovered the issues with the boot media. I'm already in the process of redoing it. In a haste of trying different things to get that installer to boot, I erased my primary drive, so I'm reinstalling anyway. If I install the Boot64 package from your post 1391, does that keep this from happening in the future?
That's what it's designed for yes.
There's never a 100% guarantee, but most people report it works for them, including me
 

the bug

macrumors regular
Feb 21, 2014
103
14
So has any brave soul tried running the "Security Update 2016-003 Supplemental Update 10.11.6" ?
Strange that it is not "2017-001" or similar, but it just came up for me today on the AppStore.

I'm usually pretty brave when updating, but it does mention kernel issues, so I figured I'd check here first.
Thanks.

- Jay
 

F1Mac

macrumors 65816
Feb 26, 2014
1,283
1,604
So has any brave soul tried running the "Security Update 2016-003 Supplemental Update 10.11.6" ?
Strange that it is not "2017-001" or similar, but it just came up for me today on the AppStore.

I'm usually pretty brave when updating, but it does mention kernel issues, so I figured I'd check here first.
Thanks.

- Jay

I just installed it. No trouble. It's actually a reissue of 2016-003. So technically it's not a new security update.
 

the bug

macrumors regular
Feb 21, 2014
103
14
I just installed it. No trouble. It's actually a reissue of 2016-003. So technically it's not a new security update.
Ahhh, thank you my friend, downloading now.
Thought there was something strange with the name, that explains it !
Thanks again.

- Jay
 

swampy50

macrumors newbie
Jul 21, 2016
17
14
New Orleans
It blew out my Nvidia driver.. (I run a GTX 620)..But the update switched over to the built in OSX Nvidia driver that does work. Nvidia is very good on updating drivers for some old cards In El Cap. So hopefully they will have a new driver soon..
 

champignacs

macrumors newbie
Jan 18, 2017
4
0
Installing Mac OS X El Capitan 10.11.x with this pikify3.1 method is a two-step process

Step 1: Use the attached script and files, to build an installer volume, typically a USB memory stick, or a small disk partition.

Step 2: You will then boot off the installer, to run the installation process.

DO NOT be tempted to simply double-click the Install Mac OS X El Capitan on the install volume, you will be wasting your time. It will not work. You must reboot your MacPro and select the Install Mac OS X El Capitan volume from the boot chooser screen...

Once the installer finishes, you will have a working copy of El Capitan with no need to manually change the boot.efi files.

I keep forgetting to mention that this method also builds the Recovery Partition (Recovery HD) too!

Optional step: You can then choose to install the updated version of pikeyosfix now called CapitanPikeFix, or my Boot64 (both do pretty much the same thing), to allow you to run the Apple updates from either the App Store or from the DMG downloads. See the next post #1391...

READ ALL THE CAVEATS - memory, backup, fresh install, migration assistant, etc...

Use this if you have not yet installed El Capitan and you only have your Mac Pro available.
This is the installer (starting point) if you only have your Mac Pro to work with...

==============================================================

INSTRUCTIONS

Download the zip file attached to this post.

Unzip it.

You should have a folder named pikify3.1


In that folder should be a number of files, the script is createpikeinstallmedia. Keep all the files in one location. Some people have tried to use just the script on its own without the accompanying files and then come back for help because it didn't work. You can move the pikify3.1 folder wherever you please, just keep the contents of the folder together.

If you are not familiar with the Terminal and the command line, take a look at post #1569 it will probably help you.

Pre-requisites:

  • Your running OS must be Lion (10.7) or better. I have tested Snow Leopard and the Apple createinstallmedia tool fails (Snow Leopard is just too old).
  • As per Peter's guide, you will need a volume that can be overwritten by the installer
    • This could be a USB memory stick
    • A small disk partition from one of your hard drives (not the disk that you intend to use for El Capitan)
      • You need to be able to boot from this volume
  • The installer volume needs to be at least 8GB
  • Your copy of 'Install OS X El Capitan.app' should be located in your /Applications folder
  • The pikify3.1 folder contains both the black and grey variants of the boot.efi file. When unzipped the boot.efi file is the grey one, if you want to change to the black background variant, simply copy the black one over the boot.efi before you start. e.g.
    Code:
    cp -f boot_black_3_1.efi boot.efi
  • It appears that MacPro1,1 and 2,1 need a lot of memory to achieve a successful install by this method. A minimum of 12GB seems to be required...
Usage:
  • Open a terminal window
  • Change directory to the pikify3.1 folder from the zip file. Let us assume that you downloaded the zip file to your Downloads folder and unzipped it there. (If you have put the pikify3.1 folder somewhere else, please alter the path to suit your location)
  • Change [InstallerVolumeName] to the name of the USB memory stick or your small disk partition. For example if you are using a USB memory stick and it shows on the desktop with the name Untitled, then replace [InstallerVolumeName] with Untitled so that the path reads /Volumes/Untitled
Code:
cd ~/Downloads/pikify3.1
  • You need to run the script as the root user
Code:
sudo -s
[your password]
./createpikeinstallmedia /Volumes/[InstallerVolumeName]

  • OR
Code:
sudo ./createpikeinstallmedia /Volumes/[InstallerVolumeName]
[your password]
  • OR (optionally switch to the black background variant before you start)
Code:
sudo -s
[your password]
cp -f boot_black_3_1.efi boot.efi
./createpikeinstallmedia /Volumes/[InstallerVolumeName]

Be patient, the script will take some time to run through to completion, especially if your installer volume is a USB memory stick!

Once the script completes it will print ### DONE PIKIFYING ### and you should have an installer volume named 'Install OS X El Capitan'

After you build your pikify3.1 USB memory stick, but before you attempt to boot from it, try ejecting it, physically unplug it, wait a few seconds, then re-plug it in allowing it to mount.

  • Reboot your MacPro with the newly created install media (partition or USB stick) attached
  • Hold the ALT key down immediately after the startup chime to enter the boot chooser
  • Choose the Install OS X El Capitan volume
    • For those people with graphics cards that don't show the boot screens
      • If you are using a USB stick (and it's the only one attached), immediately after the startup chime, hold down the C key. If your USB memory stick has an access indicator (blinking LED) you can visually confirm it is booting. Be patient, it takes about a minute before the screen shows anything. OR....
      • Get to the boot chooser as above then press the left-arrow key once, followed by the return/enter key. (Removable media generally shows up last in the horizontal list, pressing the left arrow key takes you from the automatic first entry and wraps the highlight round to the other end of the list, which is usually where the USB stick is presented). OR....
      • If you're using a small disk partition, get to the boot chooser as above then press the right-arrow key once, followed by the return/enter key). If you have just your main disk and the installer volume this should work. If you have more than just those two, experiment pressing the arrow key more than once until you find the installer volume! OR....
      • OR, consider getting hold of a DVI-vga adaptor. You should be able to find one of your DVI ports that will send out a VGA signal (to a VGA connected monitor) and show you the boot screen.
  • Your machine should boot into the Installer, run the installer
    • You may need to click the Reboot button at the end of the install (for some reason, the 10 second countdown doesn't seem to automatically start)
  • Your machine should reboot into the new El Capitan Installation and begin the OS X setup procedure.


I made a video! I hope you like it...

I used my iPhone for the second half, apologies for the moire patterns.

I decided to start from my MacPro running 10.7.x Lion, since this is the last officially supported version.
The only difficulty for people is to get hold of a copy of Apple's "Install Mac OS X El Capitan" app. I recommend using a newer "supported" Mac and then copying it to the MacPro....

One of the steps in the video shows me formatting my hard disk drive, do not do this step if you have data on your hard disk (unless you have a backup and are prepared to wipe the drive)


If you are upgrading I would suggest a clean install of El Capitan onto a spare disk, then use the Apple Migration Assistant to migrate your previous system and user files.
If you are brave and want to try an in-place upgrade, make sure you backup your current system first...

======================== UPDATE ================================

The original Apple BaseSystem.dmg appears to be missing a number of fonts. This causes the installer log file to fill up with thousands of unnecessary lines complaining about the missing fonts. I've updated the installer creation script to fix the missing fonts. It just makes the log file smaller and easier to read and follow.

See pikify3.1.v2.zip in the attachments...

==================== ANOTHER UPDATE =============================

I figured out how to set up El Capitan so that we can make it survive an Apple update. See my post at post #1391

I've modified the pikify3.1 set so that steps 1 - 4 of the process below (post 1391) are already in place. You still need to choose to install Boot64 or CapitanPikeFix (see below).

I'll leave v2 here in case anyone is paranoid, and doesn't want the slight lowering of SIP's security blanket!

==================== Version 5 ===================================

V5 includes some mods to the SIP exclusion paths file

==================== Version 7 ===================================
(includes version 6, which added support for home-baked fusion drives)
V7 adds error checking and a bit of an explanation to start

==================== Version 8 ===================================
V8 adds a check to ensure there is a copy of the Apple Install OS X El Capitan application located in the Applications folder!

==================== Version 9 ===================================
All previous versions would first write the Install media, and then modify that content. If the Install media is a USB memory stick, all those operations are slow due to the USB bus speed.

V9 attempts to speed up the operations. It will modify the /Applications/Install OS X El Capitan.app on the hard disk first (faster), and then write the contents to the USB memory stick. There is only one write across the USB bus.

Plus, the modifications are left in place. The script will detect if the copy of Install Mac OS X El Capitan has already been modified, giving you the option to reset to the Apple version, or to continue. If you choose to continue it will skip the modifications (because they're already present) and simply write a new copy to your USB memory stick (or installer partition)

It should be quicker :)

==================== Version 10 ==================================
Version 10 adds a check to see if the InstallESD.dmg and/or the BaseSystem.dmg are already mounted, if so it tries to detach them.

WARNING: It seems some people have tried V10 and it has caused problems.

==================== Version 11 ==================================
Version 11 fixes the issues with v9/v10. Basically I made an error in design when I created v9/v10. The resulting files were too big to fit onto an 8GB memory stick. Sorry folks!!

If you downloaded v9 or v10, please rapidly place them in their new home (the trash can), and re-download V11, it will now work much better :)

==================== Version 12 ==================================
Version 12 saves the unmodified software in a format that makes it easier to restore. Also adds more checks. The biggest change is that the disk images are now mounted on specific mount points so that my script doesn't conflict with the default mount points.


++++++++++++++++ MD5 ++++++++++++++++++++++++++++++++++++++++++

MD5 (pikify3.1.v2.zip) = 80333eda8eecc3094f06d175bdba0a64
MD5 (pikify3.1.v12.zip) = 170873c7029f611da798d07647766522
 

champignacs

macrumors newbie
Jan 18, 2017
4
0
As you can see I am a newbie to this forum, my bad, and plead forgiveness
Didn't even realise I had posted, errr, nothing lol
But since you made contact, I was wondering if you (or anyone else for that matter) know if anyone will ever be able to install 10.12 on mac 1,1.
I am currently running 10.11.6 (pikified install, Pike's script is pure genius!!!) on it with radeon 5770 1GB and don't want to let this machine go!
It's 10 years old, I am aware, and ludicrous that it's still my main design machine but with 12GB and 2x dual core 2.66GHz it does what I need it to without suffering a glitch EVER!!!
 

F1Mac

macrumors 65816
Feb 26, 2014
1,283
1,604
As you can see I am a newbie to this forum, my bad, and plead forgiveness
Didn't even realise I had posted, errr, nothing lol
But since you made contact, I was wondering if you (or anyone else for that matter) know if anyone will ever be able to install 10.12 on mac 1,1.
I am currently running 10.11.6 (pikified install, Pike's script is pure genius!!!) on it with radeon 5770 1GB and don't want to let this machine go!
It's 10 years old, I am aware, and ludicrous that it's still my main design machine but with 12GB and 2x dual core 2.66GHz it does what I need it to without suffering a glitch EVER!!!

I think the 1,1/2,1 is going to stop at El Capitan. However, that doesn't mean it will stop working so there's no reason to "let this machine go" :). Apple will continue to support El Capitan for the next 2 years and it will be a long while before any application requires "Sierra or newer". As long as I can do my work on my Mac Pro and my iPhone can sync, I don't care which OS I'm running. At some point I will get another Mac Pro anyway... If the latest Logic Pro X or the Native Instruments Komplete suite could run on something older than Yosemite, I would still run Mavericks to be honest. For me there's nothing in Sierra that makes it an obligatory upgrade.

[edit] well, Apple just released LPX 10.3 which is, again, a free update :cool::cool::cool::cool::cool::cool::cool:) - but now the minimum requirements are 10.11 or later!...
 
Last edited by a moderator:

Ant3000

macrumors 6502
Jul 20, 2015
374
46
UK
The short answer is no. There is another thread on this that seems to have hit the wall.

I too use this Mac as my main production machine - while being able to run Sierra may be a nice thought there are too many other programs I rely on that may also need updating that the cost could be huge. I use CS6 and not planning on buying into Adobe's latest model of taking even more of my money if I don't have to. From what I have seen of Sierra, there is nothing I 'must have' and unless anything breaks I will keep using this great machine. My 30" cinema display is showing it's age a bit though.
 

champignacs

macrumors newbie
Jan 18, 2017
4
0
Totally agree with you on OS version, it just means an end for my machine is in perspective and that saddens me (despite me extracting every drop of value out of the hardware over the last 10 years).
It's so well built that apart from the OS becoming obsolete, could go on and on and on, well maybe not for the next 10 years but at another 4, maybe 5 could be conceivable?
Deluded?
Perhaps, but if I listened to Apple, I should not be able to run the radeon 5770 or any OS passed 10.7 on this beast!
 

rthpjm

macrumors 6502a
Jan 31, 2011
720
309
U.K.
As you can see I am a newbie to this forum, my bad, and plead forgiveness
Didn't even realise I had posted, errr, nothing lol
But since you made contact, I was wondering if you (or anyone else for that matter) know if anyone will ever be able to install 10.12 on mac 1,1.
I am currently running 10.11.6 (pikified install, Pike's script is pure genius!!!) on it with radeon 5770 1GB and don't want to let this machine go!
It's 10 years old, I am aware, and ludicrous that it's still my main design machine but with 12GB and 2x dual core 2.66GHz it does what I need it to without suffering a glitch EVER!!!

Pike is a genius, (and user named tiamo before him). They both modified the source code for the boot.efi file so that it supports the original MacPros.

The createpikeinstallmedia script is my creation There are some unique features in the script that I feel I can claim as my contribution (post install scripts added to the Installer chain for example), however it is truly a community effort. I have to credit other members of this forum. They know who they are, but I will specifically mention Peter Holbrook since he took the time to document the steps required to manually complete the process. My script largely follows the steps documented by Peter...
 

champignacs

macrumors newbie
Jan 18, 2017
4
0
The short answer is no. There is another thread on this that seems to have hit the wall.

I too use this Mac as my main production machine - while being able to run Sierra may be a nice thought there are too many other programs I rely on that may also need updating that the cost could be huge. I use CS6 and not planning on buying into Adobe's latest model of taking even more of my money if I don't have to. From what I have seen of Sierra, there is nothing I 'must have' and unless anything breaks I will keep using this great machine. My 30" cinema display is showing it's age a bit though.
Pike is a genius, (and user named tiamo before him). They both modified the source code for the boot.efi file so that it supports the original MacPros.

The createpikeinstallmedia script is my creation There are some unique features in the script that I feel I can claim as my contribution (post install scripts added to the Installer chain for example), however it is truly a community effort. I have to credit other members of this forum. They know who they are, but I will specifically mention Peter Holbrook since he took the time to document the steps required to manually complete the process. My script largely follows the steps documented by Peter...

I didn't mean to give credit to some or deny it to others, in my view, all the contributors to this project have not only excelled at backward engineering and unblocking Apple's needless limitations, but also selflessly released it.

A special credit to you for making it fool proof for "not so clued up" guys such as me :)

Please see this as a massive thank you to all of you guys, without you, I would be running 10.7!
 

Mileham

macrumors member
Jan 11, 2017
45
4
Cascadia
Thanks to all for this helpful post and comments! I've put a lot of time and money into uprading my 1,1, and this is great work. Thanks again.
 

Roland L

macrumors newbie
Jan 8, 2014
29
0
Has anyone else tried to (re-)download the latest edition of the El Capitan from the App Store? I am finding today that when I click on ElCap's 'Download' button under the 'Purchased' section, then click 'Continue' (explicitly to download it as it's already installed) it simply spins without doing anything. This used to work.
 

bootimous

macrumors newbie
Jan 21, 2017
3
0
Naptown

This worked like a charm! Thank you champignacs! The video & directions were soo easy to follow!! I am running a stock NVIDIA GeForce 7300 GT 4 MB card currently but would like to upgrade(slower refresh rate)... What version of the Radeon 5770 should I look for for my Mac Pro 1,1 running this Pikified 10.11.6??
 
Last edited:

rthpjm

macrumors 6502a
Jan 31, 2011
720
309
U.K.
Has anyone else tried to (re-)download the latest edition of the El Capitan from the App Store? I am finding today that when I click on ElCap's 'Download' button under the 'Purchased' section, then click 'Continue' (explicitly to download it as it's already installed) it simply spins without doing anything. This used to work.
Hello Roland,

Have a look at my post one page back, post #3139. The symptoms you describe are typical of there being a copy of El Capitan installer app already on your machine.
[doublepost=1485164192][/doublepost]
This worked like a charm! Thank you champignacs! The video & directions were soo easy to follow!! I am running a stock NVIDIA GeForce 7300 GT 4 MB card currently but would like to upgrade(slower refresh rate)... What version of the Radeon 5770 should I look for for my Mac Pro 1,1 running this Pikified 10.11.6??
Hello bootimous,

There are many variants out there. I had great success with my XFX version of the card. See the posts by me on the Netkas forum. Special mention for fl0r!an for his work!

The general rule of thumb is to find a card that is a reference design, or that closely matches the Apple branded cards (number of ports, and types of port - e.g. 6 x mini display port), or more commonly nowadays, find a card that you know has been successfully modded.

You will see from my posts that I am very specific about make, model, AND revision. The graphics card manufacturers are notorious for rapidly changing the physical designs of their cards, keeping the product name the same (usually just bumping the version number). It's best to try and get exact matches. You will likely be okay with a variant but you won't know for certain until you make the leap to flash the card and try it in your Mac.
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.