...
Boot into Windows PE.
Open a Windows command window. To open a command window click the icon on the taskbar.
Type:
Code Block language text theme FadeToGrey diskpart
Type:
Code Block language text theme FadeToGrey list disk
Select the disk number that you want to restore to. For example:
Code Block language text theme FadeToGrey select disk 0
Clean the selected disk:
Code Block language text theme FadeToGrey clean
By default, "clean" creates an empty MBR disk. Convert it to GPT:
Code Block language text theme FadeToGrey convert gpt
Create the EFI partition:
Code Block language text theme FadeToGrey create partition efi size=200
Format the EFI partition:
Code Block language text theme FadeToGrey format fs=fat32
Create the MSR partition:
Code Block language text theme FadeToGrey create partition msr size=128
Exit Diskpart:
Code Block language text theme FadeToGrey exit
- In Macrium Reflect, click Backup tab.
- Click Refresh to read the newly initialized disk.
- Click Restore tab.
- 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.
Click 'Next' then 'Advanced Options' > 'Master Boot Record' and select the 'Do not replace' option for the master boot record.
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 problemsInfo You may need to edit the UEFI configuration to tell it to boot into the new GPT hard disk.
...