Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It looks like using the server install ISO also install the whole X11 stuff - which is not what you'd expect on a server. I managed to get a bare install by using the alternate ISO, then using F4 from the boot menu (install command line system).

Finally found how to correctly install open-vm-tools on Lucid:

  1. Install Lucid
  2. apt-get dist-upgrade
  3. reboot
  4. apt-get install -no-install-recommends linux-headers`uname -r` open-vm-dkms open-vm-tools

The trick here is to use --no-install-recommends. The GUI tools are in the Recommends of the CLI tools (don't ask me), so installing the CLI tools with apt-get install open-vm-tools will also pull down the X stuff.
This way everything seems to work just fine: