A VmWare HowTo which worked well on Mepis:
(How to install Windows on VmWare server.)

Requirements

Procedure

First we need to install a few dependencies:

In a terminal type (as root)
Code:
apt-get install linux-headers-`uname -r` build-essential xinetd
This will install all needed dependencies (at least I hope so )

Breezy users will also need to install gcc-3.4.
Code:
apt-get install gcc-3.4
We are now ready to download VMWare Server.
(Go to here for Ubuntu or Kubuntu Feisty Fawn) The Installation We can now test if it worked by starting the VMWare server console Next thing we want to do is Install Windows XP !

First we need a virtual machine Now we can start the newly made virtual machine and the install of Windows!
Tips

You will definately want to install the VMWare tools, when windows has been installed. This will speed up your Windows responsiveness CTRL + ALT will release the mousecursor from the virtual machine
CTRL + ALT in FullScreen mode will get you out of the FullScreen.

You can Suspend a running virtual machine. this way it will start very fast the next time you need it.

To have sound support, add a sound device in the virtual machine settings.

Enjoy!

Common Problems & Solutions
You can view your serial numbers at: http://www.vmware.com/vmwarestore/ne...mber_login.jsp
execute
Code:
sudo /usr/bin/vmware-config.pl
You have a updated kernel, but not the updated kernel headers.
You can install them by executing
Code:
sudo apt-get install linux-headers-`uname -r`
Now you can succesfully run
Code:
sudo /usr/bin/vmware-config.pl
There is a package called linux-headers-*** that automatically installs the latest kernelheaders, so you don't need to install them manually each time.

There are 4 flavours of this package: 386, 686, k7, server.

If you don't know wich one you need, execute
Code:
uname -r
It will give you something like 2.6.15-26-k7 or 2.6.15-26-686

Now you know the right flavour, install it by
Code:
sudo apt-get install linux-headers-***
Replace the *** with 386, 686, k7 or server.

Look for the /etc/vmware directory and either move it to a different location or remove it altogether.
Code:
sudo rm -R /etc/vmware
After version upgrade:
I got  "vmware not (correctly) configured"

My (eventual) fix....
rm /etc/vmware/not_configured
update-rc.d -f vmware remove
update-rc.d -f vmware defaults

To prevent VMWare starting at boot:
Go in to VMWare Server Console and edit your guest OS.  On the Options
tab select Startup/Shutdown and set it to not power up the guest
machine on startup.

This way the VMWare service will start when you boot the host machine
and you can start the guest when you want to use it.

Command for desktop icon to open my WinXP image:-
vmware -x -q -l /home/robert/vmware/virtualmachines/Windows\ XP\ Professional/Windows\ XP\ Professional.vmx
see.....
http://pubs.vmware.com/server1/vm/wwhelp/wwhimpl/common/html/wwhelp.htm?context=vm&file=running_commands_lin_gsx.html
and for the complete on-line library....
http://pubs.vmware.com/server1/wwhelp/wwhimpl/js/html/wwhelp.htm

VMware-server 2.0.1 Installation HOWTO for Karmic Koala (x86_64)

http://blog.mymediasystem.net/uncategorized/vmware-server-2-0-1-installation-howto-for-karmic-koala-x86_64/

VMWare Server 2 problem on 64bit install

I can use the mouse successfully after much Googling (and seeing there are heaps of "complainants" with the same problem) with the following method:-
Issue command.....
VMWARE_USE_SHIPPED_GTK=yes firefox
(This will open Firefox)
Enter address...
https://127.0.0.1:8333/ui/#
Login to "VMWare Infrastructure Web Access"
Power on and open "console" and it works OK.

The end