Verify your download
Download the image, plus SHA256SUMS and SHA256SUMS.minisig from the same release folder.
# 1. Checksum sha256sum -c SHA256SUMS # 2. Signature (minisign) — public key at /release-key.pub minisign -Vm SHA256SUMS -P "$(tail -n1 release-key.pub)" # 3. Flash (Linux; or use balenaEtcher / Rufus) xz -dc IMAGE.raw.xz | sudo dd of=/dev/sdX bs=4M status=progress