Ubuntu Desktop install Partitioning

Install Ubuntu Desktop (step by step)

A safe default path for installing Ubuntu Desktop on a dedicated machine — with partitioning warnings and first-boot verification.

20 min read Beginner Updated 9 Jun 2026

Step-by-step guide

Work through each section in order. Stop when your issue is resolved — you do not need every step for every situation.

Warning

Installing Linux can overwrite disks and boot loaders. If you dual-boot with Windows, back up Windows and understand partition changes before continuing.

What you will achieve

Ubuntu Desktop installed on a dedicated machine (or prepared disk space) with updates applied and basic hardware verified.

0) Choose your install model

  • Whole disk Ubuntu — simplest; installer can erase the entire target disk.
  • Dual boot with Windows — shrink Windows from Windows Disk Management first; leave unallocated space for Ubuntu.
  • Replace existing Linux — identify correct partitions with lsblk before install.

1) Download the official ISO

Download Ubuntu Desktop LTS from Canonical’s official site for the release you intend to run. For security-sensitive environments, verify the ISO checksum published alongside the download.

2) Create a bootable USB

  1. Use an 8 GB+ USB 3 stick when possible.
  2. On Windows: use Rufus or balenaEtcher with the ISO. On macOS/Linux: use the startup disk creator or dd only if you are confident targeting the correct device.
  3. Eject safely and insert into the target PC.

3) Boot the installer (UEFI)

  1. Disable Fast Boot in Windows firmware if dual-booting and the USB is skipped.
  2. Open the firmware boot menu and select the UEFI USB entry.
  3. Choose Try or Install Ubuntu.

4) Installer choices

  1. Select language, keyboard, and connect network (Ethernet recommended for large downloads).
  2. For a dedicated machine, Erase disk and install Ubuntu is the straightforward option.
  3. For dual-boot or manual layout, choose Something else and assign mount points — typical layout: EFI System Partition (if not already present), / on ext4, optional swap or swap file.
  4. Create your user with a strong password. Enable encrypt the new Ubuntu installation if you need full-disk encryption (LUKS).
Custom partitioning

Incorrect partition edits are the fastest route to data loss. If unsure, stop and seek help before applying changes.

5) First boot checks

Open Terminal and run:

sudo apt update
sudo apt upgrade -y
uname -a
lsblk
  • apt update should complete without repository errors.
  • Confirm Wi‑Fi/Ethernet, audio, Bluetooth, suspend/resume.
  • Check Software & Updates → Additional Drivers for proprietary GPU or Wi‑Fi drivers if hardware is missing.
  • If dual-booting, verify Windows still boots from the firmware boot menu.
dual boot install linux ubuntu uefi