Verify your download Run this command in your terminal in the directory the iso was downloaded to verify the SHA256 checksum:
echo "{{ appliance.checksum.raspberrypi }}" | shasum -a 256 --check
You should get the following output:
{{ appliance.iso_url.raspberrypi }}: OK
Or follow this tutorial to learn how to verify downloads