QUOTE (Beerkex'd @ May 16 2009, 11:30 AM)

No, it doesn't work like that. It's not up to the OS, it's a hardware serial number. Do you think that the serial number on a real mac changes every time you install OSX on it? Besides SOMESRLNMBR doesn't seem very "Apple", does it
Because you still have something left over from another SMBIOS injector, or somewhere else in the system, that puts that info there.
Are you absolutely sure that you don't have "SMBIOSEnabler.kext" loading from somewhere?
I found that the key and string is reversed on the memory info in this guys smbios.plist
For my system using a Q6600 running at 380 FSB (3.42GHZ CPU) i use the following as my smbios.plist located in my Extras folder.
Memory is shown with correct brand, part number, speed and 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>SMbiosvendor</key>
<string>Apple Computer, Inc.</string>
<key>SMbiosversion</key>
<string>MP31.88Z.00C1.B00.080209154<</string>
<key>SMmanufacter</key>
<string>Apple Computer, Inc.</string>
<key>SMproductname</key>
<string>MacPro3,1</string>
<key>SMsystemversion</key>
<string>1.0</string>
<key>SMserial</key>
<string>G87421B908S</string>
<key>SMfamily</key>
<string>macpro</string>
<key>SMboardmanufacter</key>
<string>Apple Computer, Inc.</string>
<key>SMboardproduct</key>
<string>Mac-F4208DC8</string>
<key>SMexternalclock</key>
<string>380</string>
<key>SMmaximalclock</key>
<string>3420</string>
<key>SMmemtype</key>
<string>19</string>
<key>SMmemspeed</key>
<string>760</string>
<key>SMmemmanufacter_1</key>
<string>Walton Chaintech</string>
<key>SMmemmanufacter_2</key>
<string>Walton Chaintech</string>
<key>SMmemmanufacter_3</key>
<string>Walton Chaintech</string>
<key>SMmemmanufacter_4</key>
<string>Walton Chaintech</string>
<key>SMmempart_1</key>
<string>NU2G082-800P500</string>
<key>SMmempart_2</key>
<string>NU2G082-800P500</string>
<key>SMmempart_3</key>
<string>NU2G082-800P500</string>
<key>SMmempart_4</key>
<string>NU2G082-800P500</string>
<key>SMmemserial_1</key>
<string>D8042323</string>
<key>SMmemserial_2</key>
<string>E59C2222</string>
<key>SMmemserial_3</key>
<string>1A052322</string>
<key>SMmemserial_4</key>
<string>37052324</string>
</dict>
</plist>