Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space KNOW and version 7.2

...

This article covers restoring a disk image of a UEFI/GPT system and enable the restored image to boot using legacy MBR booting. 

 


Info

Caution: We assume there are no other hardware differences between the system being imaged and the system being restored to. For dissimilar hardware, use ReDeploy. 

...

  1. Boot into Windows PE.

  2. Open a Windows command window. To open a command window click the icon  on the taskbar.

  3. Type:

    Code Block
    languagetext
    themeFadeToGrey
    diskpart



  4. Type: 

    Code Block
    languagetext
    themeFadeToGrey
    list disk


  5. Select the disk number that you want to restore to. For example:

    Code Block
    languagetext
    themeFadeToGrey
    select disk 3
    Warning
    Please ensure that you use the correct disk number in the above command.
  6. Clean the selected disk:

    Code Block
    languagetext
    themeFadeToGrey
    clean


  7. Ensure that the target disk is MBR formatted

    Code Block
    languagetext
    themeFadeToGrey
    convert mbr

     


  8. Create the Microsoft System Reserved partition

    Code Block
    languagetext
    themeFadeToGrey
    create par pri size=300


  9. Format the MSR partition:

    Code Block
    languagetext
    themeFadeToGrey
    format fs=NTFS quick


  10. Set the partition 'Active'

    Code Block
    languagetext
    themeFadeToGrey
    active


  11. Exit Diskpart:

    Code Block
    languagetext
    themeFadeToGrey
    exit

     


  12. In Macrium Reflect, click Backup tab.
     
  13. Click Refresh to read the newly initialized disk.


  14. Click Restore tab.
     
  15. Select the image file, drag and drop just the Windows System partition to the free space on the target disk. In this example, only the 'C:' partition is restored to the target disk.
     

    Info
    Note: You can click 'Restored Partition Properties' to resize the restored partition to fill the new disk if you wish.



  16.  Follow the steps in the section Fix boot problems on MBR/BIOS systems in the following KB article:
      Fixing Windows boot problems

    Info
    Note: You should select the newly created 300MB partition as the 'Active' partition when running 'Fix Boot Problems'