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

...

  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 0


  6. Clean the selected disk:

    Code Block
    languagetext
    themeFadeToGrey
    clean


  7. By default, "clean" creates an empty MBR disk. Convert it to GPT:

    Code Block
    languagetext
    themeFadeToGrey
    convert gpt


  8. Create the EFI partition:

    Code Block
    languagetext
    themeFadeToGrey
    create partition efi size=200


  9. Format the EFI partition:

    Code Block
    languagetext
    themeFadeToGrey
    format fs=fat32


  10. Create the MSR partition:

    Code Block
    languagetext
    themeFadeToGrey
    create partition msr size=128


  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 the imaged partitions but DO NOT restore the MSR partition from the image file. In this example, only the C partition is restored to the target disk.
     


  16. Click 'Next' then 'Advanced Options' > 'Master Boot Record' and select the 'Do not replace' option for the master boot  record.

       Image Added

  17. When the restore is complete, configure the UEFI boot files in the EFI system partition. 

    Follow the steps in the section Fix Boot problems for GPT/UEFI Boot Systems in the following KB article:
    Fixing Windows boot problems

    Info
    You may need to edit the UEFI configuration to tell it to boot into the new GPT hard disk.

...