LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Arch (https://www.linuxquestions.org/questions/arch-29/)
-   -   having trouble verifying the .iso for installation (https://www.linuxquestions.org/questions/arch-29/having-trouble-verifying-the-iso-for-installation-4175555017/)

remn 10-01-2015 02:08 PM

having trouble verifying the .iso for installation
 
I'm trying to install arch for the first time, but I haven't been able to get past the verification stage. First I tried using the pgp signature but I was unable to import the key from the server (keyserver communications error: general error).

Then I tried using both the MD5 and SHA1 checksums but neither matched when I checked them at onlinemd5.com. I downloaded the .iso from the magnet link at this site:

https://www.archlinux.org/download/

That's also where I got the checksums. Any suggestions? Is the torrent file corrupt or are the checksums out of date?

Rinndalir 10-01-2015 03:28 PM

md5sum arch.iso

or

sha1sum arch.iso

then compare them visually

If you have the arch.iso.asc file you can also do another quick test of file integrity
(which is what the two above give you)

gpg --verify arch.iso.asc

remn 10-01-2015 03:59 PM

Thanks! the md5 matched when I did it from the command line. So does that mean the website I used just doesn't work? I got a totally different hash from onlinemd5.com. Anyway now I'm ready to move ahead with installation, thanks so much!!

Quote:

Originally Posted by Rinndalir (Post 5428453)
md5sum arch.iso

or

sha1sum arch.iso

then compare them visually

If you have the arch.iso.asc file you can also do another quick test of file integrity
(which is what the two above give you)

gpg --verify arch.iso.asc


Rinndalir 10-01-2015 07:27 PM

Quote:

Originally Posted by remn (Post 5428469)
So does that mean the website I used just doesn't work? I got a totally different hash from onlinemd5.com.

It means always rely on your self and the tools you have at hand.


All times are GMT -5. The time now is 12:08 PM.