Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
When attempting to restore a Windows machine using Bare Metal Recovery, the restore displays the warning:
OS disk in backup uses MBR disk. This may cause boot issues on UEFI systems
If your machine supports the legacy BIOS mode, use the legacy BIOS mode instead of the UEFI mode.
If your machine does not support the legacy BIOS mode, the steps below will provide instructions on restoring the MBR-based backup to a UEFI system.
diskpart DISKPART> list diskAt 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 0Mind 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
mkdir G:\EFI\Microsoft\Boot xcopy /s C:\Windows\Boot\EFI\*.* G:\EFI\Microsoft\Boot G: cd G:\EFI\Microsoft\Boot bootrec /rebuildbcd y
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.