Installing VMWare Server 2 on Fedora Core 9

Well, I gave core 9 another chance, and it seems to work a little better than the first time I installed it, the secret seems to be disabling the NetworkManager.

The big issue I’ve found when installing VMWare server on Fedora is that after there is a kernel update it is no longer straight forward to install VMWare since it is unlikely the default config will work with the new kernel. This means installing kernel sources, which of course are no longer installed with fedora any more.

So on a good day all you need is the version of the kernel you are currently using and then issue the command: yum install kernel-devel, with the current version of Core 9 (updated Oct. 31, 2008) the include path you would use is: /lib/modules/2.6.26.6-79.fc9.i686/build/include

See: http://docs.fedoraproject.org/release-notes/f9/en_US/sn-Kernel.html for more detailed information.

As always you mileage may vary.

Leave a Reply