Hello! “sha256sum” isn’t on MacOS builds by default, but there is shasum -a 256. If you run sha256sum -c SHA256SUMS 2>&1 | grep OK it will always return an empty response,
If you get no results (or any result other than that shown above) then the ISO file does not match the checksum. This could be because the ISO has been altered, or it downloaded incorrectly - either way you should download a fresh ISO from a known good source.
I just thought I’d mention that I got no results when checking my iso but the file apparently worked fine nonetheless. I downloaded it a second time and checked it again before creating the startup disk but still got no result. Eventually on the advice of a fellow community member from a local forum, I decided to assume the file was okay and proceed. Everything seems to have worked well. I still don’t know why I didn’t get the “OK”, though.
This was on Ubuntu. I am just noticing right now that someone mentioned the command sha256sum -c SHA256SUMS 2>&1 | grep OK will always return an empty response on MacOS. Maybe it was the same problem for me, or a similar one.