Sintomi:

  • La conversione MBR2GPT fallisce con errore 0x00000000
  • Nel file “C:\Windows\setuperr.log” sono presenti le voci

“ValidateLayout: Cannot map MBR partition type 222. Please supply custom mapping through the command line.”

“LayoutConversion: Cannot map MBR partition type 222.”

“Cannot perform layout conversion. Error: 0x00000000”

Risoluzione:

  • Aprire il file “C:\Windows\setupact.log” ed individuare la partizione con l’errore riportato, nel mio caso è la prima ” Volume: , Error:0x00000012″. Annotare l’attributo “Type”, nel mio caso 222.
  • Lanciare il comando seguente per mappare la partizione sconosciuta come “Basic Data Partition” e lanciare la conversione MBR2GPT. Sostituire il numero 222 con l’attributo “Type” annotato in precedenza.

mbr2gpt /convert /allowfullos /map:222=EBD0A0A2-B9E5-4433-87C0-68B6B72699C7

Leave A Comment