我正在尝试MBR2GPT将 MBR/BIOS 磁盘转换为 GPT/UEFI。我收到错误Cannot find OS partition(s) for disk 0。我在以下位置找到了这个setupact.log:
GetOSDeviceVolume: Cannot get NT path for entry.[gle=0x000000ea]
FindOSPartitions: Cannot get volume name for the recovery boot entry. Error: 0x000000EA[gle=0x000000ea]
Cannot find OS partition(s) for disk 0[gle=0x000000ea]
Run Code Online (Sandbox Code Playgroud)
我的操作系统是最新的 Windows 10 版本。这可能是 Windows 7 升级,并且过去已使用gparted. 这是在带有快照的虚拟机中,因此我可以运行有风险的命令并毫无问题地进行恢复。
我正在运行的命令:
C:\WINDOWS\system32>MBR2GPT.EXE /convert /allowfullos
MBR2GPT will now attempt to convert the default book disk.
If conversion is successful the disk can only be booted in GPT mode.
These …Run Code Online (Sandbox Code Playgroud)