VMWare Player will complain about missing kernel headers after installation.

To solve this, simply run the following command:

Code:
apt-get install linux-headers-$(uname -r)
And VMWare will recompile and start after the previous command has completed running.