0% found this document useful (0 votes)
95 views

9.1.2.5 Lab - Install Linux in A Virtual Machine and Explore The GUI

This document provides instructions for installing Linux in a virtual machine and exploring the GUI. It outlines downloading and installing Oracle VirtualBox to run the virtual machine. It then guides installing Ubuntu in the virtual machine, including mounting the OS image, installing Ubuntu, and configuring network settings. Finally, it describes exploring the installed Ubuntu GUI, including installing guest additions, opening a web browser, finding a terminal emulator, and locating applications.

Uploaded by

Kasih Lepas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
95 views

9.1.2.5 Lab - Install Linux in A Virtual Machine and Explore The GUI

This document provides instructions for installing Linux in a virtual machine and exploring the GUI. It outlines downloading and installing Oracle VirtualBox to run the virtual machine. It then guides installing Ubuntu in the virtual machine, including mounting the OS image, installing Ubuntu, and configuring network settings. Finally, it describes exploring the installed Ubuntu GUI, including installing guest additions, opening a web browser, finding a terminal emulator, and locating applications.

Uploaded by

Kasih Lepas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Lab – Install Linux in a Virtual Machine and Explore the GUI

Objectives
Part 1: Prepare a Computer for Virtualization
Part 2: Install a Linux OS on the Virtual Machine
Part 3: Explore the GUI

Background / Scenario
Computing power and resources have increased tremendously over the last 10 years. A benefit of multi-
core processors and large amounts of RAM is the ability to install multiple operating systems through the
use of virtualization on a computer.
With virtualization, one or more virtual computers can operate inside one physical computer. Virtual
computers that run within physical computers are called virtual machines. Virtual machines are often called
guests, and physical computers are often called hosts. Anyone with a modern computer and operating system
can run virtual machines.
In this lab, you will install a Linux OS in a virtual machine using a desktop virtualization application, such
as VirtualBox. After completing the installation, you will explore the GUI interface. You will also explore the
command line interface using this virtual machine in a lab later in this course.

Required Resources
 Computer with a minimum of 2 GB of RAM and 10 GB of free disk space
 High-speed Internet access to download Oracle VirtualBox and Linux OS image, such as Ubuntu Desktop

Instructions
Part 1: Prepare a Computer for Virtualization
In Part 1, you will download and install desktop virtualization software and a Linux OS image. Your
instructor may provide you with a Linux OS image.

Step 1: Download and install VirtualBox.


VMware Player and Oracle VirtualBox are two virtualization programs that you can download and install
to support the OS image file. In this lab, you will use the VirtualBox application.
a. Navigate to https://www.virtualbox.org/. Click the download link on this page.
b. Choose and download the appropriate installation file based on your operating system.
c. After the VirtualBox installation file is downloaded, run the installer and accept the default
installation settings.

Step 2: Download a Linux Image.


a. Navigate to the Ubuntu website at http://www.ubuntu.com. Click the Download link on this page to
download and save an Ubuntu Desktop image.

 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 4 www.netacad.com
Lab – Install Linux in a Virtual Machine and Explore the GUI

Step 3: Create a New Virtual Machine.


a. Click Start and search for Virtualbox. Click Oracle VM VirtualBox to open the manager. When the
manager opens, click New to start the Ubuntu installation.
b. In the Name and operating system screen, type Ubuntu in the Name field. For the Type field, select
Linux. In the Version field, select the corresponding downloaded version. Click Next to continue.
c. In the Memory size screen, increase the amount of RAM as long as the amount of RAM for the virtual
machine is in the green area. Going beyond the green area would adversely affect the performance of the
host. Click Next to continue.
d. In the Hard disk screen, click Create to create a virtual hard disk now.
e. In the Hard disk file type screen, use the default file type settings of VDI (VirtualBox Disk Image).
Click Next to continue.
f. In the Storage on physical hard disk screen, use the default storage settings of dynamically allocated.
Click Next to continue.
g. In the File location and size screen, you can adjust the hard drive and change the name and location
of the virtual hard drive. Click Create to use the default settings.
h. When the hard drive creation is done, the new virtual machine is listed in the Oracle VM VirtualBox
Manager window. Select Ubuntu and click Start in the top menu.

Part 2: Install Ubuntu on the virtual machine

Step 1: Mount the Image.


a. In the Oracle VM Virtualbox Manager window. Right-click Ubuntu and select Settings. In the
Ubuntu – Settings window, click Storage in the left pane. Click Empty in the middle pane. In the right
pane, click the CD symbol and select the file location of the Ubuntu image. Click OK to continue.
b. In the Oracle VM VirtualBox Manager window, click Start in the top menu.

Step 2: Install the OS.


a. In the Welcome screen, you are prompted to try or install Ubuntu. The try option does not install the OS,
it runs the OS straight from the image. In this lab, you will install the Ubuntu OS in this virtual machine.
Click Install Ubuntu.
b. Follow the on-screen instructions and provide the necessary information when prompted.

 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 4 www.netacad.com
Lab – Install Linux in a Virtual Machine and Explore the GUI

Note: If you are not connected to the Internet, you can continue to install and enable the network later.
c. Because this Ubuntu installation is in a virtual machine, it is safe to erase the disk and install Ubuntu
without affecting the host computer. Select Erase disk and install Ubuntu. Otherwise installing
Ubuntu on a physical computer would erase all data on the disk and replace the existing operating
system with Ubuntu. Click Install Now to start the installation.
d. Click Continue to erase the disk and install Ubuntu.
e. In the Who are you? screen, provide your name and choose a password. Use iteuser for Your Name
and ITEpass! for the password. You can use the username generated or enter a different username.
If desired, you can change the other settings. Click Continue.
f. The Ubuntu OS is now installing in the virtual machine. This will take several minutes. When the
Installation is complete message displays, return to the Oracle VM Virtualbox Manager window. Right-
click Ubuntu and select Settings. In the Ubuntu – Settings window, click Storage in the left pane. Click
the mounted Ubuntu image in the middle pane. In the right pane, click the CD symbol and click Remove
Disk from Virtual Drive. Click OK to continue.
g. In the Ubuntu VM, click Restart Now.

Part 3: Explore the GUI


In this part, you will install the VirtualBox guest additions and explore the Ubuntu GUI.

Step 1: Install Guest Additions.


a. Log on to your Ubuntu virtual machine using the user credentials created in the previous part.
b. Your Ubuntu Desktop window may be smaller than expected. This is especially true on high-resolution
displays. Click Device > Insert Guest Additions CD image… to install the Guest Additions. This
allows more functions, such as changing the screen resolution in the virtual machine.

c. Click Run to install the additions. When prompted for a password, use the same password that you used
to log on. Click Authenticate to continue.
d. If the computer was not connected to the Internet during the installation, click Devices > Network
Settings in the Oracle VirtualBox menu. Enable network adapters and configure the proper setting
for network connections as necessary. Click OK.

 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 4 www.netacad.com
Lab – Install Linux in a Virtual Machine and Explore the GUI

e. When the installation of the additions is done, restart the virtual machine again. Click the menu in
the upper-right corner and click Shut down. Click Restart to restart Ubuntu.

Step 2: Open a web browser.


a. Log on to Ubuntu again. After you are logged on again, you can resize the virtual machine window.
b. Open a web browser. Depending on the Linux distribution, you may need to search for a web browser or
there is a link to a web browser already on the Desktop.
c. Locate a terminal emulator to access the command line interface. You will be using a terminal emulator in
later labs.
d. Explore the installed Linux distribution and locate a few applications that you may use.

Reflection Question
What are the advantages and disadvantages of using a virtual machine?
Dengan mesin virtual, Anda dapat menguji aplikasi atau sistem operasi baru tanpa memengaruhi
mesin host Anda. Anda juga dapat menyimpan status mesin saat ini ketika Anda menutup mesin
virtual. Jika Anda mengalami masalah apa pun, Anda memiliki opsi untuk mengembalikan mesin
virtual ke status tersimpan sebelumnya. Di sisi lain, mesin virtual memerlukan sumber daya
perangkat keras dari mesin host, seperti ruang hard drive, RAM, dan daya pemrosesan.
End of Document
 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 4 www.netacad.com

You might also like