I have a Raspberry Pi 500 (aarch64) and tried with this image:
https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/agama-installer.aarch64-17.0.0-openSUSE_PXE-Snapshot20250930.raw.xz
I wrote it to my SD card with:
xzcat agama-installer.aarch64-17.0.0-openSUSE_PXE-Snapshot20250930.raw.xz | dd bs=4M of=/dev/sda status=progress; sync
But it can not boot due to my screenshot
What should I do?
Thank you.