Ubuntu 20.04 LTS Installation Guide¶
Follow this guide to install Ubuntu 20.04 LTS (Long Term Support) on your computer. Whether you’re setting up a new machine or upgrading from an older version, these steps will help you get Ubuntu up and running.
Prerequisites¶
Before you start the installation, ensure the following:
- A backup of your data if you’re installing over an existing system.
- A USB flash drive with at least 8GB of space or a blank DVD.
- Internet connection (optional, for updates during installation).
Step 1: Download Ubuntu¶
- Go to the official Ubuntu website.
- Download the Ubuntu 20.04 LTS ISO file.
Step 2: Create a Bootable USB or DVD¶
For USB:
- Download and install a tool like Rufus or balenaEtcher on another working system.
- Connect your USB flash drive to the system.
- Open your chosen tool and select the downloaded ISO file.
- Choose the USB drive as the target and start the process to create a bootable USB.
For DVD:
- Insert a blank DVD into your DVD writer.
- Use your system’s burning software to select the ISO and write it to the DVD.
Step 3: Boot From the USB/DVD¶
- Insert the USB flash drive or DVD into the system you want to install Ubuntu on.
- Restart the system.
- Enter the BIOS/UEFI setup (usually by pressing
F2,F12,Del, orEscduring startup). - Set the USB/DVD drive as the first boot device.
- Save the changes and exit the BIOS/UEFI setup.
Step 4: Install Ubuntu¶
- Your computer should now boot from the USB/DVD and display the Ubuntu installer welcome screen.
- Click “Install Ubuntu”.
- Select your language and click “Continue”.
- Choose your keyboard layout and click “Continue”.
- Connect to a Wi-Fi network if available (optional).
- Choose installation type: Minimal installation (Recommended for ISPCRM)
- Decide on installation options:
- Erase disk and install Ubuntu: This will format the entire disk.
- Something else: To manually partition the drive (advanced users).
- Follow the prompts to set your time zone and user details.
- Wait for the installation to complete. It may take some time depending on the speed of your computer and USB/DVD drive.
- Once installed, you’ll be prompted to remove the installation media and press
Enterto restart the computer.
Step 5: Post-Installation¶
- Your computer should boot into Ubuntu. Log in with the username and password you created during installation.
- Update your system by opening a terminal and running:
sudo apt update && sudo apt upgrade - Install any additional drivers if necessary from the “Software & Updates” utility under the “Additional Drivers” tab.
- Enjoy your new Ubuntu 20.04 LTS installation!