leslieking Posted November 17, 2009 Share Posted November 17, 2009 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 Link to comment https://www.insanelymac.com/forum/topic/198113-platformuuid-question/ Share on other sites More sharing options...
MacUser2525 Posted November 17, 2009 Share Posted November 17, 2009 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. Link to comment https://www.insanelymac.com/forum/topic/198113-platformuuid-question/#findComment-1333927 Share on other sites More sharing options...
leslieking Posted November 17, 2009 Author Share Posted November 17, 2009 Thanks. I need to add my own UUID from disk utility or PlatformUUID does this automaticaly? Link to comment https://www.insanelymac.com/forum/topic/198113-platformuuid-question/#findComment-1333960 Share on other sites More sharing options...
MacUser2525 Posted November 17, 2009 Share Posted November 17, 2009 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> Link to comment https://www.insanelymac.com/forum/topic/198113-platformuuid-question/#findComment-1333979 Share on other sites More sharing options...
leslieking Posted November 17, 2009 Author Share Posted November 17, 2009 thanks, mate! Link to comment https://www.insanelymac.com/forum/topic/198113-platformuuid-question/#findComment-1334101 Share on other sites More sharing options...
Recommended Posts