Boot from the Veeam Recovery Media. Go to Tools and start the Command Prompt utility. Run the following commands one by one: diskpart DISKPART> list disk At this step, find the disk that you are going to use as a restore destination for the primary operating system. In this example, we assume that disk 0 is a restore destination for the primary operating system. DISKPART> select disk 0 Mind that the following command will remove all data from disk 0. DISKPART> clean DISKPART> convert gpt DISKPART> create partition efi size=200 DISKPART> select partition 1 DISKPART> format quick fs=fat32 label="System" DISKPART> assign letter=G DISKPART> create partition msr size=128 DISKPART> exit Start the Bare Metal Recovery process; note that you will still see the "OS disk in backup uses MBR disk" warning during the restore process. On the "Restore Mode" tab, choose [Manual restore (advanced)]. Do not restore the system partition, and do not delete the partitions created in the previous step. After the restore process completes, do not reboot the machine. Go to Tools > Command Prompt utility and run the following commands: |