1

I remember ten years ago cloning Win installation by copying all the files from HDD to another HDD using a bootable CD software. Then in the recovery console doing fdisk / mbr, to fix the master boot record so that the new HD can boot the old system.

My question is this still the normal way to do it with Win7? Also what are the available utilities today that I can use on the bootable CD?

5 Answers5

4

To clone a partition, you can use any partitioning software that you want (Gparted, Acronis, Windows (though that will mean you cannot copy the active partition)).

For the bootloader part, install a windows installer disk, and run the following commands:

  1. bootrec /rebuildbcd
  2. bootsect /nt60 D: /force /mbr
  3. Make sure the partition is set as active
    1. diskpart
    2. select <disk number>
    3. select <partition number>
    4. active
soandos
  • 24,600
  • 29
  • 105
  • 136
1

Yes! You can still do it. You can use Imgburn to do it.

Nam Phung
  • 447
1

If I had to do this, I would plug the new hard drive into the old system with an external enclosure, then boot the system from an Ubuntu Live USB or CD (as much as I hate Ubuntu, it's the easiest option available) and run dd to clone the old drive to the new drive (assuming that the new drive is larger than or equal in capacity to the old drive).

This eliminates the need to fix the MBR.

After cloning the drive, if the new drive is larger than the old drive, I would use GPartEd (included with Ubuntu as last I checked) to expand the cloned partition to fill the drive.

Further information on drive cloning with dd
Ubuntu Live USB information
Ubuntu Live CD information

Tortoise
  • 700
  • 6
  • 10
1

With Windows 7 you do not need any separate software; it has disk imaging tools built in. This is a good tutorial on how to create and restore images of your hard drives: http://www.howtogeek.com/howto/4241/how-to-create-a-system-image-in-windows-7/

Herohtar
  • 868
-2

The initially accepted answer did not work for me and so I have to post an answer myself.

After trying(and failing) few tools, I have ended up downloading Ultimate Boot CD

  • Burn the image
  • Restart PC into BIOS and verify that the boot device order is set to [first boot device] - CD-ROM
  • Restart the PC and it should boot into the Ultimate Boot CD
  • Chose [HDD]
  • Chose [Hard Disk Cloning]
  • Chose [CopyWipe]
  • Set the source HDD and the target HDD with an [expand] option (Use F6 to view the partitions)
  • Start the copy process.

  • After the files were copied to the new HDD, shutdown and disconnect the old HDD

  • Replace the Ultimate Boot CD with the Win 7 instalation CD and boot up into Win 7 installation
  • Chose [repair installation](enter image description here)
  • Click OK when prompted and restart.