Jump to content
5 posts in this topic

Recommended Posts

I have a "Hardware UUID" section in System Profiler. This section appears due to platformUUID.kext. Is this good? Do you have the same section?

 

http://dl.dropbox.com/u/1924024/macpro.png

 

Yes and it is good to have otherwise you get the error 35 unable to determine host or something to that effect, when you have this error Time Machine will not work.

Thanks. I need to add my own UUID from disk utility or PlatformUUID does this automaticaly?

 

Should be a space to put it in there my file below shows where and yes you get it from diskutil by highlighting the partition your install is on using the Info button then put the numbers/letters you will see in the spot.

 

 cat /Extra/Extensions/PlatformUUID.kext/Contents/Info.plist 
<?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>CFBundleDevelopmentRegion</key>
 <string>English</string>
 <key>CFBundleExecutable</key>
 <string>PlatformUUID</string>
 <key>CFBundleGetInfoString</key>
 <string>© 2009 Superhai</string>
 <key>CFBundleIdentifier</key>
 <string>com.superhai.driver.PlatformUUID</string>
 <key>CFBundleInfoDictionaryVersion</key>
 <string>6.0</string>
 <key>CFBundleName</key>
 <string>PlatformUUID</string>
 <key>CFBundlePackageType</key>
 <string>KEXT</string>
 <key>CFBundleSignature</key>
 <string>????</string>
 <key>CFBundleVersion</key>
 <string>1.0.0</string>
 <key>IOKitPersonalities</key>
 <dict>
	 <key>Add Platform UUID</key>
	 <dict>
		 <key>CFBundleIdentifier</key>
		 <string>com.superhai.driver.PlatformUUID</string>
		 <key>IOClass</key>
		 <string>PlatformUUID</string>
		 <key>IOMatchCategory</key>
		 <string>PlatformUUID</string>
		 <key>IOProviderClass</key>
		 <string>IOResources</string>
		 <key>IOResourceMatch</key>
		 <string>IOKit</string>
		 <key>PlatformUUID</key>
		 <string>FEE8B4EB-CE52-393B-89C6-AB691512220A</string>	  <----------- Replace these.
	 </dict>
 </dict>
 <key>OSBundleLibraries</key>
 <dict>
	 <key>com.apple.kpi.iokit</key>
	 <string>7.0</string>
	 <key>com.apple.kpi.libkern</key>
	 <string>8.0d0</string>
 </dict>
 <key>OSBundleRequired</key>
 <string>Root</string>
</dict>
</plist>

×
×
  • Create New...