Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP MTV-1316: Removing VMware tools from Windows guests #540

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ You can add a source provider by using the {ocp} web console.
:vmware:
include::modules/adding-source-provider.adoc[leveloffset=+4]
include::modules/selecting-migration-network-for-vmware-source-provider.adoc[leveloffset=+5]
include::modules/vmware-issues.adoc[leveloffset=+5]
:!vmware:
:context: rhv
:rhv:
Expand Down
21 changes: 21 additions & 0 deletions documentation/modules/vmware-issues.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Module included in the following assemblies:
//
// * documentation/doc-Migration_Toolkit_for_Virtualization/master.adoc

:_content-type: REFERENCE
[id="vmware-issues_{context}"]
= VMware issues

[id="removing-vmware-tools-from-windows-guest_{context}"]
== Removing VMware tools from Windows guests

Virt-v2v attempts to remove VMware Tools. For Windows guests, this is meant to happen during the first boot after conversion.

We use VMware's recommended uninstallation method as that is the safest choice. However, this method has been known to fail. If it does fail, VMware Tools must be removed by another method.

For example, you can use a method, such as the one described here link:https://gist.github.com/broestls/f872872a00acee2fca02017160840624[Force removal of VMware Tools, Program Files, and Windows Services].

[WARNING]
====
You should carefully check this script as it makes invasive changes to the Windows Registry and filesystem.
====