mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 11:23:45 +00:00
stub topic
This commit is contained in:
@ -51,6 +51,7 @@
|
|||||||
## [Upgrade to Windows 10 with the Microsoft Deployment Toolkit](upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md)
|
## [Upgrade to Windows 10 with the Microsoft Deployment Toolkit](upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md)
|
||||||
## [Upgrade to Windows 10 with System Center Configuration Manager](upgrade-to-windows-10-with-system-center-configuraton-manager.md)
|
## [Upgrade to Windows 10 with System Center Configuration Manager](upgrade-to-windows-10-with-system-center-configuraton-manager.md)
|
||||||
## [Resolve Windows 10 upgrade errors](resolve-windows-10-upgrade-errors.md)
|
## [Resolve Windows 10 upgrade errors](resolve-windows-10-upgrade-errors.md)
|
||||||
|
## [Convert MBR partition to GPT](mbr-to-gpt.md)
|
||||||
## [Configure a PXE server to load Windows PE](configure-a-pxe-server-to-load-windows-pe.md)
|
## [Configure a PXE server to load Windows PE](configure-a-pxe-server-to-load-windows-pe.md)
|
||||||
## [Windows 10 upgrade paths](windows-10-upgrade-paths.md)
|
## [Windows 10 upgrade paths](windows-10-upgrade-paths.md)
|
||||||
## [Windows 10 edition upgrade](windows-10-edition-upgrades.md)
|
## [Windows 10 edition upgrade](windows-10-edition-upgrades.md)
|
||||||
|
@ -24,6 +24,7 @@ Learn about deploying Windows 10 for IT professionals.
|
|||||||
|[Upgrade to Windows 10 with the Microsoft Deployment Toolkit](upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md) |The simplest path to upgrade PCs that are currently running Windows 7, Windows 8, or Windows 8.1 to Windows 10 is through an in-place upgrade. You can use a Microsoft Deployment Toolkit (MDT) 2013 Update 2 task sequence to completely automate the process. |
|
|[Upgrade to Windows 10 with the Microsoft Deployment Toolkit](upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md) |The simplest path to upgrade PCs that are currently running Windows 7, Windows 8, or Windows 8.1 to Windows 10 is through an in-place upgrade. You can use a Microsoft Deployment Toolkit (MDT) 2013 Update 2 task sequence to completely automate the process. |
|
||||||
|[Upgrade to Windows 10 with System Center Configuration Manager](upgrade-to-windows-10-with-system-center-configuraton-manager.md) |The simplest path to upgrade PCs currently running Windows 7, Windows 8, or Windows 8.1 to Windows 10 is through an in-place upgrade. You can use a System Center Configuration Manager task sequence to completely automate the process. |
|
|[Upgrade to Windows 10 with System Center Configuration Manager](upgrade-to-windows-10-with-system-center-configuraton-manager.md) |The simplest path to upgrade PCs currently running Windows 7, Windows 8, or Windows 8.1 to Windows 10 is through an in-place upgrade. You can use a System Center Configuration Manager task sequence to completely automate the process. |
|
||||||
|[Resolve Windows 10 upgrade errors](resolve-windows-10-upgrade-errors.md) |This topic provides a brief introduction to Windows 10 installation processes, and provides resolution procedures that IT administrators can use to resolve issues with Windows 10 upgrade. |
|
|[Resolve Windows 10 upgrade errors](resolve-windows-10-upgrade-errors.md) |This topic provides a brief introduction to Windows 10 installation processes, and provides resolution procedures that IT administrators can use to resolve issues with Windows 10 upgrade. |
|
||||||
|
|[Convert MBR partition to GPT](mbr-to-gpt.md) |This topic provides detailed instructions for using the MBR2GPT partition conversion tool. |
|
||||||
|[Configure a PXE server to load Windows PE](configure-a-pxe-server-to-load-windows-pe.md) |This guide describes how to configure a PXE server to load Windows PE by booting a client computer from the network. |
|
|[Configure a PXE server to load Windows PE](configure-a-pxe-server-to-load-windows-pe.md) |This guide describes how to configure a PXE server to load Windows PE by booting a client computer from the network. |
|
||||||
|[Windows 10 edition upgrade](windows-10-edition-upgrades.md) |With Windows 10, you can quickly upgrade from one edition of Windows 10 to another, provided the upgrade path is supported. |
|
|[Windows 10 edition upgrade](windows-10-edition-upgrades.md) |With Windows 10, you can quickly upgrade from one edition of Windows 10 to another, provided the upgrade path is supported. |
|
||||||
| [Provisioning packages for Windows 10](provisioning-packages.md) | Learn how to use the Windows Imaging and Configuration Designer (ICD) and provisioning packages to easily configure multiple devices. |
|
| [Provisioning packages for Windows 10](provisioning-packages.md) | Learn how to use the Windows Imaging and Configuration Designer (ICD) and provisioning packages to easily configure multiple devices. |
|
||||||
|
82
windows/deploy/mbr-to-gpt.md
Normal file
82
windows/deploy/mbr-to-gpt.md
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
---
|
||||||
|
title: MBR to GPT partition conversion tool
|
||||||
|
description: How to use the MBR2GPT tool to convert partitions
|
||||||
|
keywords: deploy, troubleshoot, windows, 10, upgrade, partition, mbr, gpt
|
||||||
|
ms.prod: w10
|
||||||
|
ms.mktglfcycl: deploy
|
||||||
|
ms.sitesec: library
|
||||||
|
ms.pagetype: deploy
|
||||||
|
author: greg-lindsay
|
||||||
|
localizationpriority: high
|
||||||
|
---
|
||||||
|
|
||||||
|
# MBR to GPT conversion tool
|
||||||
|
|
||||||
|
**Applies to**
|
||||||
|
- Windows 10
|
||||||
|
|
||||||
|
>**Important**: This topic contains technical instructions for IT administrators. If you are not an IT administrator, ....
|
||||||
|
|
||||||
|
## In this topic
|
||||||
|
|
||||||
|
This topic contains ...:
|
||||||
|
|
||||||
|
- [Background](#background): A.<BR>
|
||||||
|
- [Requirements](#requirements): B.<BR>
|
||||||
|
- [Syntax](#syntax): C.
|
||||||
|
- [Command line options](#command-line-options): D.
|
||||||
|
- [Examples](#examples): E.
|
||||||
|
- [Conversion workflow](#conversion-workflow): F.
|
||||||
|
- [Validation](#validation): G.
|
||||||
|
- [Repartitioning](#repartitioning): H.
|
||||||
|
- [Troubleshooting](#troubleshooting): I.
|
||||||
|
|
||||||
|
|
||||||
|
## Background
|
||||||
|
|
||||||
|
The ...:
|
||||||
|
|
||||||
|
1. **Something**: 1
|
||||||
|
2. **Something**: 2
|
||||||
|
- Example
|
||||||
|
3. **Something**: 3
|
||||||
|
- Example
|
||||||
|
4. **Something**: 4
|
||||||
|
- Example
|
||||||
|
5. **Something**: 5
|
||||||
|
- Example
|
||||||
|
|
||||||
|
**Figure 1**: 1:
|
||||||
|
|
||||||
|
Image here
|
||||||
|
|
||||||
|
definitions
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
The following ...
|
||||||
|
|
||||||
|
Table or list here
|
||||||
|
|
||||||
|
## Syntax
|
||||||
|
|
||||||
|
### Command line options
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
## Conversion workflow
|
||||||
|
|
||||||
|
### Validation
|
||||||
|
|
||||||
|
### Repartitioning
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
||||||
|
## Related topics
|
||||||
|
|
||||||
|
[Windows 10 FAQ for IT professionals](https://technet.microsoft.com/en-us/windows/dn798755.aspx)
|
||||||
|
<BR>[Windows 10 Enterprise system requirements](https://technet.microsoft.com/en-us/windows/dn798752.aspx)
|
||||||
|
<BR>[Windows 10 Specifications](https://www.microsoft.com/en-us/windows/Windows-10-specifications)
|
||||||
|
<BR>[Windows 10 IT pro forums](https://social.technet.microsoft.com/Forums/en-US/home?category=Windows10ITPro)
|
||||||
|
<BR>[Fix Windows Update errors by using the DISM or System Update Readiness tool](https://support.microsoft.com/kb/947821)
|
Reference in New Issue
Block a user