It's not about those checksums of the ISO itself:
Code: Select all
AVL-MXE-2020.11.23-xfce4-amd64.iso.md5
AVL-MXE-2020.11.23-xfce4-amd64.iso.sha512
Within the antiX folder we have 3 md5sums:
Code: Select all
ls -l
total 3583776
-rw-r--r-- 1 root root 7662155 Nov 24 07:35 initrd.gz
-rw-r--r-- 1 root root 44 Nov 24 07:35 initrd.gz.md5
-rw-r--r-- 1 root root 3656863744 Nov 24 07:42 linuxfs
-rw-r--r-- 1 root root 42 Nov 24 07:42 linuxfs.md5
-rw-r--r-- 1 root root 5258016 Nov 24 07:35 vmlinuz
-rw-r--r-- 1 root root 42 Nov 24 07:35 vmlinuz.md5
Code: Select all
md5sum -c linuxfs.md5
linuxfs: FAILED
md5sum: WARNING: 1 computed checksum did NOT match
md5sum linuxfs
7475ac389c3ead1c7e5a8b228025b0d6 linuxfs
cat linuxfs.md5
cdaf6aace23e4f2e176001727acb52e3 linuxfs
by selecting F4 checkmd5 boot option: and it shows this error warning: The checkmd5 option is also available on UEFI booting in the text-menu or add as kernel option parameter.
On either GUI LUM or CLI-LUM you get a warning when creating a LiveUSB in full featured mode:
GUI-LUM: and the warning CLI-LUM: and the warning The check made by LUM is mainly to make sure that the USB is created correctly
under the assumption the original md5sum on the ISO match to the files on the ISO.
Of course if you creat a DD/dumpt LiveUSB, the md5sum-check is not made by LUM.
You can manually also check the antiX/*.md5 files,
by just mounting the iso with
Code: Select all
isomount isofile-name
If one of those other ISO do match and they have been generated on another hardware, suggest to recreate the ISO where md5sum of linuxfs does not match.
If you cannot find a way of recreating ISO's, as suggested, I might prepare a iso-repack-script, which fixes the wrong md5sum's.
