Before you convert a Windows virtual machine from VMware to HPE Morpheus VM Essentials, prepare the VM so that the converted instance can start successfully and communicate on the network.
Note
VMs running on the following guest operating systems can be converted to HPE Morpheus VM Essentials instances:
-
Windows Server 2025
-
Windows Server 2022
-
Windows Server 2019
-
Windows Server 2016
Procedure
If the source Windows VM running in VMware has more than four disks, prepare the VM before conversion by installing the VirtIO SCSI controller (vioscsi) and network adapter (netkvm) drivers to ensure that the converted HPE Morpheus VM Essentials instance can start and operate correctly.
To install the drivers, follow these steps:
-
Perform the following steps for both of the driver files (vioscsi.inf and netkvm.inf):
-
Go to Run and execute hdwwiz.exe to open the Add New Hardware wizard.
-
Select Install the hardware that I manually select from a list.
-
Select Show All Devices as the hardware type.
-
Click Have Disk.
-
Select the driver file, and then click OK.
-
Click Next to continue, click Next again to start installing the driver, and then click Finish when the installation completes.
-
-
From Windows Explorer, right-click the vioscsi.inf file, and then click Install.
-
From Windows Explorer, right-click the netkvm.inf file, and then click Install.
-
To add the VirtIO SCSI controller to the CriticalDeviceDatabase, add the following registry key to the Windows registry hive:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\PCI#VEN_1AF4 & DEV_1004 & SUBSYS_00081AF4 & REV_00] "ClassGUID" = "{4D36E97B-E325-11CE-BFC1-08002BE10318}" "Service" = "vioscsi"
Note
-
If the CriticalDeviceDatabase folder does not already exist, create one.
-
"ClassGUID" and "Service" are string values.
-
-
Perform a backup operation for the modified source VMs.