Step-by-Step Guide to Install Ubuntu Desktop

How to Install Ubuntu Step by Step Guide (2026 Beginner Tutorial)

Ubuntu is one of the most beginner-friendly Linux distributions. This guide will help you install Ubuntu Desktop on your laptop or PC using the official Ubuntu documentation.

Official Ubuntu Documentation

What You Need Before Installing Ubuntu

Minimum Requirements

  • 4 GB RAM (8 GB recommended)
  • 25 GB free storage
  • USB Drive (8 GB or more)
  • Internet connection

Things to Keep Ready

  • Backup your important files
  • Laptop charger connected
  • USB flash drive

Step 1 — Download Ubuntu ISO

Go to the official Ubuntu download page:

Download Ubuntu Desktop ISO

Download the latest LTS version (recommended for stability). (Ubuntu)

Step 2 — Create a Bootable USB Drive

You need software to make your USB bootable.

Windows

  • Rufus
  • BalenaEtcher

macOS/Linux

  • BalenaEtcher
Image
Image
Image
Image
Image
Image

Using Rufus (Windows)

  1. Insert USB drive
  2. Open Rufus
  3. Select Ubuntu ISO
  4. Choose:
    • GPT for UEFI systems
    • MBR for older BIOS systems
  5. Click Start

⚠️ This will erase all USB data. (Ubuntu)

Step 3 — Boot From USB

Insert the USB into the PC where you want Ubuntu installed.

Restart the computer and press boot menu key:

BrandBoot Key
HPEsc / F9
DellF12
LenovoF12
ASUSEsc
AcerF12

Choose the USB device from the boot menu.

Image
Image
Image
Image
Image
Image

Ubuntu installer will load. (Ubuntu)

Step 4 — Choose “Install Ubuntu”

You will see two options:

  • Try Ubuntu
  • Install Ubuntu

Click:

Install Ubuntu

Image
Image
Image
Image
Image
Image

Step 5 — Select Language & Keyboard

Choose:

  • Language
  • Keyboard layout

Then click Continue.

Step 6 — Connect Wi-Fi

Connect to the internet.

This helps Ubuntu:

  • Download updates
  • Install drivers
  • Configure NVIDIA graphics automatically

(Ubuntu)

Step 7 — Installation Type

Ubuntu gives different installation options.

Option 1 — Erase Disk and Install Ubuntu

Use this if:

  • You want only Ubuntu
  • You do not need Windows

⚠️ Deletes everything.

Option 2 — Install Ubuntu Alongside Windows

Use this for dual boot.

You can choose:

  • Windows
  • Ubuntu

during startup.

Image
Image
Image
Image
Image
Image
Image

(Ubuntu)

Step 8 — Select Time Zone

Choose your:

  • Country
  • Time zone

Example:

  • India → Asia/Kolkata

Step 9 — Create User Account

Enter:

  • Your name
  • PC name
  • Username
  • Password

Example:

FieldExample
NameXavier
Computer Nameubuntu-pc
Usernamexavier
PasswordStrong password

Step 10 — Install Ubuntu

Ubuntu will now:

  • Copy files
  • Install packages
  • Configure system

This may take:

  • 10–30 minutes
Image
Image
Image
Image
Image
Image
Image
Image

Step 11 — Restart Computer

After installation:

  1. Click Restart Now
  2. Remove USB drive
  3. Press Enter

Ubuntu will boot from your hard drive.

Step 12 — First Login

Enter your password.

You will see the Ubuntu Desktop.

Image
Image
Image
Image
Image
Image

Recommended First Commands After Installation

Open Terminal using:

Ctrl + Alt + T

Run:

sudo apt update && sudo apt upgrade -y

Install useful tools:

sudo apt install git curl wget vim net-tools -y

Install Ubuntu in VirtualBox (Optional)

If you do not want to install directly on your PC, use VirtualBox.

Official guide:

Ubuntu VirtualBox Installation Guide

Common Problems & Fixes

USB Not Detecting

  • Disable Secure Boot
  • Enable USB Boot in BIOS

Black Screen After Install

Try:

nomodeset

during boot.

Wi-Fi Not Working

Run:

sudo ubuntu-drivers autoinstall

Best Ubuntu Version for Beginners

VersionRecommended For
Ubuntu 24.04 LTSMost users
Ubuntu 22.04 LTSOlder hardware
Ubuntu ServerServers only

1 thought on “Step-by-Step Guide to Install Ubuntu Desktop”

Leave a Comment