Home

Installing VMwareTools on BackTrack in VMwareFusion


What you need:


Quick Overview:

  1. Download and install VMware Fusion.
  2. Download the BackTrack VMware image.
  3. Open the Backtrack VMware image with VMware Fusion.
  4. Configure your virtual machine.
  5. Make a directory for the VMware Tools DVD to mount to.
  6. Mount the VMware Tools image.
  7. Copy the VMware tools source to your virtual machine.
  8. Untar the source.
  9. Install VMware tools from source.
  10. Reboot and enjoy!

Step by step:

  1. Setup your virtual machine. Explain
  2. Click on the little black icon third from the left in the lower corner of the window to open a "Shell - Konsole."sheel - konsole
  3. Type mkdir /mnt/hdc then hit enter.mkdir /mnt/hdc
  4. Press "Command" and "Control" together to return to OS X.
  5. In the VMWare Fusion tool bar at the top of the computer, go to Virtual Machine->Update VMware Tools.update vmware tools
  6. When it warns you to have your virtual machine running, just click "Install."install
  7. In the open Konsole type mount /dev/disk/by-id/ata-VMware_Virtual_IDE_CDROM_DRIVE_10000000000000000001 /mnt/hdc/ and hit enter.mount /dev/disk/by-id/ata-VMware_Virtual_IDE_CDROM_DRIVE_10000000000000000001 /mnt/hdc/
  8. Now type cp /mnt/hdc/VMwareTools-8.2.3-204229.tar.gz /tmp/ and hit enter.cp /mnt/hdc/VMwareTools-8.2.3-204229.tar.gz /tmp/
  9. Next type cd /tmp/ and hit enter.cd /tmp/
  10. Type tar -zxvf VMwareTools-8.2.3-204229.tar.gz and hit enter.tar -zxvf VMwareTools-8.2.3-204229.tar.gz
  11. Type ./vmware-tools-distrib/vmware-install.pl and hit enter../vmware-tools-distrib/vmware-install.pl
  12. Hit enter to accept all the default install settings, or change them if you know what you're doing.
  13. Click the KDE icon in the lower left corner of the virtual machine, and select "Log Out..."Log Out...
  14. Click "Log out."Log out.
  15. Type reboot and hit enter.reboot
  16. When the virtual machine starts back up, repeat steps 12 through 14 hidden above.
Share/Bookmark