Difference between revisions of "EBC Exercise 07 Installing Ubuntu in VMware"

From eLinux.org
Jump to: navigation, search
m (Downloading Ubuntu: Updated for 2016 and 16.04)
m (Downloading VMware Workstation: Updated for 2016)
Line 8: Line 8:
 
=== Downloading VMware Workstation ===
 
=== Downloading VMware Workstation ===
 
If you are a Rose student you have access to a free (well, already paid for) copy of VMware Workstation.  Here's where to find it:
 
If you are a Rose student you have access to a free (well, already paid for) copy of VMware Workstation.  Here's where to find it:
# Go to [http://angel.rose-hulman.edu/default.asp Angel]
+
# Log in to [https://prod11gbss8.rose-hulman.edu/BanSS/twbkwbis.P_WWWLoginp Banner].
# Click on [http://angel.rose-hulman.edu/ROSEtools/ROSEportal/default.asp RosePortal] near the bottom of the middle column.
+
# Click on '''RosePortal''' near the bottom.
# Click on the link below [http://e5.onthehub.com/WebStore/ProductsByMajorVersionList.aspx?ws=67366416-107e-de11-9b99-0030487d8897&vsro=8&JSEnabled=1 VMware Global Education and Research Program]
+
# Click on '''VMware WebStore'''.
# Select [http://e5.onthehub.com/WebStore/OfferingsOfMajorVersionList.aspx?ws=67366416-107e-de11-9b99-0030487d8897&vsro=8&pmv=f5bac88e-ccf5-e111-bd05-f04da23e67f6&cmi_mnuMain=4751da70-dd3c-df11-b4ab-0030487d8897&cmi_mnuMain_child=fff4cc7b-8f1f-de11-9c12-0030485a8df0 VMWare Workstation 9]
+
# Select '''VMWare Workstation 12'''.
# Download it. This will take several steps.  In the end you will download a file that's some 436M.
+
# Download it. This will take several steps.
  
 
=== Downloading Ubuntu ===
 
=== Downloading Ubuntu ===

Revision as of 11:03, 20 July 2016

thumb‎ Embedded Linux Class by Mark A. Yoder


It's pretty much agreed that if you are going to develop for embedded Linux, you should do it in Linux. The problem is many have some form of Windows OS installed. Here are step by step instructions on how to install a virtual machine running Ubuntu Linux on your Windows box.

Installing and Configuring VMware Workstation

Downloading VMware Workstation

If you are a Rose student you have access to a free (well, already paid for) copy of VMware Workstation. Here's where to find it:

  1. Log in to Banner.
  2. Click on RosePortal near the bottom.
  3. Click on VMware WebStore.
  4. Select VMWare Workstation 12.
  5. Download it. This will take several steps.

Downloading Ubuntu

You are welcome to run whatever flavor of Linux you want, however I suggest running the current long-term support version of Ubuntu. The current LTS is 12.04. If you are at Rose you can quickly get it from the CSSE site.

  1. Got to the csse site
  2. Click 16.04.
  3. If you are running 64-bit download desktop-amd64.iso. If you are running 32-bit hardware download desktop-i386.iso.

Running VMware and Installing Ubuntu

  1. Start VMware Workstation
  2. Select "Create a new virtual machine"
  3. Select "Typical"
  4. Select "Installer disc image file (iso)" and browse to the Ubuntu iso file. It should detect the correct OS
  5. Fill in names
  6. Fill in VM name
  7. Use default disk size (20G) and be sure "Split virtual disk into multiple files"
  8. Click "Finish"

Ubuntu will install and in a few minutes you'll have a running version.