Uninstalling guest tools
If you find out that the guest tools are incompatible with some software inside a virtual machine, you can uninstall them by doing the following:
Inside a Windows VM:
Remove the QEMU device drivers from the device manager.
Do not remove the VirtIO/SCSI hard disk driver and NetKVM network driver. Without the former, the VM will not boot; without the latter, the VM will lose network connectivity.
Uninstall the QEMU guest agent and guest tools from the list of installed applications.
Stop and delete Guest Tools Monitor:
Unregister Guest Tools Monitor from Event Log:
Delete the autorun registry key for RebootNotifier:
Delete the C:\Program Files\Qemu-ga\ directory.
If VzGuestToolsMonitor.exe is locked, close all the Event Viewer windows. If it remains locked, restart the
eventlog
service:
After removing the guest tools, restart the virtual machine.
Inside a Linux VM:
Remove the packages:
On RPM-based systems (CentOS and other):
On DEB-based systems (Debian and Ubuntu):
If any of the packages listed above are not installed on your system, the command will fail. In this case, exclude these packages from the command and run it again.
Remove the files:
Reload the
udev
rules:
After removing guest tools, restart the virtual machine.
Last updated