If a guest VM, running any version of Windows OS with the Virtio-SCSI disk drivers installed, is booted into Recovery Console mode, the operating system partition is not visible as the drivers are not yet loaded.
Before starting with recovery work on a guest OS, ensure that the administrator has:
To load Windows drivers from a Windows Guest OS recovery console, administrators will need to have the following things before hand:
Starting the Windows Recovery Console:
Login to the console and follow the Windows installation prompts to navigate to the Recovery Console and Command Prompt access inside of that.
Once at a command prompt, type the following command:
wmic logicaldisk get deviceid, volumename, description
ENTER
This will return a list of available disks on the virtual machine. For example: D:, E:, X:
Users can change to each disk to verify the contents. Typically, D: will be an EFI boot volume, E: will be the CD installation media installed, and X: will be the active, booted Windows recovery session.
The Virtio-SCSI disks are most likely not present and the drivers need to be loaded for them to appear.
Install the Virtio-SCSI and Storage drivers:
From the command prompt running in the Windows Recovery Console, type the following command to load the Virtio-SCSI Storage drivers:
Drvload e:\vioscsi\2k16\amd64\vioscsi.inf
ENTER
E: ← refers to the drive letter which the virtio iso is loaded.
2k16\ ← refers to the path to the virtio driver, based on OS. Browse the iso image for paths to other OS versions.
From the command prompt running in the Windows Recovery Console, type the following command to load the Virtio Storage drivers:
Drvload e:\viostor\2k16\amd64\viosstor.inf
ENTER
E: ← refers to the drive letter which the virtio iso is loaded.
2k16\ ← refers to the path to the virtio driver, based on OS. Browse the iso image for paths to other OS versions.
After loading both drivers, the disk should mount, typically as an F drive.
This can be verified by again running
wmic logicaldisk get deviceid, volumename, description
ENTER
Need more Help? Email support@verge.io or call us at (855) 855-8300