PDA

View Full Version : VMWare Player won't start (Solution)



lund99
2013-03-20, 14:14
VMWare Player will complain about missing kernel headers after installation.

To solve this, simply run the following command:


apt-get install linux-headers-$(uname -r)

And VMWare will recompile and start after the previous command has completed running.