Skip to main content

OS Installation

This guide covers the basic steps to install Ubuntu 24.04 LTS on a Raspberry Pi 5.

Requirements

  • A Raspberry Pi 5
  • A MicroSD card (at least 16GB) or an NVMe SSD
  • A compatible power supply (5V 5A recommended)
  • A computer with an SD card reader and internet access

Step 1: Install Raspberry Pi Imager

  1. On your main computer, download and install the Raspberry Pi Imager.
  2. Open the Imager application.

Step 2: Choose the OS

  1. Click on CHOOSE DEVICE and select Raspberry Pi 5.
  2. Click on CHOOSE OS.
  3. Navigate to Other general-purpose OS > Ubuntu.
  4. Select Ubuntu 24.04 Desktop (or Server if you prefer a headless setup) for the 64-bit architecture.

Step 3: Choose Storage

  1. Insert your MicroSD card or connect your NVMe SSD to your computer.
  2. Click on CHOOSE STORAGE and select your drive. Warning: All data on this drive will be erased.
  1. Click NEXT. When prompted about OS customization, choose EDIT SETTINGS.
  2. Set a hostname (e.g., ubuntu-rpi5).
  3. Enable SSH in the Services tab if you plan to access the Pi remotely.
  4. Set a username and password.
  5. Configure your Wi-Fi network details (if applicable).
  6. Click SAVE and then click YES to apply the settings.

Step 5: Write the Image

  1. Click YES to confirm that you want to overwrite all data on the selected storage.
  2. Wait for the flashing and verification processes to complete.

Step 6: Boot the Raspberry Pi

  1. Remove the SD card/SSD from your computer and insert/connect it to your Raspberry Pi 5.
  2. If using the Desktop version, connect a monitor (via micro-HDMI) and a keyboard.
  3. Plug in the power supply to turn the Raspberry Pi on.
  4. The Raspberry Pi will boot up, configure the initial setup, and present you with the Ubuntu login screen or prompt.