Pin items to start a collection!
Installing a new SSD? Copy your Recovery HD to a new disk
New MacBook, installed a SSD. Here's how to copy over your main Lion partition and your recovery partition.
In simple list form. Feel free to ask questions; going for beviety rather than an extremely long tutorial. Yes, I'm lazy.
- Use Carbon Copy Cloner or something similiar to clone your boot disk to your new drive.
- Enable the Debug menu in Disk Utility. Terminal:defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool YES
- Make an image of the Recovery partition.
- Create a partition on your new drive for 1GB. Disk Utility won't allow anything smaller.
- Use Carbon Copy Cloner to "Restore from Backup" the Recovery parittion image. (Use the cog near Source to select a Disk Image rather than an actual drive.)
- Run a few terminal commands:
- Find the Recovery HD partition with: diskutil list
- Resize the volume down to 650MB: sudo diskutil resizeVolume disk0s3 650002432B
- Adjust the partition type: sudo asr adjust --target /dev/disk0s3 -settype "Apple_Boot"
- Note "disk0s3" should be the disk for your Recovery partition listed in diskutil
Here's the direct link. Thanks for spreading the word!