Providing Free and Editor Tested Software Downloads
< HOME | TUTORIALS | GEEK-CADE| WEB TOOLS | YOUTUBE | NEWSLETTER | DEALS! | FORUMS | >

MajorGeeks.com - I wanna txt u up.

Software Categories

All In One Tweaks
Android
Antivirus & Malware
Appearance
Back Up
Browsers
CD\DVD\Blu-Ray
Covert Ops
Drivers
Drives (SSD, HDD, USB)
Games
Graphics & Photos
Internet Tools
Linux Distros
MajorGeeks Windows Tweaks
Multimedia
Networking
Office & Productivity
System Tools

Other news

· How To and Tutorials
· Life Hacks and Reviews
· Way Off Base
· MajorGeeks Deals
· News
· Off Base
· Reviews




spread the word

· YouTube
· Facebook
· Instagram
· Twitter
· Pintrest
· RSS/XML Feeds
· News Blur
· Yahoo
· Symbaloo

about

· Top Freeware Picks
· Malware Removal
· Geektionary
· Useful Links
· About Us
· Copyright
· Privacy
· Terms of Service
· How to Uninstall

top downloads

1. GS Auto Clicker
2. Macrium Reflect FREE Edition
3. Smart Defrag
4. Visual C++ Runtime Installer (All-In-One)
5. Visual C++ Redistributable Runtimes AIO Repack
6. Sergei Strelec's WinPE
7. McAfee Removal Tool (MCPR)
8. MusicBee
9. K-Lite Mega Codec Pack
10. Unlocker
More >>

top reads

Star How To Skip Windows 11 Hardware Checks & Keep Windows 10 in 2025 - The Ultimate Guide

Star How to Disable 1-Click Ordering on Amazon (and Avoid Surprise Charges)

Star How to Fix Shallow Paint Layer Depth in Bambu Studio

Star Windows Recall: What It Is, Why Hackers Will Love It, and How to Stay Safe

Star Star Trek Fleet Command Promo Codes: Redeem Codes for Free Shards, Blueprints And Resources

Star How To Use VLC Media Player to Trim Video Clips

Star What Is the $WinREAgent Folder and Can I Delete It?

Star Swear Your Way to Better Search Results

Star How to Get a Dark Start Menu and Taskbar in Windows 10 & 11

Star Enable, Disable, Manage, Delete or Create a System Restore Point


MajorGeeks.Com » Overview» Tutorials and Video Guides » Safely Convert Your Master Boot Record (MBR) to GUID Partition Table (GPT) with MBR2GPT.EXE

Safely Convert Your Master Boot Record (MBR) to GUID Partition Table (GPT) with MBR2GPT.EXE

By Timothy Tibbetts

on 06/15/2023

IObit Mid-Year Sale: 90% OFF + Mystery Treat Experience faster surfing, smarter security, and total privacy with IObit Pro,
now yours at 90% OFF plus a mystery treat!

If you didn't know Microsoft now includes MBR2GPT.exe allowing you to convert a disk from the Master Boot Record (MBR) to the GUID Partition Table (GPT) partition style without modifying or deleting data on the drive. It's easy and quick to do although there are some ifs, ands, and buts. Here's all you need to know including what we've experienced and what Microsoft advises.



According to Microsoft, MBR2GPT can:

  • Convert any attached MBR-formatted system disk to the GPT partition format. You cannot use the tool to convert non-system disks from MBR to GPT.
  • Convert an MBR disk with BitLocker-encrypted volumes as long as protection has been suspended. To resume BitLocker after conversion, you will need to delete the existing protectors and recreate them.
  • Convert operating system disks that have earlier versions of Windows 10 installed, such as versions 1507, 1511, and 1607. However, you must run the tool while booted into Windows 10 version 1703 or later, and perform an offline conversion.
  • Convert an operating system disk from MBR to GPT using Configuration Manager or MDT provided that your task sequence uses Windows PE version 1703 or later.

    While MBR2GPT.EXE will work with most MBR partitions, skim this list to be sure you can convert:

  • MBR2GPT.EXE requires Windows 10 version 1703 or newer. Previous operating systems, including Windows 7 and 8.1 are not supported.
  • If you're using BitLocker encryption, be sure to suspend it before you begin. If you're not sure if you are, it's a good bet that you're not.
  • The disk is currently using MBR
  • There is enough space not occupied by partitions to store the primary and secondary GPTs:
    - 16KB + 2 sectors at the front of the disk
    - 16KB + 1 sector at the end of the disk
  • There are at most 3 primary partitions in the MBR partition table. 4+ partitions will return an error.
  • One of the partitions is set as active and is the system partition
  • The disk does not have any extended/logical partition
  • The BCD store on the system partition contains a default OS entry pointing to an OS partition
  • The volume IDs can be retrieved for each volume which has a drive letter assigned
  • All partitions on the disk are of MBR types recognized by Windows or has a mapping specified using the /map command-line option

    If any of these conditions are not met, then you will get an error.

    -=- Advertisement -=-

    Reimage download TIP: Hard to fix Windows Problems? Repair/Restore Missing Windows OS Files Damaged by Malware with a few clicks



    While MBR2GPT.EXE is easy to use, we recommend only advanced users try this or get help. You could also create a system image before you begin or at least back up your important data. Knowledge of the Command Prompt and PowerShell, switches and how to identify your partition is a necessity.

    Begin by opening a elevated command prompt or PowerShell. You should already be at C:\Windows\system32.

    Type in mbr2gpt to see a list of available switches or commands. For your reference, they are:

    /validate Instructs MBR2GPT.exe to perform only the disk validation steps and report whether the disk is eligible for conversion.
    /convert Instructs MBR2GPT.exe to perform the disk validation and to proceed with the conversion if all validation tests pass.
    /disk: Specifies the disk number of the disk to be converted to GPT. If not specified, the system disk is used. The mechanism used is the same as that used by the diskpart.exe tool SELECT DISK SYSTEM command.
    /logs: Specifies the directory where MBR2GPT.exe logs should be written. If not specified, %windir% is used. If specified, the directory must already exist, it will not be automatically created or overwritten.
    /map:= Specifies additional partition type mappings between MBR and GPT. The MBR partition number is specified in decimal notation, not hexidecimal. The GPT GUID can contain brackets, for example: /map:42={af9b60a0-1431-4f62-bc68-3311714a69ad}. Multiple /map options can be specified if multiple mappings are required.
    /allowFullOS By default, MBR2GPT.exe is blocked unless it is run from Windows PE. This option overrides this block and enables disk conversion while running in the full Windows environment.

    Take note of the allowFullOS option. If you're running from a command-prompt, this is required. If running from Windows PE, this switch isn't needed.

    A simple test is to validate your drive. From the command prompt type in mbr2gpt /validate /disk:0.

    If you're unsure of what disk number you need to enter, try opening a command prompt or PowerShell and type in Get-Disk | ft -Auto.



    If you receive an error, or need further help, Microsoft has more details.

    Similar:
  • GPT (GUID Partition Table) or MBR (Master Boot Record) When Partitioning a Drive?
  • Windows 10 Creates an Extra Disk Partition
  • Do I Need to Format My Hard Drive When Doing a Fresh Install of Windows?
  • Selected GPT Formatted Disk Partition Is Not of Type PARTITION_BASIC_DATA_GUID

    comments powered by Disqus




  • © 2000-2025 MajorGeeks.com
    Powered by Contentteller® Business Edition