Rocky Linux 10 Raspberry Pi Image This image is always available at: https://dl.rockylinux.org/pub/rocky/10/images/aarch64/Rocky-10-SBC-RaspberryPi.latest.aarch64.raw.xz They have been tested on Raspberry Pi 4 and 5. Rocky Linux 10 WILL NOT WORK on a Raspberry Pi 1 or 2 (1.1 or earlier) as they are 32-bit only, and Rocky Linux only supports arm64 (aarch64). Rocky Linux 10 WILL NOT WORK on a Raspberry Pi 3 due to lack of MBR on the images. QUICK START: #################################################### Download the latest image, and write it to your raw microSD memory card (or other boot device). GUI WAY (Linux/Win/Mac) Grab a program like Balena Etcher ( https://www.balena.io/etcher/ ) GUI-based disk writer. Insert your SD card and follow the instructions. It will extract and write your disk image. COMMAND LINE WAY (assumes Linux system on a root (sudo su) shell): xzcat Rocky_Image_file.raw.xz > /dev/sdX (where X is the letter of your usb or memory card device, you can use fdisk -l to find which one) BE CAREFUL, be sure which device you are writing to before you do it! Don't accidentally blow away your laptop/desktop hard drive! Once your storage device is written to, you should be able to plug it in to a Raspberry Pi and boot! Default username: rocky Default password: rockylinux Run "sudo rootfs-expand" to grow the partition and use all of your memory card or hard drive. Thanks for your interest on Rocky-on-Rpi, feel free to share your experience or contribute in our chat channel at: https://chat.rockylinux.org/rocky-linux/channels/altarch ! -Rocky Linux AltArch Group