So, lets get started.
First off, I put my new drive into a USB box and connected to the mini.
Next, in Disk Utility, I partitioned and formatted the drive to one partition, and added the Mac OS X partition table. The New disk has the label, Mac OS X
Now, in a terminal window (my favourite place), I ran the following:
Become root
sudo -s
Copy all the disk contents to the new disk, mounted on /Volumes/Mac OS X
Copy all the disk contents to the new disk, mounted on /Volumes/Mac OS X
rsync -Eavx / /Volumes/Mac\ OS\ X
Now, it needs to be bootable,
bless -folder /Volumes/Mac\ OS\ X/System/Library/CoreServices –bootinfo –bootefi
Bob's your uncle.
Now, it needs to be bootable,
bless -folder /Volumes/Mac\ OS\ X/System/Library/CoreServices –bootinfo –bootefi
Bob's your uncle.
No comments:
Post a Comment