Windows 10: Partition Prerequisites for converting to GPT using MBR2GPT

Discus and support Partition Prerequisites for converting to GPT using MBR2GPT in Windows 10 Installation and Upgrade to solve the problem; Thanks topgundcp. That is a relief. Tracey Discussion in 'Windows 10 Installation and Upgrade' started by TraceyW, Nov 14, 2017.

  1. TraceyW Win User

    Partition Prerequisites for converting to GPT using MBR2GPT


    Thanks topgundcp. That is a relief.

    Tracey
     
    TraceyW, Nov 15, 2017
    #16
  2. TraceyW Win User

    Hi All

    Having read all the responses to my initial post let me see if I have it straight in my own mind. To do the conversion (and my current Disk 0 layout minus Windows 7 is OK -- I've already checked that) I believe I have to carry out the following procedures in the order given:

    1. Backup the whole drive
    2. Delete the Windows 7 partition
    3. Convert all HDs and SSDs to GPT
    4. Run MBR2GPT to do the conversion
    5. Access the UEFI firmware and set to UEFI mode
    6. Reboot

    Regarding No.3 -- I believe that the OS disk remains as MBR as BIOS cannot have the OS on a GPT drive am I right on that?

    You know, thinking about it, there's seems to be an awful lot on this forum about converting to UEFI but it all needs to be brought together in one post or perhaps a PDF so that people can see for themselves exactly what you need to do to take advantage of the new technology. However, I believe it needs someone with an awful lot more knowledge about PCs than I have to do that. It's just a thought as it's been a struggle trying to find out what is needed and the order in which the procedures should be done. After all there is so much that could go wrong and you could finish up with an unusable PC if you DO get it wrong.

    Could someone please check the process I have given above and tell if I have gone wrong anywhere -- PLEASE?

    Tracey
     
    TraceyW, Nov 15, 2017
    #17
  3. NavyLCDR New Member
    Delete step 3. Step 4 will convert the system drive to GPT and convert the System Reserved partition (which legacy BIOS boots from) to an EFI System Partition (which UEFI boots from). After MBR2GPT completes that conversion, your computer will no longer boot in legacy BIOS mode. You will need to set the UEFI firmware to boot in UEFI mode before the computer will boot into the OS again.

    After the system drive is converted to GPT and is booting in UEFI mode, then you can convert the other physical drives to GPT if you want to using third party partitioning programs like MiniTool Partition Wizard or AEOMI Partition Assistant.

    After you backup your drive, presumably with a program like Macrium Reflect, make sure to also create the rescue drive (USB flash drive) with the same program so that you can boot the computer from that to restore the backup image if you need to. The rescue drive should be bootable in both legacy BIOS and UEFI modes.

    I'll work on the steps to do the conversion manually and setting up your own EFI System Partition from scratch. I'm going to make a backup of my computer and do it myself to make sure I get the steps correct.
     
    NavyLCDR, Nov 15, 2017
    #18
  4. TraceyW Win User

    Partition Prerequisites for converting to GPT using MBR2GPT

    From what you are saying, if you can convert non-OS disks to GPT after conversion I assume that UEFI will read MBR disks.

    What I gather you are saying is that the following is the procedure to adopt using MBR2GPT:

    1. Backup the whole drive
    2. Delete the Windows 7 partition
    3. Run MBR2GPT to do the conversion This converts the OS disk to GPT
    4. Access the UEFI firmware and set to UEFI mode
    5. Reboot
    6. Convert all remaining HDs and SSDs to GPT

    I'll hang fire before trying anything to see what you would recommend re doing things manually. As far as the Mobo settings are concerned (and I've not mentioned them so far) -- I seem to have only some (perhaps only one) of the expected options as follows (its a Gigabyte Z97P-D3) showing the default settings after the double dash:

    Boot Mode Selection -- UEFI and Legacy
    LanPXE Boot Option ROM -- Disabled
    Storage Boot Option Control -- Legacy Only
    Other PCI Device ROM Priority -- UEFI OpROM
    Network Stack -- Disabled

    Any idea how these should be set. There is no CSM or Secure Boot options that I can set , at least, not that I've found them yet!!!
     
    TraceyW, Nov 15, 2017
    #19
  5. NavyLCDR New Member
    Here's the recommendations from Microsoft:
    UEFI/GPT-based hard drive partitions | Microsoft Docs

    My steps will not create any recovery partition, and will delete all existing recovery partitions. That's just something to be aware of. The next time your computer does a major build upgrade of Windows 10, such as the Fall Creator's Update, it will likely recreate the recovery environment, either by making a new recovery partition or by inserting into a hidden/system folder C:\Recovery. I've got my system image backup made of Macrium Reflect Free of my entire SSD. Now I'm going to boot into Macrium Rescue Environment and wipe my SSD, create the required partitions with GPT partitioning on the SSD. Restore my OS partition and create the boot files

    Be back in a couple hours!

    I think you can leave those set just the way they are. CSM option is the same as the Legacy option under Boot Mode Selection. You won't have Secure Boot available unless you set Boot Mode Selection to UEFI only.
     
    NavyLCDR, Nov 15, 2017
    #20
  6. NavyLCDR New Member
    Note to self...always verify the backup file. I went to restore the backup file I had created for this project, and it was corrupt. :-( So, now I'm posting a fresh, clean install of Windows 10 on my desktop computer.

    Create a disk image backup of your existing HDD - mine is an SSD. And VERIFY the backup image!
    Then boot from Macrium Reflect Rescue media - either a USB flash drive, or the boot menu rescue option if you created it.
    In the lower left of the task bar is an icon for command prompt. Click on that to open a command prompt.
    Run the following commands:

    diskpart
    list disk
    select disk # <- replace # with the actual number of the system drive you want to convert and restore. Probably 0.
    clean <- this will erase the physical drive selected above. Make sure it is the correct drive!
    convert gpt
    create part efi size=100
    format fs=fat32 quick
    assign letter=t
    create part msr size=16
    exit
    exit

    Now you should be back in Macrium Reflect. Click on the Disk Image tab. Then View in the menu, and Refresh. Then click back on the Restore tab. Now select the image file you created, click on the option to restore in the menus to the right of the image file name. In the bottom half of the screen should now be something like select target drive, click on that. Select you system disk, which should now be showing the EFI system partition you created, the MSR partition, and unallocated space after that. Drag and drop your OS partition ONLY from the image file to the unallocated space on the system disk. Click the finish button or whatever button it is to do the restore operation.

    After the restore is complete, make a note of the drive letter that was assigned to the destination partition. It should be C:. Click the Command Prompt icon again and run:

    bcdboot C:\Windows /s T: /F UEFI

    The drive letter in red is whatever Macrium assigned to the restored partition.

    Now restart your computer and make sure to "spam" (repeatedly press) whatever key you need to to get into your UEFI settings. You might have to re-adjust your boot priority list to put "Windows Boot Manager" on your system drive back to the top of the list. Then restart and you should boot into your previous Windows installation.
     
    NavyLCDR, Nov 16, 2017
    #21
  7. TraceyW Win User
    Thanks for the info NavyLCDR. Very much appreciated.

    Sorry to hear of your problem with your Macrium backup. I too use Macrium and so far the number of times I've needed to access a backup have been few and far between. So far I've been lucky. However, I will take note of your caution and verify my backups in future. Good luck with your reinstall.

    As for the process you adopt to manually create a UEFI system I think I follow all the commands and would not be averse to doing it that way myself if needs must. Nevertheless, I think I'll give MBR2GPT a try first and see what that does. If you don't mind though I'd like to extract the text and save it on my PC for future reference should it be needed.

    If I read you right the Mobo settings I've listed above will suffice and no changes should be needed. That's very good news. Obviously Gigabyte put some thought into their default settings. So it looks like I'm all ready to go. Perhaps I'll leave it until after I've done my backup on Saturday then go ahead.

    Once again, thanks for all your help and good luck with your reinstall.

    Tracey
     
    TraceyW, Apr 4, 2018
    #22
Thema:

Partition Prerequisites for converting to GPT using MBR2GPT

Loading...
  1. Partition Prerequisites for converting to GPT using MBR2GPT - Similar Threads - Partition Prerequisites converting

  2. MBR2GPT Failing to convert

    in Windows 10 BSOD Crashes and Debugging
    MBR2GPT Failing to convert: I'm trying to update to W11, but to do so, I need that my SSD is Gpt, but I can't convert it as I get this error. Any solutions or fix I could try? https://answers.microsoft.com/en-us/windows/forum/all/mbr2gpt-failing-to-convert/aaad3824-1fd0-423e-8770-1cfa83e7ebef
  3. MBR2GPT Failing to convert

    in Windows 10 Gaming
    MBR2GPT Failing to convert: I'm trying to update to W11, but to do so, I need that my SSD is Gpt, but I can't convert it as I get this error. Any solutions or fix I could try? https://answers.microsoft.com/en-us/windows/forum/all/mbr2gpt-failing-to-convert/aaad3824-1fd0-423e-8770-1cfa83e7ebef
  4. MBR2GPT Failing to convert

    in Windows 10 Software and Apps
    MBR2GPT Failing to convert: I'm trying to update to W11, but to do so, I need that my SSD is Gpt, but I can't convert it as I get this error. Any solutions or fix I could try? https://answers.microsoft.com/en-us/windows/forum/all/mbr2gpt-failing-to-convert/aaad3824-1fd0-423e-8770-1cfa83e7ebef
  5. If i delete volume gpt to mbr i dont need partition converter or if i convert mbr to gpt...

    in Windows 10 Installation and Upgrade
    If i delete volume gpt to mbr i dont need partition converter or if i convert mbr to gpt...: If i delete volume gpt to mbr i dont need partition converter or if i convert mbr to gpt without deleting volume it removes data built in tool or if i remove does it remove data whats worse if my partition was gpt gpt to mbr is much worse or mbr to gpt if i delete or not...
  6. Convert MBR to GPT with MBR2GPT

    in Windows 10 Drivers and Hardware
    Convert MBR to GPT with MBR2GPT: In order to be compatibe with Windows 11(?) I must change following settings: Boot type: UEFI Disk partiton: GPT instead of MBR TPM Version: enabled in UEFI the tool MBR2GPT (already on the system as part of the Windows 10 Creators Update) does just that. my disk meets the...
  7. Convert MBR to GPT with MBR2GPT

    in Windows 10 Support
    Convert MBR to GPT with MBR2GPT: In order to be compatibe with Windows 11(?) I must change following settings: Boot type: UEFI Disk partiton: GPT instead of MBR TPM Version: enabled in UEFI the tool MBR2GPT (already on the system as part of the Windows 10 Creators Update) does just that. my disk meets the...
  8. MBR2GPT fails to convert to GPT despite resizing partitions.

    in Windows 10 Installation and Upgrade
    MBR2GPT fails to convert to GPT despite resizing partitions.: I'm trying to use MBR2GPT to enable UEFI secure boot on my system drive (which is currently booting in Legacy mode, Windows 10 Pro 21H1). The process fails repeatedly, returning the following error: MBR2GPT will now attempt to convert the default book disk. If conversion is...
  9. Convert Windows drive from mbr to gpt without losing data using Mbr2Gpt issue

    in Windows 10 Ask Insider
    Convert Windows drive from mbr to gpt without losing data using Mbr2Gpt issue: Hi. I cloned my Windows 10 installation from an old hard drive (256GB) to a new 4TB drive. Because the old drive is MBR format, I need to convert the new drive to GPT to keep it bootable and also keep all my data. I found online that it is possible to convert the device...
  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...