Disk Clone - Knowledge Base

Recovering Operating System Drive

Recovering Operating System Drive / System Image

Disk Clone in IDrive helps to recover from an OS crash within minutes. All you need to do is run the bootable recovery environment and select the hard disk for restore to create the partition similar to the original computer partitions and restore the operating system backup as it was earlier, via disk clone.



Recover the system image/Operating System drive image on a computer (Similar/Dissimilar hardware)

    Disk image restore is a two-step process:

  • Download the disk image folder from the cloud to an external disk. In case you have performed local backup, where the disk image backup on the local device is encrypted, you need to restore the encrypted disk image folder to an external device to decrypt.
  • Use WinRE bootable disk to restore to similar / dissimilar (different computer) hardware.

Recover the system image/Operating System drive image on a computer (Similar/Dissimilar hardware)

You can easily restore the disk image data backed up from one computer to another computer (with dissimilar hardware).

Prerequisites:

Steps to recover your OS drive / System image on dissimilar hardware

  1. Connect your USB drive (WinRE boot disk) and start the computer in the Windows Recovery Environment (boot from USB). The IDrive Disk Image Restore application opens.

    restore os

  2. Click and browse the diskimage folder (IDriveDiskImage' / 'IDriveSystemImage /'IDDriveImage' /'IDHDImage) containing disk image / operating system drive image.
  3. Click 'Restore Now'.
  4. A popup message will request confirmation as restoring a disk image will overwrite all existing contents of the drive with the image file. Click 'Yes'.

    restore os

You can view the progress of the restore on the Disk Image Restore application. After the restore, boot the hard disk to get the operating system.

Alternatively, you can learn how to restore the disk image manually.

Recovering the Operating System Drive on same computer



Prerequisites:

Steps to recover your OS drive on same computer

  1. Connect your USB drive (WinRE boot disk) and start the computer in the Windows Recovery environment.
  2. Choose your keyboard layout to US > Troubleshoot > Advance options > Command Prompt.


  3. A command prompt with 'x:\windows\system32>' window appears.


  4. Execute the following command to recover your drive:
  5. Syntax:

    $IDriveDiskImage.exe if=<OS driveimage path> iflag=coe of=<partition drive> oflag=coe bs=4096 count=<Image Size in bytes>

    Parameter details:

    "if" : Disk image file path
    Example: ="D:\IDriveDiskImage\WIN-IUP3S37CGAU\C\DiskImage[C].img"
    "of" : drive to restore OS disk image
    Example: of=h:
    "bs" : block sector
    "count”: Image size of operating system disk image in bytes
    *Get the Image size of operating system disk image from the "backup.ini"

    Example: count=29355606052

    Code:

    $IDriveDiskImage.exe if="D:\IDriveDiskImage\WIN-IUP3S37CGAU\C\DiskImage[C].img" iflag=coe of=h: oflag=coe bs=4096 count=29355606052



    Once the code has been executed, restart your computer. You will have recovered the computer’s operating system from the disk image file.

    If you need further assistance, you may contact IDrive tech support.

1-818-485-4333