How To Set Up VMware Tools On Debian Etch

Categories

Syndicate

Syndicate content

1. Set up a virtual machine of your choice. Click on VM in the top menu of the VMware Server console and select Install VMware Tools.

2. First install some needed pakages:

# apt-get install autoconf automake binutils cpp gcc linux-headers-$(uname -r) make psmisc

3. Next copy the VMware Tools from the mounted iso to the temporary folder:

#  cp /media/cdrom/VMwareTools-1.0.3-44356.tar.gz /tmp/

4. Afterwards switch to the temporary folder and unpack the VMware Tools: 

# cd /tmp/
tar xvfz VMwareTools-1.0.3-44356.tar.gz

5. Next switch to the folder with the unpacked files and execute the installer:

# cd vmware-tools-distrib/
./vmware-install.pl

6. Now you will be asked a few questions relating to installation paths etc. Choose the default value every time (simply hit enter).

Afterwards reboot the vm. After the vm has rebooted, you can start the VMware Tools via:

# vmware-toolbox &

 

Tags
Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options