How to Fix Low Disk Space Issues on Ubuntu Linux
Before starting the installation, prepare the following items:
Raspberry Pi board (Pi 4, Pi 400, Pi 5, etc.)
microSD card (recommended: 16GB or larger)
microSD card reader
A PC or laptop (Windows, macOS, or Linux)
Power adapter
Monitor and HDMI cable
Keyboard and mouse
The microSD card serves as the main storage device for Raspberry Pi, so using a reliable card is strongly recommended for stability.
There are several ways to install Raspberry Pi OS, but the officially recommended and most user-friendly method is using Raspberry Pi Imager.
Raspberry Pi Imager simplifies the entire process by handling the following tasks automatically:
Downloading Raspberry Pi OS
Formatting the microSD card
Writing the OS image
Applying initial configuration settings
This approach significantly reduces complexity, especially for beginners.
![]() |
| Raspberry Pi Imager |
Raspberry Pi Imager is the official image-writing tool developed by the Raspberry Pi Foundation.
It provides a simple interface that allows users to select an operating system, choose a storage device, and write the image in just a few clicks.
Visit the official Raspberry Pi website and download Raspberry Pi Imager.
Choose the version suitable for your operating system (Windows, macOS, or Linux).
Install the application following the on-screen instructions.
Once installation is complete, launch Raspberry Pi Imager to begin.
Raspberry Pi OS is installed directly onto a microSD card.
If the card has been used previously, its contents will be erased during the installation process, so be sure to back up any important data beforehand.
Insert the microSD card into the card reader and connect it to your computer.
Raspberry Pi Imager will automatically detect the connected storage device.
After launching Raspberry Pi Imager, you will see three main options:
Choose OS
Choose Storage
Write
Click Choose OS to view the available operating systems. Common options include:
Raspberry Pi OS (64-bit)
Raspberry Pi OS (32-bit)
Raspberry Pi OS Lite (Legacy, 32-bit)
For first-time users, Raspberry Pi OS (32-bit) is generally the best choice because it includes a graphical interface and essential applications.
![]() |
| Choose OS |
Raspberry Pi Imager includes an Advanced Settings feature that allows you to configure basic system options before installation.
After selecting the OS, click the gear icon to open the Advanced Settings menu.
Setting the hostname
Creating a user account and password
Configuring Wi-Fi credentials
Setting locale, language, and keyboard layout
Enabling SSH access
These options are especially useful for headless setups, where Raspberry Pi is used without a monitor or keyboard and accessed remotely from the start.
Once all settings are configured, click the Write button.
Raspberry Pi Imager will automatically perform the following steps:
Download the selected Raspberry Pi OS image
Format the microSD card
Write the OS image to the card
Verify the written data
The process typically takes only a few minutes, depending on internet speed and microSD card performance.
After installation is complete, safely eject the microSD card from your computer.
Then proceed as follows:
Insert the microSD card into the Raspberry Pi
Connect the monitor, keyboard, and mouse
Plug in the power adapter
Once powered on, the Raspberry Pi will automatically begin the boot process.
If you installed Raspberry Pi OS with Desktop, a setup wizard will appear during the first boot.
Language and region selection
Keyboard layout confirmation
User account setup
Wi-Fi network connection
System update
After completing these steps, you will be taken to the Raspberry Pi OS desktop environment.
Raspberry Pi OS Lite does not include a graphical interface. After booting, the system displays a terminal login screen.
All configuration is performed using command-line tools.
If SSH was enabled during installation, you can log in remotely without connecting a monitor.
This version is commonly used for servers, automation systems, and headless environments.
Once Raspberry Pi OS is installed, the following steps are recommended:
Update the system packages (apt update and apt upgrade)
Verify time zone and locale settings
Disable unnecessary services if needed
Create regular backups of the microSD card
These basic maintenance steps help ensure a stable and reliable Raspberry Pi environment.
The Raspberry Pi OS installation process is an essential step in understanding the Raspberry Pi environment and represents the first stage in learning how a Linux operating system works.
By using Raspberry Pi Imager, the installation can be completed quickly and reliably without complex configuration, although alternative installation methods are also available.
Users can simply choose the method that feels most comfortable for them.