Installing the drivers for virtual machines to interact with the hardware.

Run the following command on your virtual machine to install the necessary virtual drivers for VMware, Proxmox, and other hosts. 

Run apt update
sudo apt update
If you have a GUI
sudo apt install open-vm-tools-desktop -y
If you have no GUI
sudo apt install open-vm-tools -y
The preferred method, which installs all options.
sudo apt install open-vm-tools* -y

Reboot the system afterward to make sure all drivers have been properly installed. 

Leave a ReplyCancel reply