Installing VMWare tools in Backtrack 3 (BT3) *UPDATED*

Finally! I just finished an install of VMware tools on my BT3 VM. This includes seamless mouse and keyboard integration without having to manually capture and release input. I am still unable to drag and drop files from my OS and VM (I still plan on finding a solution). But here is what I did to get it working. If you encounter any errors, just post the errors as a comment and I’ll look into it.

1. Download the BT3 VM from remote-exploit and unzip.
2. Power on the VM and verify everything is working correctly. If it asks you if you moved it or copied it, select "copied it".
3. Open up terminal and make a directory under /mnt called cdrom

  • mkdir /mnt/cdrom
4. Now go to the tool bar VM > Install VMware Tools.
5. Click Install and a window should appear saying that media has been detected. Select Open in New Window. If it doesn't auto open, then you will have to issue these commands:
  • mount /dev/cdrom /mnt/cdrom
  • cp /mnt/cdrom/VM* /root/Desktop/
  • Skip to step 7.
6. Drag and drop the VMwareTools-1.0.6-91891.i386.tar.gz file to your desktop or desired folder.
7. CD into the proper folder (in my case its Desktop).
8. Then untar the file.
  • tar xvzf VMwareTools-1.0.6-91891.i386.tar.gz
9. CD into the newly created vmware-tools-distrib folder.
10. Execute vmware-install.pl
11. Leave all the defaults, pressing enter at every prompt.
12. When completed, configure vmtools by executing vmware-config-tools.pl. Leave all the defaults. Then add the following start up script to the ~/.kde/Autostart directory (it will be hidden).
  • echo "/usr/bin/vmware-toolbox --minimize"> ~/.kde/Autostart/vmware-toolbox.sh
13. Press enter then make it executable
  • chmod +x ~/.kde/Autostart/vmware-toolbox.sh
14. Now restart your VM and the next time you boot you should be able to drag your mouse seamlessly within the BT VM and your native OS.

*NOTE: This process will not allow you to drag and drop files between the two OS's. I am currently working on a solution for that.

An accompanying video showing the steps is coming soon!

If you run into any errors, just post them as a comment and I will investigate the problem. Hope this helps.

Technorati Tags: , , , ,

3 comments:

  Anonymous

January 5, 2009 at 11:35 AM

thank you very much. worked like a charm.

  f3lix

January 7, 2009 at 4:00 PM

Great! Glad to know it helped.

  Lentucky

March 21, 2010 at 11:13 PM

Works fine for BT 4 Final too. Thanks.