Useful Fix

How to fix your unknown processor in About This Mac

As some new CPUs at present will not be properly recognized by OS X, Apple’s System Overview (“About This Mac”) reveals incomplete or simply wrong CPU details. Many times CPU’s like the i7-8700K are implemented as “unknown”.

Follow method below to fix it.

Note that the following example is only valid for systems with English as the main system language. If your system language is German, French, Spanish, Chinese etc., substitute “en.lproj” in the individual commands by the “lproj” of your System language!

[Edited] 2021.01.12

New method for Big Sur is available here:

[Guide]How to change your processor name in Big Sur

[Edited] 2018.11.05

From now on Coffeelake is officially on the Apple, So this method is optional But if you are still interesting to change it, you can do this. 

1.) Open a terminal and use the following commands:

cp /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/Resources/en.lproj/AppleSystemInfo.strings ~/Desktop/
sudo mv /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/Resources/en.lproj/AppleSystemInfo.strings /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/Resources/en.lproj/AppleSystemInfo.strings-Backup

2.) Open “AppleSystemInfo.strings” on your Desktop with TextWrangler and change

<key>UnknownCPUKind</key>
<string>Unknown</string>

to whatever you want. In my case I choose:

<key>UnknownCPUKind</key>
<string>3,5 GHz 10-core i9-9900X</string>

Save “AppleSystemInfo.strings”

3.) Run the following terminal commands:

sudo codesign -f -s - ~/Desktop/AppleSystemInfo.strings
sudo cp ~/Desktop/AppleSystemInfo.strings /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/Resources/en.lproj/

and reboot your system.

4.) Open Config.plist in your EFI with TextWrangler and Find ‘CPU’ and add this like below:

<key>CPU</key>
<dict>
<key>Type</key>
<string>Unknown</string>
<key>UseARTFrequency</key>
<false/>
</dict>

Now you have a right Processor name for you Mac!

Last modified: January 12, 2021

avatar
5 Comment threads
1 Thread replies
0 Followers
 
Most reacted comment
Hottest comment thread
5 Comment authors
martyivan aguiarClimb Joetr4c3r2k6Key Recent comment authors
  Subscribe  
newest oldest most voted
Notify of
Key
Guest
Key

Thank you! This is a good tip!

tr4c3r2k6
Guest
tr4c3r2k6

it didnt work for me i change it in both english and in spanish as my system is in spanish but it did not work it only shows unknown

trackback
How to build your Customac iMac Pro in Mojave 10.14 with Intel 8th generation CPU system + TH3 + LG UltraFine 5K - Climb Joe's Coffee Break

[…] How to fix your unknown processor in About This Mac […]

ivan aguiar
Guest
ivan aguiar

Does not work in catalina.. permissions

marty
Guest
marty

The path is wrong to AppleSystemInfo.strings above, also running High Sierra.
Also it’s just one less step to edit AppleSystemInfo.strings and put your CPU info under Unknown, no need to put unknown in clover.
Thanks for the guide!
🙂