Feb
04
2012

VMWare Tools on ESXi

#install kernel headers so modules will work
#needed this on a 10.04 guest running in a Fusion 3 host
apt-get install linux-headers-virtual
# install kernel modules
apt-get install --no-install-recommends open-vm-dkms
# EITHER: install tools for an xorg install
apt-get install open-vm-tools
# OR: a headless install
apt-get install --no-install-recommends open-vm-tools

From: https://help.ubuntu.com/community/VMware/Tools

Print Friendly, PDF & Email

Leave a Reply

You must be logged in to post a comment.