If you used a supported Mac to install and used -no_compat_check to bypass the distribution file, you can't clear the NVRAM. To overcome that, just add Mac-F221BEC8 to SupportedBoardIds and add MacPro5,1 to SupportedModelProperties.
You have to do it in two places:
First one, from the /System/Library/CoreServices/PlatformSupport.plist
Code:
/System/Library/CoreServices/PlatformSupport.plist
The second one, from the same file in the Preboot volume. You have to mount the Preboot volume first, than go to
Code:
/Volume/Preboot/xxxx-xxxxx-xxxx-xxxx/System/Library/CoreServices/PlatformSupport.plist
Example:
View attachment 841462
SupportedBoardIds for MP5,1 is:
Code:
<string>Mac-F221BEC8</string>
SupportedModelProperties for MP5,1 is:
Code:
<string>MacPro5,1</string>