Connect a SD Card to the computer, open Raspberry Pi Imager.
Under "Raspberry Pi Device" select "RASPBERRY PI 5", under "Operating System" select "RASPBERRY PI OS LITE (64-BIT)" and under "Storage" select your SD card. Click "NEXT".
Click "EDIT SETTINGS". Set a username and password. Under "Services" active "Enable SSH" and select "Use password authentication". If the setup is done over wireless LAN, also configure these settings. Click "SAVE", "YES" and "YES" again to write the microSD card.
Boot the Raspberry Pi from the microSD Card
Insert the microSD card into the Raspberry Pi 5.
Connect a network cable if using a wired network connection.
Power on the Raspberry Pi.
Once the Rasperry Pi appears on the network, SSH into the device using the credentials set in the previous step.
Configure the Raspberry Pi for the Installation
Ensure that your Raspberry Pi runs the latest software.
sudo apt update && sudo apt full-upgrade
Use lsblk to check if the SSD is installed correctly.
lsblk -f
The SSD should usually show up as nvme0n1.
Write the Home Assistant image to the SSD.
sudo rpi-imager --cli haos_rpi5-64-14.2.img.xz /dev/nvme0n1
Make sure the name of the image in the command is the same as the file downloaded.