Posts Tagged ‘superduper’
Ok, before I go further, please keep in mind that this is only happen to hackintosh pc
First, prepare an empty harddisk. Then, you need to install EFI to the disk. Use EFI that work with your hackintosh. I got mine work well with Chameleon EFI 1.0.12. If you need the file, here is: chameleon efi 1.0.12. You only need to do this once.
After EFI installed, you can run superduper backup on this disk. Before you use this disk for long term use, make sure you have tested this backup disk. Just unplug the SATA cable from the main harddisk. If it boot well, then it is perfect!
When running superduper, I encountered this error. According to direction from netkas forum, here is how to fix it.
Edit /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
Changes <dict> section to:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <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> |
Then reboot.
“CFGetHostUUIDString: unable to determine UUID for host” error will be eliminated

