18.2 wrong checksum [SOLVED]

Post Reply
Message
Author
User avatar
jboadas
Posts: 2
Joined: Wed Apr 10, 2019 1:15 pm

18.2 wrong checksum [SOLVED]

#1 Post by jboadas »

I got MX Linux from here:

http://linuxfreedom.com/mxlinux/MX/Fina ... .2_x64.iso

MD5 from here:
http://linuxfreedom.com/mxlinux/MX/Fina ... 64.iso.md5
sha256 from here:
http://linuxfreedom.com/mxlinux/MX/Fina ... iso.sha256
and sig from here:
http://linuxfreedom.com/mxlinux/MX/Fina ... 64.iso.sig

After that I got the Keys

Code: Select all

gpg --keyserver hkp://keys.gnupg.net --recv-keys B9B6375C 0679EE98 892C32F1
Then

Code: Select all

cat *.md5 | md5sum -c
md5sum: WARNING: 1 computed checksum did NOT match

Code: Select all

cat *.sha256 | sha256sum -c
sha256sum: WARNING: 1 computed checksum did NOT match

Code: Select all

gpg --verify MX-18.2_x64.iso.sig
gpg: assuming signed data in `MX-18.2_x64.iso'
gpg: Signature made Sat 06 Apr 2019 09:55:58 AM -04 using RSA key ID B9B6375C
gpg: BAD signature from "Dolphin Oracle (mxlinux) <dolphinoracle@gmail.com>"
After that, burned the image to a usb drive and into the folder antiXlive/antiX
run the command

Code: Select all

cat *.md5 | md5sum -c
and got

Code: Select all

initrd.gz: OK
linuxfs: FAILED
vmlinuz: OK
md5sum: WARNING: 1 computed checksum did NOT match
What I am doing wrong?, or I need to download the image again, is third time I download this image from a different site.
please anybody can point me into a download that don't fail the checksum
Thanks in advance
Last edited by jboadas on Wed Apr 10, 2019 2:23 pm, edited 1 time in total.

User avatar
kmathern
Developer
Posts: 2408
Joined: Wed Jul 12, 2006 2:26 pm

Re: 18.2 wrong checksum

#2 Post by kmathern »

jboadas wrote: Wed Apr 10, 2019 1:56 pm

Code: Select all

cat *.sha256 | sha256sum -c
sha256sum: WARNING: 1 computed checksum did NOT match
...What I am doing wrong?
Assuming iso and sha256 files are in the same directory, check it like this:

Code: Select all

sha256sum -c MX-18.2_x64.iso.sha256
Which gives the following:

Code: Select all

$ sha256sum -c MX-18.2_x64.iso.sha256
MX-18.2_x64.iso: OK
Last edited by kmathern on Wed Apr 10, 2019 2:17 pm, edited 1 time in total.

User avatar
Stevo
Developer
Posts: 12838
Joined: Fri Dec 15, 2006 8:07 pm

Re: 18.2 wrong checksum

#3 Post by Stevo »

What is one of the checksums that the ISO actually produces?

If you download using Bittorrent, it automatically makes sure you get a good ISO.

User avatar
jboadas
Posts: 2
Joined: Wed Apr 10, 2019 1:15 pm

Re: 18.2 wrong checksum

#4 Post by jboadas »

I downloaded it from another site and now its ok

Code: Select all

Check MD5...
MX-18.2_x64.iso: OK
Check SHA256...
MX-18.2_x64.iso: OK
Check SIG...
gpg: assuming signed data in `MX-18.2_x64.iso'
gpg: Signature made Sat 06 Apr 2019 09:55:58 AM -04 using RSA key ID B9B6375C
gpg: Good signature from "Dolphin Oracle (mxlinux) <dolphinoracle@gmail.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: F62E DEAA 3AE7 0A9C 99DA  C418 9B68 A1E8 B9B6 375C

User avatar
timkb4cq
Developer
Posts: 3205
Joined: Wed Jul 12, 2006 4:05 pm

Re: 18.2 wrong checksum

#5 Post by timkb4cq »

Try
http://mxrepo.com/Final/MX-18.2/
I just downloaded again from there to check.

Code: Select all

$ cat *.md5 | md5sum -c
MX-18.2_x64.iso: OK
tim@mx15:~/Shared/Tim Packages
$ cat *.sha256 | sha256sum -c
MX-18.2_x64.iso: OK
tim@mx15:~/Shared/Tim Packages
$ gpg --keyserver hkp://keys.gnupg.net --recv-keys B9B6375C 0679EE98 892C32F1
gpg: requesting key B9B6375C from hkp server keys.gnupg.net
gpg: requesting key 0679EE98 from hkp server keys.gnupg.net
gpg: requesting key 892C32F1 from hkp server keys.gnupg.net
gpg: key B9B6375C: "Dolphin Oracle (mxlinux) <dolphinoracle@gmail.com>" not changed
gpg: key 0679EE98: "Adrian <adrian@mxlinux.org>" not changed
gpg: key 892C32F1: "Steven Pusser <stevep@mxlinux.org>" not changed
gpg: Total number processed: 3
gpg:              unchanged: 3
tim@mx15:~/Shared/Tim Packages
$ gpg --verify MX-18.2_x64.iso.sig
gpg: assuming signed data in `MX-18.2_x64.iso'
gpg: Signature made Sat 06 Apr 2019 09:55:58 AM EDT using RSA key ID B9B6375C
gpg: Good signature from "Dolphin Oracle (mxlinux) <dolphinoracle@gmail.com>"
The same files are also available at
http://nl.mxrepo.com/Downloads/Final/MX-18.2/
http://it.mxrepo.com/Downloads/Final/MX-18.2/
http://la.mxrepo.com/Final/MX-18.2/
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
Eadwine Rose
Administrator
Posts: 11968
Joined: Wed Jul 12, 2006 2:10 am

Re: 18.2 wrong checksum

#6 Post by Eadwine Rose »

Stevo wrote: Wed Apr 10, 2019 2:17 pm What is one of the checksums that the ISO actually produces?

If you download using Bittorrent, it automatically makes sure you get a good ISO.
I remember one instance where one of those downloads did NOT get a good iso.. so.. it may be overkill but check the iso regardless.
MX-23.2_x64 July 31 2023 * 6.1.0-20-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

Post Reply

Return to “General”