Botunda Posted January 14, 2010 Share Posted January 14, 2010 I am getting " _CFGetHostUUIDString: unable to determine UUID for host. Error: 35" whenever I try any type of backup scheme or program. I am not familiar with kexts at all. I followed instructions from lifehacker to install SL. I would really like to backup my system. I have an internal WD Cavier Green 1TB drive and I am trying to backup to an external 1TB seagate. I have osx86tools and have tried changing kexts but it did nothing. TIA Botunda Link to comment Share on other sites More sharing options...
Botunda Posted January 14, 2010 Author Share Posted January 14, 2010 I just tried this solution: http://www.osx86scene.com/forum/viewtopic....027&p=24778 sneosx86 has solution that worked for me [url="http://sneosx86.freeflux.net/blog/archive/2007/11/10/_cfgethostuuidstring-error-workaround-fix.html"]http://sneosx86.freeflux.net/blog/archive/...around-fix.html[/url] ..."This workaround will help you to remove the "_CFGetHostUUIDString: unable to determine UUID for host. Error: 35" error. 1.) BACKUP your /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist 2.) Open /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist 3.) ADD AFTER <string>Ethernet</string></dict> the following: <dict> <key>BSD Name</key> <string>en3</string> <key>IOBuiltin</key> <false/> <key>IOInterfaceType</key> <integer>6</integer> <key>IOInterfaceUnit</key> <integer>3</integer> <key>IOLocation</key> <string></string> <key>IOMACAddress</key> <data> ABbPoF5V </data> <key>IOPathMatch</key> <string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/P0P3@1C,2/ IOPCI2PCIBridge/pci14e4,4311@0/AirPort_Brcm43xx/IO80211Interface</string> <key>SCNetworkInterfaceType</key> <string>IEEE80211</string> </dict> 4.) IF you have more than 3 interfaces or there is an "en3" interface change it to "en4" or a higher number, don't forget to change this "<integer>3</integer>" to "<integer>4</integer>". 5.) You need to REBOOT 6.) If this work for you please tell me. 7.) If this workaround did not work please provide your system.log and your NetworkInterfaces.plist. Why does this error happen? Well at looking at the source code of the configd there is a plugin "InterfaceNamer" it seams the plugin will always skip interfaces that are IOBuiltin = false. The "<key>IOBuiltin</key>" cannot be changed because the plugin will check and restore it on next boot. But it does not check if wireless interfaces <key>SCNetworkInterfaceType</key><string>IEEE80211</string> are IOBuiltin."... EasyViber Newbie Posts: 1 Joined: Fri Sep 29, 2006 9:06 am No luck Link to comment Share on other sites More sharing options...
Botunda Posted January 15, 2010 Author Share Posted January 15, 2010 Well not only did it not work. But I seem to have screwed up my networking. I backed the NetworkInterfaces.plist like it said, but somehow no when I have to restart, I have to use the -f boot and then I get the network. Funny thing that now my vmware installed win7 internet connection that WAS working now, is not. Probably tied to this debacle. I will search more and try nd figure it out. If anyone has any pointers, that would be great! TIA. Botunda Link to comment Share on other sites More sharing options...
Recommended Posts