-
Notifications
You must be signed in to change notification settings - Fork 24
VMware Workstation Configurations
mikeyd edited this page Sep 20, 2015
·
12 revisions
Table of Contents generated with DocToc
- Software details
- Options for SteamOS Alchemist
- Options for SteamOS Brewmaster
- Installing VMware Tools
- Accessing your installation over SSH
In my testing, the following was used:
- VMWare Workstation 11
- Version: 11.1.2 build-2780323
- Host OS: Arch Linux
OS
- Standard
- Linux
- Debian 64 bit
Hardware
- Memory: 2 GB
- Processors: 4
- Display: Accelerate 3D graphics
OS
- Standard
- Linux
- Debian 64 bit
Hardware
- Memory: 2 GB
- Processors: 4
- Display: Accelerate 3D graphics
- Settings > Interface > Enabled access to the Linux desktop
- Exit > Switch to Desktop Mode
- Activities (top left) > Terminal
- Set desktop user password with
passwd
- Insert the guest additions CD-ROM in VMware Workstation
- See Installing VMware Tools below for the rest of these instructions.
cd /media/cdrom0
cp VMWareTools*.tar.gz
cp /home/desktop
tar -xzvf VMWareTools*.tar.gz
cd vmware-tools-distrib
sudo ./vmware-install.pl
Accept all defaults for installation
- Ensure
openssh-server
in installed in the guest OS - Ensure that you are using a Network Adapter type of Bridged or local only. This is possibly for NAT types, but I do not know currently how to arrange this.