Converting an existing BIOS vDisk into UEFI vDisk for future PVS Target Device support.
There are two basic approaches to converting an existing vDisk from BIOS to UEFI :
In both cases, you should ensure you have sufficient free space and the disk is defragmented before starting – either after reverse imaging or prior to merging the vDisk to a single version.
The detailed process is as follows:
Steps as follows:
Run diskpart to determine the disk number of the mounted disk - it will be the last one of the list:
C:\Windows\system32>diskpart Microsoft DiskPart version 10.0.17763.1911 Copyright (C) Microsoft Corporation. On computer: XXZZ-PVS DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 127 GB 1024 KB * Disk 1 Online 150 GB 0 B Disk 2 Online 1024 GB 1024 KB * Disk 3 Online 127 GB 1024 KB * |
Convert the mounted vdisk file to GPT
mbr2gpt /convert /disk :3 /allowFullOS |
Steps:
Convert the disk
mb22gpt /convert /disk :0 /allowFullOS |