Uninstall open-vm-tools/VMware Tools
rpm -qa | grep vm # SLES zypper se open-vm-tools # SLES zypper rm open-vm-tools # SLES apt remove open-vm-tools # Debian vmware-uninstall-tools.pl # Linux VMware Tools
https://knowledge.broadcom.com/external/article/339581/uninstalling-open-vmware-tools-included.html
if dependencies might break system, disable open vm tools:
systemctl stop vgauthd open-vm-tools systemctl disable vgauthd open-vm-tools systemctl stop vgauthd vmtoolsd systemctl disable vgauthd vmtoolsd
grep CONFIG_VIRTIO /boot/config-$(uname -r) grep CONFIG_VIRTIO /boot/config-$(uname -r) | grep =y lsinitrd /boot/initrd-$(uname -r) | grep virtio
vi /etc/dracut.conf.d/virtio-drivers.conf
add_drivers+=" virtio_blk virtio_scsi virtio_net virtio_pci virtio_ring virtio "
dracut -f /boot/initrd-$(uname -r) > /tmp/dracut.log 2>&1 lsinitrd /boot/initrd-$(uname -r) | grep virtio
check available drivers
lsmod | grep virtio
force adding the drivers
dracut -f /boot/initrd-$(uname -r) --add-drivers "virtio virtio_pci virtio_blk virtio_net virtio_ring virtio_scsi"
check initial ramdisk for drivers
lsinitrd /boot/initrd-$(uname -r) | grep virtio
https://pve.proxmox.com/wiki/Paravirtualized_Drivers_for_Linux
check initial RAM filesystem for drivers
lsinitramfs /boot/initrd.img-$(uname -r) | grep virtio
vtnet1 vlan interface vtnet1.123
If the ESXi-GUI hangs after migrating a vm, restart management services via ssh on the ESXi-Host:
/etc/init.d/hostd restart /etc/init.d/vpxa restart
Do not boot immediately after migration. See post migration steps below.
PS C:\Users\Administrator> Get-Service QEMU-GA Status Name DisplayName ------ ---- ----------- Running QEMU-GA QEMU Guest Agent
qm agent <vmid> ping
zypper ref && zypper in qemu-guest-agent # SLES apt update && apt install qemu-guest-agent # Debian systemctl start qemu-guest-agent systemctl enable qemu-guest-agent systemctl status qemu-guest-agent </code>
ens192 → ens18[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces]</code>
If vm is a network license server, boot without network connection and check licensing status