Migrating Dual Partition HDD to Solid state drive

3

2

My current Configuration is a Macbook Pro 15" early 2008 with a 100gb HDD and I'd like to replace this with a Solid State Drive.

The tricky part is that I have an OS X partition and a Windows 7 parition set up, for BootCamp. Ideally, I'd like to clone the drive over, with the extra space (the SSD will have a greater capacity) allocated to the OS X Partition.

Is it as simple as cloning the old drive to the new drive, or are there complications because of BootCamp?

Thanks.

xdumaine

Posted 2010-11-11T19:57:34.107

Reputation: 2 281

Answers

3

There aren't complications due to Boot Camp per se, as it's just another partition on your drive. One recommendation could be CloneZilla if you want to try cloning the drive over with the partitions intact. However, I have been wary of this approach and will instead present a more manual but workable method.

Basically you will clone each OS separately. These instructions at the Notebook Review forums have worked for me in the past. In a nutshell:

  1. Use Winclone to create an image of your Boot Camp installation onto your OS X partition.

  2. Put your new drive in an external enclosure and format it as one HFS+ partition (Mac OS X Extended).

  3. Use SuperDuper! or Carbon Copy Cloner to clone your original OS X partition (including the new Windows partiton image) to your new drive.

  4. Switch the drives and boot up into OS X on your new drive.

  5. Create a new Boot Camp partition in Disk Utility.

  6. Use Winclone to restore your Windows image to that partition. You may need to use your Windows installation disk to repair the bootloader on the Boot Camp partition afterwards.

It turns out that Winclone is discontinued but it still works well. Any Windows drive cloning tool would also work (Acronis, Norton Ghost, etc).

fideli

Posted 2010-11-11T19:57:34.107

Reputation: 13 618

Instead of creating a clone of the OS X partition, then, could I just install the new Drive, use my OS X Disk to format and restore a backup using Time Machine, then go to step 5? – xdumaine – 2010-11-12T14:16:28.297

@roviuser You can definitely do it that way. The key is to first get the OS X install working, then restore Boot Camp. – fideli – 2010-11-12T19:59:47.967

I went with a 500gb Seagate Momentus XT HDD/SSD Hybrid drive. It is installed, and I'm currently working on the restore/partitioning. I'll update with results. – xdumaine – 2010-12-03T13:26:14.530

Did a fresh install of Snow leopard, then recovered from Time Machine backup. Just used winclone to restore the windows partition. Currently in Disk Check prior to booting the windows partition. – xdumaine – 2010-12-03T18:05:57.063

Success! I now have a 400 Gb Snow Leopard Partition and 100 Gb Windows Partition up and running with restored data! Thanks again! I'd upvote you more if I could! – xdumaine – 2010-12-03T19:02:17.010