Important You can change a disk from GPT to MBR on an Intel Itanium-based computer, assuming that the disk is empty. Make sure that you back up all your data and delete all partitions and volumes before you convert the disk.
How to Change a GUID Partition Table Disk into a Master Boot Record Disk
You can change a GPT disk into a MBR disk either by using Disk Management or by using the command line. To do so, use either of the following methods.Use Disk Management
- Click Start, point to Administrative Tools, and then click Computer Management. Alternatively, open the Microsoft Management Console (MMC) that contains the Disk Management snap-in.
- In the console tree, click Disk Management.
- Right-click the GPT disk that you want to change into an MBR disk, and then click Convert to MBR disk.
Use a Command Line
- Click Start, and then click Run.
- In the Open box, type cmd, and then click OK.
- At a command prompt, type diskpart, and then press ENTER.
- At the diskpart command prompt, type list disk, and then press ENTER.
- Make a note of the disk number of the disk that you want to convert to an MBR disk.
- At the diskpart command prompt, type select disk n (where n is the number that you recorded in step 5), and then press ENTER.
- At the diskpart command prompt, type convert mbr, and then press ENTER.
Notes
- You must be logged on as an administrator or as a member of the Administrators group to perform these procedures. To perform these procedures remotely, you must be a member of the Administrators group on the remote computer. If your computer is connected to a network, the network policy settings may prevent you from performing these procedures.
- Itanium-based computers support both MBR and BPT disks. However, x86-based computers support only MBR disks.