GPT disk conversion for both data drives and C drive

Page 1 of 2 12 LastLast

  1. Posts : 26
    windows 7
       #1

    GPT disk conversion for both data drives and C drive


    Newbie to the Windows 10 world.

    I just purchased a 6 TB drive, plugged it into my Windows 7 computer, and it worked fine for a system backup using Macrium prior to the Windows 10 conversion. Now am converted to Windows 10, and reading that I need the large drives converted to GPT from MBR.

    I have found reference to the AOMEI Partition Assistant to make this conversion on the data drive, but the C drive is a different animal.

    My understanding is that GPT is necessary for the large data drive, and only necessary for the GPT on the C drive if I migrate to UEFI.

    I have two questions:
    Is it necessary to have the 6 TB drive formatted in GPT, or does it solve any capacity issues I may have with MBR?
    To convert the C drive to GPT, what are the steps I need to take to make this work? Make a Macrium backup and rescue disk, save an image file, reformat C drive, and then reload the image onto C drive, now in GPT format?

    Would reloading an image onto a differently formatted C drive actually work? Or am I making this too complicated?
      My Computer


  2. Posts : 197
    Windows 10 Enterprise LTSB N 1607 x64
       #2

    The conventional wisdom is that converting MBR to GPT when C drive is involved, requires a reinstall. But this isnt true. You can 'convert' your MBR C drive to GPT but it's a bit complicated. I'm not familiar with Aomei, I would recommend using either DriveImageXML (free) or Drive Snapshot (free trial but needs a serial #) to back up C drive. Once backup is done, destroy the partitions and create a GPT partition table with whatever tool you like. I prefer using Gparted in Linux-based Partition Magic. Your first partition should be an EFI system partition (used for UEFI booting), format it as FAT32 and give it the 'boot/EFI/legacy boot' flags. This partition need not be any bigger than 512MB. Next create a partition for C, whatever size you like. Then create any other partitions you want.

    When done, boot into either a Windows-based rescue environment or Windows setup USB/DVD/etc. Now you will need GetWAIKTools, use it to download files necessary to create boot files for 10. Restore your backup image into the empty partition you designated for C drive. The partition needs to be at least as big as it was under MBR or it may not restore (i.e. if it's 100GB now then it needs to be at least that big before restoring).

    Last use bcdboot (that you got from GetWAIKTools) in a CMD (command) prompt to create boot files. Make sure your EFI partition is mounted to a drive letter first. This is where boot files will go.

    Example: bcdboot C:\Windows /l en-US /s A: /f UEFI

    A drive is the EFI partition.

    If you did everything correctly Windows should now boot in UEFI mode on GPT partitioning, and everything should be exactly as you left it before the backup. You can now create another backup once you've confirmed that everything works.

    Sorry if I was a bit vague, I'm in a rush today, and replied quickly, figuring that a quick response would be better than none. Just ask for clarification if needed. I've did this numerous times and it has worked most of the time.
      My Computer


  3. Posts : 26
    windows 7
    Thread Starter
       #3

    Anon, while I appreciate your response, you need to use smaller words. "A bit complicated" is an understatement.

    "It has worked most of the time." Now THAT is not a comforting statement to someone who is on Week #1 of Windows 10!!!!

    All joking aside, thank you for the informative response, as you are pointing out several areas I am clueless in, so will start getting up to speed on this as soon as possible. Be prepared for questions to follow.

    Seems like there are multiple points of potential failure that I could stumble into. FYI, my existing SSD C drive is only 512 GB, data drives are between 1 and 6 TB each.

    As the data drives are backups of each other, I could reformat a data drive using the method I was told about above. If it works, great, if it doesn't, I have multiple backups. So, if that is the first step, is it ok to have the data drives in a GPT format working with a C Drive in MBR format?

    Then I could concentrate on creating a rescue disk and reformatting the C drive, and making it bootable. At the moment, I am not comfortable not knowing what I don't know about this process, and need to get a better understanding before proceeding. Surely there is a Windows 10 Procedure for doing this somewhere?

    I am tempted to purchase a 2nd SSD and get it formatted correctly, and then do a windows install on that drive. Don't want to run into copyright issues and such as I am loading my programs onto the 2nd drive. Once done, I could reformat the original drive and use it for other purposes. Would this simplify things?

    Thx again
      My Computer


  4. Posts : 26
    windows 7
    Thread Starter
       #4

    Here is another option question. Can I "clone" a MBR drive as a GPT drive, making the format change during the cloning process? If so, that would be the absolute easiest way (for me).
      My Computer


  5. Posts : 26
    windows 7
    Thread Starter
       #5

    Until I started this thread today, I was totally oblivious to options. After just a bit of education (a dangerous thing in itself), I am leaning toward purchasing a newer SSD and cloning to that drive in GPT mode. That would free up my "old" SSD to be my intermediary between the C drive and my data drives. Doesn't seem terribly complicated this way, either.
      My Computer


  6. Posts : 2,799
    Linux Mint 20.1 Win10Prox64
       #6

    Macrium Rescue disk can be used to convert from MBR to GPT and vice versa without doing a fresh install of Windows.

    1. Download Rescue6.1.1081X64.iso - Google Drive and use Rufus to create a bootable USB disk. Skip this step if you've already created the Macrium Rescue disk.
    2. Download: BootEFI_Only-00-00.zip - Google Drive . Unzip to an external or an internal HD
      NOTE:
      This is a copy of the first 3 partitions of my current Windows 10 x64 (450MB Recovery, 100MB EFI and 16MB MSR)
    3. Boot up Macrium Rescue disk and create a backup of your current Windows to another internal/external HD. It serves 2 purposes: you'd have a backup of your current Windows in case things go wrong and then use it to restore the C drive on the next steps.
    4. Next, switch the BIOS to UEFI and use Macrium to restore the first 3 partitions downloaded in step 2 to your current MBR Windows. No need to convert or Format, Macrium will do it.
    5. Again with Macrium, select the backup image from step 3, and copy back the C drive after the 3 partitions.
      After this step, you should have: 450MB, 100MB, 16MB and C drive (GPT partition scheme)
    6. From Macrium, click on Fix the Windows Boot Problems
    7. Reboot. Your Windows should be in UEFI mode.
      My Computer


  7. Posts : 26
    windows 7
    Thread Starter
       #7

    TopGunDCP,

    Thank you for that alternative. Used Macrium for my backup prior to going to Win 10, almost foolproof. I will test the "almost foolproof" part by doing this formatting conversion.

    Your Rescue ISO. What exactly is that? A current or semi-current ISO for Windows 10 Pro? Is there any advantage to using that over the Macrium Rescue Disk?

    I think I am following your steps. Please see if the following is correct.

    Your BootEFI only file is a "copy of the first 3 partitions of my current Windows 10 x64". I have not partitioned drives before, and need to get educated on this. My assumption is that I would be putting 3 partitions on my hard drive because that is what your BootEFI copy is set up for, or are 3 partitions necessary for GPT setup? What are the 3 partitions reserved for?

    When I reboot into the BIOS and change to UEFI, that is when I need the Macrium Rescue Disk to boot into. That will have the Macrium program on it to restore the first 3 partitions onto my C drive, which then will have no programs, only 3 partitions.

    Then I would copy my C drive backup material "after the 3 partitions", fix windows boot problems, and then reboot to the drive.

    As you have a procedure already setup for this, you have obviously helped others do the same. At what points do people tend to make errors that causes crashes, formatting problems, etc.?

    No need to wait until I get a second SSD and load everything on that SSD, but that couldn't hurt anything, could it?
      My Computer


  8. Posts : 2,799
    Linux Mint 20.1 Win10Prox64
       #8

    Your Rescue ISO. What exactly is that? A current or semi-current ISO for Windows 10 Pro? Is there any advantage to using that over the Macrium Rescue Disk?
    It is a Macrium Rescue ISO in case people don't have Macrium installed to create it.
    Your BootEFI only file is a "copy of the first 3 partitions of my current Windows 10 x64". I have not partitioned drives before, and need to get educated on this
    You don't need to partition . Set the BIOS to UEFI then boot up the Macrium rescue disk, select the .mrimg file in step 2 as Source and select the disk you want to copy as Destination. Macrium will do the rest ie. initialize the disk as GPT and restore the first 3 partitions. Next, select the backup image that you have the C partition and copy it next to the 1st 3 partitions.

    On a fresh install of Windows 10 with GPT disk, there should be 4 partitions created:
    1. 450 MB Resered partition contaning WinRE.wim (set of diagnostic tools used for trouble shooting Windows
    2. 100MB EFI System partition containing Boot Code. Without it, Windows won't boot.
    3. 16MB MSR partition (Microsoft Resered partition)
    4. C drive.

    No need to wait until I get a second SSD and load everything on that SSD, but that couldn't hurt anything, could it?
    True. You can restore to your current SSD that is currently having MBR partition scheme and since you set the BIOS to UEFI, Macrium will restore as GPT type, it should work. In case things go wrong, you can always set the BIOS back to Legacy and restore your backup image with Macrium.
      My Computer


  9. Posts : 3,453
       #9

    I'm no expert at this but why have C >2GB? It's a windows only partition right?
    Overall 3 x 2 GB partitions should be OK for backups and saving data, not so? Just trying to figure why the need for GPT.
      My Computer


  10. Posts : 18,421
    Windows 11 Pro
       #10

    Superfly said:
    I'm no expert at this but why have C >2GB? It's a windows only partition right?
    Overall 3 x 2 GB partitions should be OK for backups and saving data, not so? Just trying to figure why the need for GPT.
    I'm fairly certain you meant to be speaking about TB instead of GB . Unless you have some great trick up your sleeve, which I would love to see!
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:30.
Find Us




Windows 10 Forums