Changes between Version 68 and Version 69 of InstallationGuidelinesVirtualMachine


Ignore:
Timestamp:
01/04/11 16:07:10 (14 years ago)
Author:
rik goldman
Comment:

vmware tools install

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesVirtualMachine

    v68 v69  
    5555 11. Enter name for new VMware image e.g. Eden in the Virtual Machines directory
    5656 12. Click Save
     57 13. Press the green play icon to start the virtual machine.
    5758Remember to install the Linux VMware Tools after starting up the Eden machine using Virtual Machine > Install VMware Tools
    5859{{{
     
    6162}}}
    6263And accept all the default options
     64===== Troubleshooting VMware Tools Install =====
     65 * Open LXTerminal and browse to the folder containing vmware-install.pl.
     66{{{
     67pwd #displays the current location in the filesystem
     68cd /absolut/path/to/folder # change directory to the one containing vmware-install.pl
     69sudo ./vmware-install.pl #start installation script
     70}}}
     71 * Download Build Tools
     72 *Option 1: Open Synaptic in the LXDE menu, update, then search for build-essential
     73 *Option 2: Open LXTerminal and install build-essential from the command line:
     74{{{
     75sudo apt-get update
     76sudo apt-get install -y build-essential
     77}}}
    6378
    6479=== Credentials ===