View Single Post
 
Old 09-04-2009, 09:04 PM
Gurruwiwi Gurruwiwi is offline
Tiger
 
Join Date: Jun 2009
Posts: 306
I can post my smbios.plist, but I achieved this by "cloning" from a real macbook pro with spec similar to mine.

All you have to do is introduce model, a serial number, ram and cpu speeds etc.

It just a more extended smbios edit, not just ram and cpu from just

Like this, in my case.

Code:
<?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 Inc.</string>
	<key>SMbiosversion</key>
	<string>MBP51.88Z.5671.B99.0867221733</string>
	<key>SMboardmanufacturer</key>
	<string>Apple Inc.</string>
	<key>SMboardproduct</key>
	<string>MacBookPro5,1</string>
	<key>SMfamily</key>
	<string>MacBookPro5,1</string>
	<key>SMmanufacturer</key>
	<string>Apple Inc.</string>
	<key>SMproductname</key>
	<string>MacBookPro5,1</string>
	<key>SMserial</key>
	<string>W834765J1GA</string>
	<key>SMsystemversion</key>
	<string>1.0</string>
	<key>SMUUID</key>
	<string>689999DA-601B-3012-B030-681A6090B999</string>
	<key>SMmemtype</key>
	<string>24</string>
	<key>SMmemspeed</key>
	<string>1066</string>
	<key>SMmemmanufacter</key>
	<string>Corsair</string>
	<key>SMmemserial</key>
	<string>100000000</string>
	<key>SMmempart</key>
	<string>1</string>
<!--
	<key>SMexternalclock</key>
	<string>1066</string>
	<key>SMmaximalclock</key>
	<string>4264</string>
        
-->
</dict>
</plist>

_____________________________________________

Acer 6936g 864G32mn [@ Snow Leopard 10.6.1 32/64bit
C2D 2,4Ghz 4Gb 1066mhz DDR3 9600m GT 512 GDDR3

___Snow Leopard tutorial -> http://www.infinitemac.com/f57/guide...ted-for-t4183/
_________Leopard
tutorial ->http://www.infinitemac.com/f19/guide...-iatkos-t3357/
Reply With Quote