View Single Post
  #11  
Old 04-16-2008, 04:28 PM
ehofmeister ehofmeister is offline
Registered User
 
Join Date: Apr 2008
Posts: 13
Do you mean that I should run the script on the MacBook Pro after I have restored the backup from the image? I've just tried running the script from Terminal on my Mac Pro as a test - it says this in return:

"update_dyld_shared_cache failed: you must be root to run this tool"

I was logged in as Admin, but I know that that is different from Root - I'm not very much into terminal or commands, but I've heard a little of the "sodu" command, do I have to combine that to temporarily gain Root-access while running the script?

I just pasted the following into terminal:

#!/bin/sh
if [ -e "$4/System" ]; then
echo "Updating prebinding on $3..."
update_prebinding -root "$4" -force
fi

Thanks for the help (-:
Reply With Quote