this post was submitted on 04 Sep 2025
59 points (96.8% liked)
Linux
9303 readers
307 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Don't run
sha256sum -c
on your suspect file — it expects to be passed a file containing hashes and other filenames. sha256sum the iso itself instead and check by eye, or make such a hash file.Downloaded the Gentoo LiveUSB image again from a running Gentoo LiveUSB session, from gentoo.org and also the .iso.sha256 file. Ran 'sha256sum' on both files. They mismatch. Photo included.
I think you need to run
sha256sum -c *.iso.sha256
(note the-c
) to check the .iso file against the downloaded .sha256 file. Or justcat
the .sha256 file and check that its content matches your output here.