Microsoft Windows [Version 10.0.19043.1237]
(c) Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>chkdsk /scan
The type of the file system is NTFS.
Stage 1: Examining basic file system structure ...
782080 file records processed.
File verification completed.
Phase duration (File record verification): 5.04 seconds.
3016 large file records processed.
Phase duration (Orphan file record recovery): 0.00 milliseconds.
0 bad file records processed.
Phase duration (Bad file record checking): 0.17 milliseconds.
Stage 2: Examining file name linkage ...
436 reparse records processed.
863064 index entries processed.
Index verification completed.
Phase duration (Index verification): 9.32 seconds.
0 unindexed files scanned.
Phase duration (Orphan reconnection): 246.97 milliseconds.
0 unindexed files recovered to lost and found.
Phase duration (Orphan recovery to lost and found): 0.96 milliseconds.
436 reparse records processed.
Phase duration (Reparse point and Object ID verification): 5.51 milliseconds.
Windows has scanned the file system and found no problems.
No further action is required.
233401340 KB total disk space.
46690248 KB in 117002 files.
103936 KB in 40494 indexes.
0 KB in bad sectors.
1399144 KB in use by the system.
65536 KB occupied by the log file.
185208012 KB available on disk.
4096 bytes in each allocation unit.
58350335 total allocation units on disk.
46302003 allocation units available on disk.
Total duration: 19.71 seconds (19718 ms).
Microsoft Windows [Version 10.0.19043.1237]
(c) Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>diskpart
Microsoft DiskPart version 10.0.19041.964
Copyright (C) Microsoft Corporation.
On computer: DESKTOP-ERSOF1L
DISKPART> lis dis
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 223 GB 0 B
Disk 1 Online 465 GB 0 B
DISKPART> lis vol
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 F DVD-ROM 0 B No Media
Volume 1 System Rese NTFS Partition 100 MB Healthy System
Volume 2 C NTFS Partition 222 GB Healthy Boot
Volume 3 NTFS Partition 450 MB Healthy Hidden
Volume 4 NTFS Partition 454 MB Healthy Hidden
Volume 5 D System Rese NTFS Partition 100 MB Healthy
Volume 6 E NTFS Partition 464 GB Healthy
Volume 7 NTFS Partition 450 MB Healthy Hidden
Volume 8 NTFS Partition 450 MB Healthy Hidden
DISKPART> sel dis 0
Disk 0 is now the selected disk.
DISKPART> det dis
KINGSTON SA400S37240G
Disk ID: C65EA50A
Type : SATA
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(1700)#ATA(C00T00L00)
Current Read-only State : No
Read-only : No
Boot Disk : Yes
Pagefile Disk : Yes
Hibernation File Disk : No
Crashdump Disk : Yes
Clustered Disk : No
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 1 System Rese NTFS Partition 100 MB Healthy System
Volume 2 C NTFS Partition 222 GB Healthy Boot
Volume 3 NTFS Partition 450 MB Healthy Hidden
Volume 4 NTFS Partition 454 MB Healthy Hidden
Microsoft Windows [Version 10.0.19043.1237]
(c) Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>diskpart
Microsoft DiskPart version 10.0.19041.964
Copyright (C) Microsoft Corporation.
On computer: DESKTOP-ERSOF1L
DISKPART> sel dis 0
Disk 0 is now the selected disk.
DISKPART> det dis
KINGSTON SA400S37240G
Disk ID: C65EA50A
Type : SATA
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(1700)#ATA(C00T00L00)
Current Read-only State : No
Read-only : No
Boot Disk : Yes
Pagefile Disk : Yes
Hibernation File Disk : No
Crashdump Disk : Yes
Clustered Disk : No
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 1 System Rese NTFS Partition 100 MB Healthy System
Volume 2 C NTFS Partition 222 GB Healthy Boot
Volume 3 NTFS Partition 450 MB Healthy Hidden
MBR2GPT will now attempt to convert the default book disk.
If conversion is successful the disk can only be booted in GPT mode.
These changes cannot be undone!
MBR2GPT: Attempting to convert disk 0
MBR2GPT: Retrieving layout of disk
MBR2GPT: Validating layout, disk sector size is: 512 bytes
MBR2GPT: Trying to shrink the OS partition
MBR2GPT: Creating the EFI system partition
MBR2GPT: Installing the new boot files
MBR2GPT: Performing the layout conversion
MBR2GPT: Migrating default boot entry
MBR2GPT: Adding recovery boot entry
MBR2GPT: Fixing drive letter mapping
MBR2GPT: Conversion completed successfully
Call WinReReapir to repair WinRE
MBR2GPT: Failed to update ReAgent.xml, please try to manually disable and enable WinRE.
MBR2GPT: Before the new system can boot properly you need to switch the firmware to boot to UEFI mode!
/validate
- Validates that the selected disk can be converted
without performing the actual conversion.
/convert
- Validates that the selected disk can be converted
and performs the actual conversion.
/disk:<diskNumber>
- Specifies the disk number of the disk to be processed.
If not specified, the system disk is processed.
/logs:<logDirectory>
- Specifies the directory for logging. By default logs
are created in the %windir% directory.
/map:<source>=<destination>
- Specifies the GPT partition type to be used for a
given MBR partition type not recognized by Windows.
Multiple /map switches are allowed.
/allowFullOS
- Allows the tool to be used from the full Windows
environment. By default, this tool can only be used
from the Windows Preinstallation Environment.
My understanding is that mbr2gpt can only be converted during installing windows, Windows Preinstallation Environment.
Which bring me back to the requirement to enable UEFI on BIOS afterward.
Read on aforum that w11 MCT will only install on GPT mode and done.
But on Windows support there is a warning about having to enable uefi on BIOS too, wondering that it only apply to W 10 as by default it install on MBR.