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
- On your main computer, download and install the Raspberry Pi Imager.
- Open the Imager application.
Step 2: Choose the OS
- Click on CHOOSE DEVICE and select Raspberry Pi 5.
- Click on CHOOSE OS.
- Navigate to Other general-purpose OS > Ubuntu.
- Select Ubuntu 24.04 Desktop (or Server if you prefer a headless setup) for the 64-bit architecture.
Step 3: Choose Storage
- Insert your MicroSD card or connect your NVMe SSD to your computer.
- Click on CHOOSE STORAGE and select your drive. Warning: All data on this drive will be erased.
Step 4: Configure OS Settings (Recommended)
- Click NEXT. When prompted about OS customization, choose EDIT SETTINGS.
- Set a hostname (e.g.,
ubuntu-rpi5). - Enable SSH in the Services tab if you plan to access the Pi remotely.
- Set a username and password.
- Configure your Wi-Fi network details (if applicable).
- Click SAVE and then click YES to apply the settings.
Step 5: Write the Image
- Click YES to confirm that you want to overwrite all data on the selected storage.
- Wait for the flashing and verification processes to complete.
Step 6: Boot the Raspberry Pi
- Remove the SD card/SSD from your computer and insert/connect it to your Raspberry Pi 5.
- If using the Desktop version, connect a monitor (via micro-HDMI) and a keyboard.
- Plug in the power supply to turn the Raspberry Pi on.
- The Raspberry Pi will boot up, configure the initial setup, and present you with the Ubuntu login screen or prompt.