Install Raspberry Pi OS
First you need an operating system on the server
Linux
unzip -p 2022-01-28-raspios-bullseye-arm64.zip \
| sudo dd of=/dev/sdX bs=4M conv=fsync status=progressgzip -d -c LibreELEC-RPi4.arm-10.0.1.img.gz \
| sudo dd of=/dev/sdX bs=4M conv=fsync status=progressxz -d -c Manjaro-ARM-xfce-rpi4-21.12.img.xz \
| sudo dd of=/dev/sdX bs=4M conv=fsync status=progressWindows

Last updated