Ce contenu n'est pas disponible dans la langue sélectionnée.
3.2.3. Preparing to convert a virtual machine running Windows
Important
virt-v2v does not support conversion of the Windows Recovery Console. If a virtual machine has a recovery console installed and VirtIO was enabled during conversion, attempting to boot the recovery console will result in a stop error.
- Install the libguestfs-winsupport package on the host running
virt-v2v. This package provides support for NTFS, which is used by many Windows systems. The libguestfs-winsupport package is provided by the RHEL V2VWIN (v. 6 for 64-bit x86_64) channel. Ensure your system is subscribed to this channel, then run the following command as root:yum install libguestfs-winsupport
yum install libguestfs-winsupportCopy to Clipboard Copied! Toggle word wrap Toggle overflow If you attempt to convert a virtual machine using NTFS without the libguestfs-winsupport package installed, the conversion will fail. An error message similar to Example 3.2, “Error message when converting a Windows virtual machine without libguestfs-winsupport installed” will be shown.Example 3.2. Error message when converting a Windows virtual machine without libguestfs-winsupport installed
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Install the virtio-win package on the host running
virt-v2v. This package provides paravirtualized block and network drivers for Windows guests. The virtio-win package is provided by the RHEL Server Supplementary (v. 6 64-bit x86_64) channel. Ensure your system is subscribed to this channel, then run the following command as root:yum install virtio-win
yum install virtio-winCopy to Clipboard Copied! Toggle word wrap Toggle overflow If you attempt to convert a virtual machine running Windows without the virtio-win package installed, the conversion will fail. An error message similar to Example 3.3, “Error message when converting a Windows virtual machine without virtio-win installed” will be shown.Example 3.3. Error message when converting a Windows virtual machine without virtio-win installed
virt-v2v: Installation failed because the following files referenced in the configuration file are required, but missing: /usr/share/virtio-win/drivers/i386/Win2008
virt-v2v: Installation failed because the following files referenced in the configuration file are required, but missing: /usr/share/virtio-win/drivers/i386/Win2008Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Note