MBR to GPT Conversion help

Page 1 of 3 123 LastLast

  1. Posts : 168
    windows 10
       #1

    MBR to GPT Conversion help


    till now my partition was gpt uefi bios but with rufus I had to create with ntfs as iso was 4200mb and I had to select other os in bios instead of uefi now my all partitions are ntfs in ssd I have 3 drives now if I use uefi usb iso will all drives be converted to gpt automaticaaly I have c d and e I will delete and format it so I know it will be gpt but what about d and e? will they work without loss of data
      My Computer


  2. Posts : 42,965
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    I dont know because your question is hard to answer because there is no punctuation but if you thought about who was going to read it perhaps you could make it easier to read so someone could give you a better answer have you thought about that I wonder
      My Computers


  3. Posts : 168
    windows 10
    Thread Starter
       #3

    dalchina said:
    I dont know because your question is hard to answer because there is no punctuation but if you thought about who was going to read it perhaps you could make it easier to read so someone could give you a better answer have you thought about that I wonder
    just want to ask I have MBR partition now instead of uefi now if I go back to UEFI do I have to convert all drives to GPT
      My Computer


  4. Posts : 2,487
    Windows 10 Home, 64-bit
       #4

    I think if you have UEFI boot, the boot partition must be a GPT partition. But the other partitions can be MBR or GPT.
      My Computer


  5. Posts : 7,724
    3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
       #5

    Hi,
    C partition is always ntfs and so are all other partitions except one efi and a fat32 maybe
    You'd have to really post a free mini tool disk layout screen shot for better understanding
    Disk management often hides some partitions.
    Best Free Partition Manager for Windows | MiniTool Partition Wizard Free
      My Computers


  6. Posts : 4,201
    Windows 10 Pro x64 Latest RP
       #6

    Welcome to Tenforums.com

    Please read this tutorial By Shawn Brink Convert GPT Disk to MBR Disk in Windows 10

    Once you are more aware of the potential issues you can ask any further questions, you still have, either Here in this thread, or in the Tutorial Follow Up [please mark this thread Solved if you decide on this route]
      My Computers


  7. Posts : 18,432
    Windows 11 Pro
       #7

    ignatzatsonic said:
    I think if you have UEFI boot, the boot partition must be a GPT partition. But the other partitions can be MBR or GPT.
    Partitions are not MBR or GPT. Physical disks are MBR or GPT. To talk about a partition being GPT or MBR is impossible. To talk about C drive, D drive, E drive, etc being MBR or GPT is impossible. Also, a GPT disk is NOT required to boot in UEFI mode. UEFI can boot from a GPT or MBR disk.

    Physical disks are MBR or GPT:

    Code:
    DISKPART> list disk
    
      Disk ###  Status         Size     Free     Dyn  Gpt
      --------  -------------  -------  -------  ---  ---
      Disk 0    Online          476 GB      0 B        *
      Disk 1    Online          476 GB  1024 KB        *
    Each disk can have multiple partitions. The partitions are not MBR or GPT. The partitions may contain file systems and drive letters:

    Code:
    DISKPART> select disk 0
    
    Disk 0 is now the selected disk.
    
    DISKPART> list partition
    
      Partition ###  Type              Size     Offset
      -------------  ----------------  -------  -------
      Partition 1    Reserved            16 MB  1024 KB
      Partition 2    Primary            404 GB    17 MB
      Partition 3    Primary             64 GB   404 GB
      Partition 4    Primary              8 GB   468 GB
    
    DISKPART> list volume
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 0     D   Data         NTFS   Partition    404 GB  Healthy
      Volume 1                      NTFS   Partition     64 GB  Healthy
      Volume 2     R   RECOVERY     FAT32  Partition      8 GB  Healthy
      Volume 3     C   Win10        NTFS   Partition    348 GB  Healthy    Boot
      Volume 4     E   Insider      NTFS   Partition    128 GB  Healthy
      Volume 5                      NTFS   Partition    478 MB  Healthy
      Volume 6                      FAT32  Partition    100 MB  Healthy    System
    We have no idea what @tushar4544's system consists of. Is it one physical drive with multiple partitions assigned to multiple drive letters? Is it multiple physical drives? Which physical disks are MBR or GPT? We don't know. We don't have enough information to offer valid advice.

    Also, a GPT drive is not a requirement to boot in UEFI mode. UEFI can boot from an MBR or GPT disk. However, to boot in legacy BIOS (CSM) mode, the system drive must be MBR.
      My Computer


  8. Posts : 7,724
    3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
       #8

    Hi,
    Yep if D and E disks are really disks and not partitions on the same disk as C is on they should be Removed/ Disconnected to make sure nothing happens during the reinstall.
    After reinstall reconnect the other ssd/ hdds and all is well.
      My Computers


  9. Posts : 168
    windows 10
    Thread Starter
       #9

    NavyLCDR said:
    Partitions are not MBR or GPT. Physical disks are MBR or GPT. To talk about a partition being GPT or MBR is impossible. To talk about C drive, D drive, E drive, etc being MBR or GPT is impossible. Also, a GPT disk is NOT required to boot in UEFI mode. UEFI can boot from a GPT or MBR disk.

    Physical disks are MBR or GPT:

    Code:
    DISKPART> list disk
    
      Disk ###  Status         Size     Free     Dyn  Gpt
      --------  -------------  -------  -------  ---  ---
      Disk 0    Online          476 GB      0 B        *
      Disk 1    Online          476 GB  1024 KB        *
    Each disk can have multiple partitions. The partitions are not MBR or GPT. The partitions may contain file systems and drive letters:

    Code:
    DISKPART> select disk 0
    
    Disk 0 is now the selected disk.
    
    DISKPART> list partition
    
      Partition ###  Type              Size     Offset
      -------------  ----------------  -------  -------
      Partition 1    Reserved            16 MB  1024 KB
      Partition 2    Primary            404 GB    17 MB
      Partition 3    Primary             64 GB   404 GB
      Partition 4    Primary              8 GB   468 GB
    
    DISKPART> list volume
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 0     D   Data         NTFS   Partition    404 GB  Healthy
      Volume 1                      NTFS   Partition     64 GB  Healthy
      Volume 2     R   RECOVERY     FAT32  Partition      8 GB  Healthy
      Volume 3     C   Win10        NTFS   Partition    348 GB  Healthy    Boot
      Volume 4     E   Insider      NTFS   Partition    128 GB  Healthy
      Volume 5                      NTFS   Partition    478 MB  Healthy
      Volume 6                      FAT32  Partition    100 MB  Healthy    System
    We have no idea what @tushar4544's system consists of. Is it one physical drive with multiple partitions assigned to multiple drive letters? Is it multiple physical drives? Which physical disks are MBR or GPT? We don't know. We don't have enough information to offer valid advice.

    Also, a GPT drive is not a requirement to boot in UEFI mode. UEFI can boot from an MBR or GPT disk. However, to boot in legacy BIOS (CSM) mode, the system drive must be MBR.
    hi thnx for replying i made iso with rufus but with ntfs format as fat32 was disabled as iso size was 4200mb so i first had to change bios to OTHER OS instead of UEFI it booted now all my drives on ssd i have one only are NTFS MBR i guess now my question is what is the difference between MBR and GPT as till yesterday i used gpt as iso size was never greater than 4gb till now
      My Computer


  10. Posts : 7,724
    3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
       #10

    Hi,
    Post a disk management screen shot at the least.
    Your terms in describing the disks involved are confusing.
      My Computers


 

  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 10:14.
Find Us




Windows 10 Forums