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
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.
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
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
- chmod +x ~/.kde/Autostart/vmware-toolbox.sh
*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: Backtrack, VM, Virtual Machine, VMware Tools, Backtrack VMware
3 comments:
January 5, 2009 at 11:35 AM
thank you very much. worked like a charm.
January 7, 2009 at 4:00 PM
Great! Glad to know it helped.
March 21, 2010 at 11:13 PM
Works fine for BT 4 Final too. Thanks.
Post a Comment