# Install Ubuntu Using VMWare Workstation

This guide walks the user through setting up a VM with Ubuntu 18.04 LTS OS. Based on your host computer, determine how many CPU core and memory you can assign to the VM you create. 2 CPU cores, 4GB of memory, one NIC card and 20GB of disk space is recommended. If the machine will be used for development or the application will require additional resources for the planned work, all the resources can be updated as required. The directions that follow are based on a computer that has all prerequisites already installed.

# Prerequisites

Please make sure your computer is powerful enough to run a small VM and you have installed all the required software before you begin. Following is a list of all software and resources you will need to complete this guide:

# Creating an Ubuntu Virtual Machine

  1. Download the latest version of Ubuntu 18.04 Server or Desktop Download.

  2. Start VMWare Workstation and select File → New Virtual Machine... .

  3. These steps represent one way to configure the Virtual Machine. Select Typical.

VMWare

  1. Select the appropriate image, Desktop or Server 18.04 LTS.

VMWare

  1. Enter a full name, user name, and password.

VMWare

  1. Use the default location or select a new location for the VM.

VMWare

  1. Select disk size. 20GB is the minimum. Use a single file for the disk.

VMWare.

  1. Customize the hardware. 4GB of memory and 2 CPU cores are used in this example.

VMWare.

  1. Edge software now supports VMWare virtual TPM. If this VM will be used to run an Edge, the VM must be encrypted and boot from UEFI before the TPM can be added.

    • Edit virual machine settings, select Options tab and Access Control. Select Encrypt and provide a password. VMWare
    • Now select Advanced and change the firmware type to UEFI. VMWare
    • Select the Hardware tab, select Add..., and add the Trusted Platform Module. VMWare
    • Selct OK to save the changes.
  2. Start the Virtual Machine and follow the Ubuntu installation prompts for Server or Desktop.

  3. After successful installation, log in and use ip a to obtain the IP address.

  4. Start SSH client (i.e., Putty) on the host and try to connect to the VM.

# Next steps

WARNING

Are you on the ABB Network? If you have not already set up your system to work on the ABB Internet Proxy, which is required when on the ABB network, then start by setting up to work behind the proxy.

Set up the RSA key to access the source code repos codebits or VSTS.

Optional for Ubuntu Desktop and Server

Install .NET Core SDK and VScode.

Last updated: 7/20/2021, 8:42:12 AM
Feedback