Jump to content
5 posts in this topic

Recommended Posts

You need to insert your SMproductname (system identifier) and compatable serial number

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SMbiosversion</key>
<string>MP31.88Z.006C.B01.0712212319</string>
<key>SMcputype</key>
<string>1281</string>
<key>SMmanufacter</key>
<string>Apple Inc.</string>
<key>SMfamily</key>
<string>MacPro</string>
<key>SMboardproduct</key>
<string>Mac-F221BEC8</string>
<key>SMproductname</key>
<string>MacPro5,1</string>
<key>SMserial</key>
<string>XXXXXXXXXXX</string>
<key>SMsystemversion</key>
<string>1.0</string>
</dict>
</plist>

this is my smbios:

 

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>SMfamily</key>

<string>iMac</string>

<key>SMproductname</key>

<string>iMac12,2</string>

<key>SMboardproduct</key>

<string>Mac-942B59F58194171B</string>

<key>SMserial</key>

<string>XXXXXXXXXX</string>

<key>SMbiosversion</key>

<string>[url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url].tonymacx86.com</string>

</dict>

</plist>

Here's the missing/corrected bits from a DMI dump from a real Imac12,2

 

SMbiosdate 10/17/11

SMbiosversion IM121.88Z.0047.B1D.1110171110

SMbiosvendor Apple Inc.

SMboardmanufacturer Apple Inc.

SMmanufacturer Apple Inc.

SMsystemversion 1.0

 

A proper Apple serial is 11 digits, yours has 10.

×
×
  • Create New...