Training Exercise: Install Ubuntu on a Computer
Introduction
In this exercise, you will learn how to install Ubuntu, a popular Linux distribution, on a computer. You will walk through the steps of creating a bootable USB drive, configuring BIOS/UEFI settings, and performing a fresh installation of Ubuntu. By the end, you will have a fully functional Ubuntu system ready for programming, development, and other STEM-related tasks.
Objectives
By completing this exercise, you will:
- Learn how to create a bootable USB drive with Ubuntu.
- Gain the skills to configure BIOS/UEFI settings to boot from USB.
- Understand how to perform a fresh installation of Ubuntu.
- Set up Ubuntu for development and IT-related tasks.
Materials
- A computer: A desktop or laptop that you will install Ubuntu on.
- USB drive (minimum 8GB): This will be used to create a bootable Ubuntu installation media.
- Ubuntu ISO file: The installation image for Ubuntu (download from the official website).
- Another computer: Used to create the bootable USB drive.
- Internet connection: For downloading necessary files and updates.
Preparation Steps
- Download the Ubuntu ISO:
- Go to the official Ubuntu website and download the latest stable version of the Ubuntu ISO file.
- Create a Bootable USB Drive:
- Use a tool like Rufus (Windows) or Etcher (Linux/Mac) to create a bootable USB drive.
- Insert the USB drive into the computer and launch the tool.
- Select the downloaded Ubuntu ISO file and follow the tool's instructions to write it to the USB drive.
- Backup Your Data (Optional):
- Ensure that you back up any important data from the computer you're installing Ubuntu on, as the installation will erase existing data.
Execution Steps
Insert the Bootable USB Drive:
- Plug the USB drive with the Ubuntu installation into the target computer.
Access the BIOS/UEFI Settings:
- Power on the computer and press the appropriate key (often F2, F10, or DEL) to enter the BIOS or UEFI settings.
Configure Boot Order:
- In the BIOS/UEFI settings, navigate to the boot menu.
- Set the boot priority to boot from the USB drive first.
- Save the changes and exit the BIOS/UEFI.
Start Ubuntu Installation:
- Restart the computer, and it should boot from the USB drive into the Ubuntu installation menu.
- Select "Install Ubuntu" from the options presented.
Select Language and Keyboard Layout:
- Choose your preferred language and keyboard layout.
Prepare Disk for Installation:
- Select the installation type (e.g., "Erase disk and install Ubuntu" for a fresh install).
- Choose the disk where Ubuntu will be installed.
Configure User and Time Zone:
- Set your time zone and create a user account with a password.
Begin Installation:
- Click "Install Now" to begin the installation process.
- Wait for the installation to complete, which may take some time depending on your system.
Reboot and Remove USB Drive:
- Once the installation is complete, the system will prompt you to restart.
- Remove the USB drive and press "Enter" to reboot the system.
Complete Post-Installation Setup:
- After rebooting, you will be greeted by the Ubuntu login screen. Log in with your username and password.
- Complete any additional setup steps (e.g., installing updates or additional software).
Further Reading