Hi!![]()
I'm running BT2 Final in a VM box under xp & is working touch wood.
All you need is VMwareTools-5.5.3-34685 or later (you need to upgrade VMware, if you are running a older version), and a small tweak.
Here's how it could be done:
1. From VMWare's VM menu, choose 'Install VMware tools'. The ISO containing vmware tools for linux would be loaded in to the VM's CD drive.
2. mount the drive, if required
mount /dev/cdrom /mnt/cdrom
3. untar VMwareTools-5.5.3-34685.tar.gz to some directory on hard drive
5. Create soft links of rc.d folders for various runlevels as expected by the vmware installation script.
for x in 0 1 2 3 4 5 6
do
ln -s /etc/rc.d/ /etc/rc$x.d
done
6. change to untarred folder of vmware tools and execute install.sh and answer the questions (the defaults worked perfectly for me)
7. for host/guest filesystem daemon (sharefiles), the tools dont get loaded automatically. So I run /etc/rc.d/S19vmware-tools start to run this script
Hope this helps. All the best



