@Arnoldso
coupld you screenshot that section of config.plist (SMBIOS/Generic)? I tried but did not work for me so I might miss something.
thanks
Here are the Section.....
<key>PlatformInfo</key>
<dict>
<key>Automatic</key>
<false/>
<key>CustomMemory</key>
<false/>
<key>SMBIOS</key>
<dict>
<key>BIOSReleaseDate</key>
<string>12/02/2020</string>
<key>BIOSVendor</key>
<string></string>
<key>BIOSVersion</key>
<string>999.0.0.0.0</string>
<key>BoardAssetTag</key>
<string>Base Board Asset Tag</string>
<key>BoardLocationInChassis</key>
<string>Part Component</string>
<key>BoardManufacturer</key>
<string></string>
<key>BoardProduct</key>
<string>Mac-189A3D4F975D5FFC</string>
<key>BoardSerialNumber</key>
<string>C02314902J9FH31FB</string>
<key>BoardType</key>
<integer>10</integer>
<key>BoardVersion</key>
<string>MacBookPro11,1</string>
<key>ChassisAssetTag</key>
<string>Asset Tag#</string>
<key>ChassisManufacturer</key>
<string></string>
<key>ChassisSerialNumber</key>
<string>C02JN5U8DTY7</string>
<key>ChassisType</key>
<integer>10</integer>
<key>ChassisVersion</key>
<string>Mac-189A3D4F975D5FFC</string>
<key>FirmwareFeatures</key>
<data>d/UP6wAAAAA=</data>
<key>FirmwareFeaturesMask</key>
<data>f/8f/wAAAAA=</data>
<key>PlatformFeature</key>
<integer>2</integer>
<key>ProcessorType</key>
<integer>1541</integer>
<key>SmcVersion</key>
<data></data>
<key>SystemFamily</key>
<string>MacBook Pro</string>
<key>SystemManufacturer</key>
<string></string>
<key>SystemProductName</key>
<string>MacBookPro11,1</string>
<key>SystemSKUNumber</key>
<string>System SKU#</string>
<key>SystemSerialNumber</key>
<string>C02JN5U8DTY7</string>
<key>SystemUUID</key>
<string>C63A2F62-CB18-4033-B4A8-DD3C597FC9FF</string>
<key>SystemVersion</key>
<string>1.0</string>
</dict>
<key>UpdateDataHub</key>
<true/>
<key>UpdateNVRAM</key>
<true/>
<key>UpdateSMBIOS</key>
<true/>
<key>UpdateSMBIOSMode</key>
<string>Create</string>
</dict>
Automatic must be "false" to Use SMBIOS Info.
<key>Automatic</key>
<false/>