matemago Posted December 5, 2009 Share Posted December 5, 2009 hi, perhaps is a silly question, my system is running fine with 10.6.2, but i put the UUID value from my booting partition in all this places: /Extra/com.apple.Boot.plist as: <key>Kernel Flags</key> <string>arch=i386 boot-uuid=22801061-C094-305F-B467-513CCF8B7B3B</string> /Extra/smbios.plist as: <key>SMUUID</key> <string>22801061-C094-305F-B467-513CCF8B7B3B</string> /Extra/UUID.kext/Contents/info.plist as: <key>UUID-key</key> <string>22801061-C094-305F-B467-513CCF8B7B3B</string> and: /Library/Preferences/systemConfiguration/com.apple.Boot.plist as: <key>Kernel Flags</key> <string>arch=i386 boot-uuid=22801061-C094-305F-B467-513CCF8B7B3B</string> so, do i reeeeally need to put this UUID value in all this places? i only use this kexts in my extra folder: fakesmc.kext HDAEnabler.kext NullCPUPowerManagement.kext SleepEnabler.kext UUID.kext and as you can see, i only boot in 32bits mode, since my Zydas USB WLAN card doesnt load in 64bits. i'm using Chameleon 2 RC3 as bootloader, my mobo is ASUS P5LD2-VM SE and i have a patched AppleHDA.kext in s/l/e. thats all. hope someone can give a hint. thanks Link to comment https://www.insanelymac.com/forum/topic/200997-where-to-put-uuid-values/ Share on other sites More sharing options...
Dr. Hurt Posted December 5, 2009 Share Posted December 5, 2009 Nope, you only need to put your ethernet's MAC address as the UUID in the UUID.kext (though I personally prefer PlatformUUID.kext for Snow Leopard). Link to comment https://www.insanelymac.com/forum/topic/200997-where-to-put-uuid-values/#findComment-1351377 Share on other sites More sharing options...
matemago Posted December 6, 2009 Author Share Posted December 6, 2009 thanks Dr. Hurt, i'll give it a try. Link to comment https://www.insanelymac.com/forum/topic/200997-where-to-put-uuid-values/#findComment-1351903 Share on other sites More sharing options...
Detrich Posted December 6, 2009 Share Posted December 6, 2009 matemago If you want to have native UUID, you should add your LAN in DSDT. Leopard will automaticaly make correct UUID, based on MAC adress(like in real macs). Remove any UUID from boot.plist or smbios.plist, also PlatformUUID.kext or UUID.kext. Link to comment https://www.insanelymac.com/forum/topic/200997-where-to-put-uuid-values/#findComment-1352041 Share on other sites More sharing options...
Dr. Hurt Posted December 6, 2009 Share Posted December 6, 2009 matemago If you want to have native UUID, you should add your LAN in DSDT. Leopard will automaticaly make correct UUID, based on MAC adress(like in real macs). Remove any UUID from boot.plist or smbios.plist, also PlatformUUID.kext or UUID.kext. For some strange reason, that doesn't work for me. The only way to fix the UUID error for me in Snow Leopard was PlatformUUID.kext I think the next version of Chameleon will contain a patch that fixes this problem without the need for any extra kexts or DSDT patching. I'm not sure where I heard that before though. Link to comment https://www.insanelymac.com/forum/topic/200997-where-to-put-uuid-values/#findComment-1352150 Share on other sites More sharing options...
Detrich Posted December 6, 2009 Share Posted December 6, 2009 Dr. Hurt I used Master Chief method to fix DSDT for my P5K(not Pro) mobo: http://www.insanelymac.com/forum/index.php?showtopic=188920 Link to comment https://www.insanelymac.com/forum/topic/200997-where-to-put-uuid-values/#findComment-1352265 Share on other sites More sharing options...
Recommended Posts