Install Raspberry Pi OS
First you need an operating system on the server
Last updated
Was this helpful?
First you need an operating system on the server
Last updated
Was this helpful?
Was this helpful?
Just follow the official tutorial: https://www.raspberrypi.org/documentation/installation/installing-images/linux.md
It's simple on Linux. Here is my one-liner:
unzip -p 2022-01-28-raspios-bullseye-arm64.zip \
| sudo dd of=/dev/sdX bs=4M conv=fsync status=progress
Or if you install something like LibreELEC
gzip -d -c LibreELEC-RPi4.arm-10.0.1.img.gz \
| sudo dd of=/dev/sdX bs=4M conv=fsync status=progress
Or if you install something like Manjaro
xz -d -c Manjaro-ARM-xfce-rpi4-21.12.img.xz \
| sudo dd of=/dev/sdX bs=4M conv=fsync status=progress
It's simple on Windows.
Images downloaded by Raspberry Pi Imager are stored in C:\Users\YOUR_USER_NAME\AppData\Local\Raspberry Pi\Imager\cache
. It stores only the last image by the name lastdownload.cache