Windows 10: Restoring a Win10 system partition from backup image on MBR disk to GPT disk

Discus and support Restoring a Win10 system partition from backup image on MBR disk to GPT disk in Windows 10 Ask Insider to solve the problem; I have an older Dell Latitude E7450 laptop on Windows 10 customized to my needs. It has a regular Bios and the disk is MBR. There are 3 partitions: C:... Discussion in 'Windows 10 Ask Insider' started by /u/3229fp, Jun 15, 2024.

  1. /u/3229fp Win User

    Restoring a Win10 system partition from backup image on MBR disk to GPT disk


    I have an older Dell Latitude E7450 laptop on Windows 10 customized to my needs. It has a regular Bios and the disk is MBR. There are 3 partitions:

    C: system primary

    Extended partition:
    D: apps (logical drive)

    E: data (logical drive)

    I have acquired another E7450 w. Win10 to hold in reserve in case the current one fails, that I intend to keep in sync so that in any emergency I can switch immediately.

    It has a UEFI Bios and the disk is GPT.

    C: system primary

    D: free primary

    E: free primary

    What I want to do is replicate the disk of the old on the disk in new:


    1. Restore the old system partition of the old laptop from backup over the one on the new;


    2. Copy the content of D: and E: on the old onto the free partitions on the new.

    What I dk is the MBR/GPT conversion. Step 1 restores a MBR partition to a GPT disk-- what is the effect of that? Will the restored partition boot? Do I have to convert the disk to GPT after the restore for it to boot? Is the conversion done from within Windows,, which requires the restored partition to boot before the conversion?

    Any advice on how to do this will be appreciated.

    submitted by /u/3229fp
    [link] [comments]

    :)
     
    /u/3229fp, Jun 15, 2024
    #1
  2. Smittychat., Jun 15, 2024
    #2
  3. convert MBR to GPT disk

    DISKPART> list disk

    Disk ### Status Size Free Dyn Gpt
    -------- ------------- ------- ------- --- ---
    Disk 0 Online 465 GB 0 B
    Disk 1 Online 7633 MB 0 B

    DISKPART> list disk

    Disk ### Status Size Free Dyn Gpt
    -------- ------------- ------- ------- --- ---
    Disk 0 Online 465 GB 0 B

    DISKPART> select disk 0

    Disk 0 is now the selected disk.

    DISKPART> list partition

    Partition ### Type Size Offset
    ------------- ---------------- ------- -------
    Partition 1 Primary 549 MB 1024 KB
    Partition 2 Primary 151 GB 550 MB
    Partition 3 Primary 152 GB 152 GB
    Partition 4 Primary 161 GB 304 GB

    DISKPART> select partition 2

    Partition 2 is now the selected partition.

    DISKPART> clean

    Virtual Disk Service error:
    Clean is not allowed on the disk containing the current boot,

    system, pagefile, crashdump or hibernation volume.

    I am having above highlighted error while converting MBR to GPT disk .

    please get me the solution.
     
    {-}ARIOM MAKWANA, Jun 15, 2024
    #3
  4. Restoring a Win10 system partition from backup image on MBR disk to GPT disk

    Converting a MBR disk to a GPT disk

    When installing Windows I was asked which drive to install it on and selected the 3TB drive, whereupon it stated it couldn't install it on there as it had a MBR and needed a GPT drive.

    -> OK, with such a large disk you must use the GPT partitioning scheme.

    I then tried converting it to a GPT drive using diskpart etc through the Cmd prompt with Admin privileges. But when I got to selecting the disk it told me I couldn't select it because it had a Paging
    File.


    -> I am not surprised.

    Went online to get MS Technician to help me and he said go into the BIOS, press Ctrl-Shift-Delete keys and then Diskpart etc to convert the disk to GPT.

    -> What he probably said is that you need to set the "BIOS boot mode" to UEFI.

    The Windows installation process gives you the option of partitioning and formatting your disk. It probably lets you choose the partitioning scheme too, MBR or GPT. I do not know for sure since I do not
    have a disk > 2 TBytes that I could test. If not then you can do this:

    • Boot the machine with your installation medium.
    • Select Repair Mode, then the Command Prompt.
    • Use diskpart.exe to partition & format the disk.
    • Install Windows.
    You might ask yourself if you really want a 3 TByte System Partition. I would go for a 100 GByte System partition and a 2.9 TByte data partition.
     
    Frederik Long, Jun 15, 2024
    #4
Thema:

Restoring a Win10 system partition from backup image on MBR disk to GPT disk

Loading...
  1. Restoring a Win10 system partition from backup image on MBR disk to GPT disk - Similar Threads - Restoring Win10 system

  2. How to convert a system MBR disk to GPT disk ?

    in Windows 10 Gaming
    How to convert a system MBR disk to GPT disk ?: Hi,I need to convert my system disk to GPT without losing data or reinstalling windows 10.So I can convert my system from legacy BIOS to UEFI. https://answers.microsoft.com/en-us/windows/forum/all/how-to-convert-a-system-mbr-disk-to-gpt-disk/e5c6c129-e5c7-49c0-bb2f-979136b58b36
  3. How to convert a system MBR disk to GPT disk ?

    in Windows 10 Software and Apps
    How to convert a system MBR disk to GPT disk ?: Hi,I need to convert my system disk to GPT without losing data or reinstalling windows 10.So I can convert my system from legacy BIOS to UEFI. https://answers.microsoft.com/en-us/windows/forum/all/how-to-convert-a-system-mbr-disk-to-gpt-disk/e5c6c129-e5c7-49c0-bb2f-979136b58b36
  4. How to convert a system MBR disk to GPT disk ?

    in AntiVirus, Firewalls and System Security
    How to convert a system MBR disk to GPT disk ?: Hi,I need to convert my system disk to GPT without losing data or reinstalling windows 10.So I can convert my system from legacy BIOS to UEFI. https://answers.microsoft.com/en-us/windows/forum/all/how-to-convert-a-system-mbr-disk-to-gpt-disk/e5c6c129-e5c7-49c0-bb2f-979136b58b36
  5. To convert System disk with 4 partitions from MBR to GPT

    in Windows 10 Installation and Upgrade
    To convert System disk with 4 partitions from MBR to GPT: I've read the tutorial Convert Windows 10 from Legacy BIOS to UEFI without Data Loss and I've seen the condition "Although disks configured with MBR-style partition can have up to four primary partitions, for this process to work the disk you want to convert can't have more...
  6. Change MBR partition to GPT, OS and MBR on separate disks

    in Windows 10 Ask Insider
    Change MBR partition to GPT, OS and MBR on separate disks: I'm trying to convert my MBR partition (which is on an HDD) to a GPT-based boot record, but my OS install is on an SSD (i.e. a different drive than the MBR). I'm not exactly sure how this happened when I was installing Windows; I think the HDD was set as disk 0 while the SSD...
  7. Converting W10 System Disk from MBR to GPt

    in Windows 10 Drivers and Hardware
    Converting W10 System Disk from MBR to GPt: For some reason my W10 System Disk (SSD) is set up as an MBR Disk. My separate Data disk (HDD) is GPT. I know how to convert the System Disk to GPT using Minitools Partition Wizard. If I do that to the SSD will I loose the W10 installation? And is there any advantage to doing...
  8. Unable to clone disk: disk contains mismatched GPT and MBR partition

    in Windows 10 Backup and Restore
    Unable to clone disk: disk contains mismatched GPT and MBR partition: Windows 10 is installed on machine and I need to clone the entire disk with Clonezilla. However, it gives an error as This disk contains mismatched GPT and MBR partition. It also says that I have to destroy the GPT partition table to be able to continue. How can I make...
  9. the selected disk has an MBR partition needs GPT

    in Windows 10 Installation and Upgrade
    the selected disk has an MBR partition needs GPT: I upgraded my windows 7 pro to Windows 10 pro and decided to do a clean install. The install partition ( boot partition ) is on a HDD with three other partitions. I tried to install from the Windows 10 disk, created from the downloaded ISO image. but greeted with "windows...
  10. utility to convert MBR disk with Windows partitions to GPT?

    in Windows 10 Installation and Upgrade
    utility to convert MBR disk with Windows partitions to GPT?: Does this utility exist? I've tried Minitool's free version, which claims to support MBR to GPT conversion, but I got a warning that the disk would not be bootable. I downloaded a trial of the paid Easeus partition manager and when I tried that conversion, I got an...