From 4fdcfe03cab0d1ec86fb75409122088562ec2af7 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Wed, 12 Apr 2017 15:16:39 -0700 Subject: [PATCH] volume IDs can be retrieved --- windows/deploy/mbr-to-gpt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deploy/mbr-to-gpt.md b/windows/deploy/mbr-to-gpt.md index 76aa003b02..46c411919f 100644 --- a/windows/deploy/mbr-to-gpt.md +++ b/windows/deploy/mbr-to-gpt.md @@ -216,7 +216,7 @@ Before any change to the disk is made, MBR2GPT validates the layout and geometry - There are at most 3 primary partitions in the MBR partition table - One of the partitions is set as active and is the system partition - The BCD store on the system partition contains a default OS entry pointing to an OS partition -- The volume IDs can retrieved for each volume which has a drive letter assigned +- 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 checks fails, the conversion will not proceed and an error will be returned.