Für meine Situation habe ich UEFI / MBR gebootet, und ich vermute, dass dies auch der Fall sein kann, da Sie Chameleon UEFI Bootloader verwendet haben.
MBR2GPT.exe setzt einen BIOS-Start voraus und überprüft den BIOS-BCD-Speicher unter
[Systempartition] \ Boot \ BCD
statt herauszufinden, wo sich der tatsächliche Systemspeicher befindet. Mein BIOS-BCD hatte ungültige Einträge. MBR2GPT beschwerte sich zu Recht, dass das nicht vorhandene Wiederherstellungsvolume nicht gefunden wurde. Ich habe das BIOS BCD durch das EFI BCD ersetzt
[Systempartition] \ EFI \ Microsoft \ Boot
und konnte MBR2GPT ausführen.
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 changes cannot be undone! MBR2GPT: Attempting to convert disk 3 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 MBR2GPT: Before the new system can boot properly you need to switch the firmware to boot to UEFI mode!