This is a clue that the
High Sierra upgrade changes some policy options, as I recall we had to manually add back the boardID to the AppleGraphicsPolicy info.plist.
Please make sure that the bootrom is the latest, this is mandatory. Use your original AMD card and get to:
BootROM: 87.0.0.0.0
So, if you are using for example a 27" iMac 2011, the correct board ID that should be part of the .plist is:
Mac-942B59F58194171B
View attachment 2232380
If you want to do the mod yourself:
-Turn computer on, hold down Command(⌘)-R
-Choose Utilities > Terminal
-Enter:
csrutil disable
you need to use the
Kext Utility 2.6 program for this to correct the permissions
-edit
/System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist
and add the following entries to the "
ConfigMap" dict:
Code:
<key>ConfigMap</key>
<dict>
<key>Mac-942B59F58194171B</key> <---- missing (iMac 12,2: 27-inch Mid 2011)
<string>none</string>
<key>Mac-942B5BF58194151B</key> <---- missing (iMac 12,1: 21.5-inch Mid 2011)
<string>none</string>
<key>Mac-F2268DAE</key>
<string>none</string>
<key>Mac-F2238AC8</key>
<string>none</string>
<key>Mac-F2238BAE</key>
<string>none</string>