Ghost ISO (lol) can't check SHA512

I’m writing this for a laugh: we’re off to a bad start, downloaded ISO and when checking sha512 the terminal says the file doesn’t exist. When it happened the first time I thought the ISO was faulty because the Internet was very weak today (then I learned from the provider that they had a line failure) and I downloaded again, same result. As you can see from the image the file is present next to the terminal. Now I’m sleepy and I don’t feel like doing anything else if I have time tomorrow I’ll try again.

Ciao

I’m sleepy too and remembering my failures after cd and leading the command right to the file…

one time I took some advice and changed the /media/dominum/etc/etc part to ~/Downloads and it magically worked. It was another distro.
Besides shouldn’t your command start with /home/user/media/dom etc etc etc? this seems truncated.

another time I remember needing sudo. that was long ago though.

Maybe this site can help you verify your download: https://discovery.endeavouros.com/installation/how-to-check-and-trust-key-and-signature-for-the-endeavouros-iso/2025/01/

I decided to try this myself. I had to have the ISO file and the sha512sum file in the same directory for the check to work.

EDIT: I’ve tried to move the ISO file somewhere else. If I stay in the same directory where sha512sum file is, it errors out. If I move in the directory where the ISO file and point to the sha512sum file in the command, it works without problem.

Have you downloaded the checksum file?

You need the checksum file from this column. Download from any mirror which is near to you. This file is anyways very small so download speed wouldn’t matter.

Place the file in same directory as the ISO, then run the command you ran.

So, just as an example:

(assuming you downloaded ISO in /media/dominum/Archivio/Download)

cd /media/dominum/Archivio/Download
wget https://mirror.alpix.eu/endeavouros/iso/EndeavourOS_Mercury-2025.02.08.iso.sha512sum
sha512sum -c EndeavourOS_Mercury-2025.02.08.iso.sha512sum

This should output:

EndeavourOS_Mercury-2025.02.08.iso: OK

Let us know if you face issues.

yea it clearly says no such file or directory… it would show something like:
2025-02-17_10-44

its a checksum you can also create it:
sha512sum EndeavourOS_Mercury-2025.02.08.iso
and compare it manually with the one you will find in the checksum file:
EndeavourOS_Mercury-2025.02.08.iso.sha512sum

Latest news: - I managed to get the SHA512 via Power Shell on Windows 11.

  • I could not get the GPG key, the terminal (on Linux Mint)

    says “No data” (see photo).
  • Installed Endeavour on NVMe disk, 197 GB partition (it should be enough considering that all the large files will be hosted on disk (HD) “Archivio”.
  • Quick and perfect installation, no problems.
  • Beautiful!

may they do use a key server where my key is not present…

gpg --keyserver keyserver.ubuntu.com --recv-keys CDF595A1
gpg --keyserver pgp.mit.edu --recv-keys CDF595A1

These have the key…