Checksum problem FreeBSD-13.2

Greetings. I want to install FreeBSD-13.2-RELEASE on my machine(amd64).
I downloaded the FreeBSD-13.2-RELEASE-amd64-memstick.img and CHECKSUM.SHA512-FreeBSD-13.2-RELEASE-amd64 and then I did execute the following command(on Linux):
sha256sum -c CHECKSUM.SHA256-FreeBSD-13.2-RELEASE-amd64
But it printed this: https://bsd.to/aWVb
And the main line is "FreeBSD-13.2-RELEASE-amd64-memstick.img: FAILED". (This is the file I downloaded, memstick img)

I have even tried sha256, but the result is the same.
Any help/advice would be appreciated.
 
You provide a link for downloading sha512 checksum file, but use sha256 one?

Code:
$ fetch https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/13.2/FreeBSD-13.2-RELEASE-amd64-memstick.img
FreeBSD-13.2-RELEASE-amd64-memstick.img               1221 MB   19 MBps 01m01s
$ fetch https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/13.2/CHECKSUM.SHA512-FreeBSD-13.2-RELEASE-amd64
CHECKSUM.SHA512-FreeBSD-13.2-RELEASE-amd64            1811  B   10 MBps    00s
$ sha512sum -c CHECKSUM.SHA512-FreeBSD-13.2-RELEASE-amd64
...
FreeBSD-13.2-RELEASE-amd64-memstick.img: OK
...
$ fetch https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/13.2/CHECKSUM.SHA256-FreeBSD-13.2-RELEASE-amd64
CHECKSUM.SHA256-FreeBSD-13.2-RELEASE-amd64            1171  B 9848 kBps    00s
$ sha256sum -c CHECKSUM.SHA256-FreeBSD-13.2-RELEASE-amd64
...
FreeBSD-13.2-RELEASE-amd64-memstick.img: OK
...
 
I just downloaded a file CHECKSUM.SHA256-FreeBSD-13.2-RELEASE-amd64, so SHA256. Verified that same memstick.img with it.
 
cracauer@ yuripv79 Tieks It was a typo.
I have solved it. I had two RAMs on my linux distribution, one of them had problems. It made hash-calculation issue(s).

Thank you all for the respones.
 
Back
Top