At first, you can use USB Harddrive adapter for the new harddrive then boot normally to the Mac OS X. The Powerbook that I use is still on version 1.5.4 (Tiger).
Then according to some tutorial you can use Carbon Copy Cloner or SuperDuper!.
Just copy all the entire Harddrive contetnt of the OS to a new one that connected via USB.
Some tricky part, as I was using Carbon Copy Cloner, it tell that the Powerbook G4 could not boot via USB, thus it may not setting up the Boot media on the target Harddrive.
To enable the target harddrive as boot media, you have to bless it. (BSD derivative, bless is to Set volume bootability and startup disk) The command is:
Now the target harddrive is bootable from your powerbook, and you can continue to exchange the harddrive.sudo bless -folder /Volumes/TARGET VOLUME NAME/System/Library/CoreServices
Additional note:
Instead of using Carbon Copy Cloner or SuperDuper!, you can copy all the content of your harddrive with command:
sudo asr -source /Volumes/OSX BOOT VOLUME NAME/ -target /Volumes/TARGET VOLUME NAME/
The command will resulted:asr: did not copy blessed information to target, which may have missing or out-of-date blessed folder information.
And it's normal, just continue with blessing the target harddrive with previous command.
No comments:
Post a Comment