helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
805 stars 58 forks source link

MD5 Hashes Seem to Be Incorrect #398

Closed D2MS11 closed 1 year ago

D2MS11 commented 1 year ago

When I download the hello-0.7.0_0G160-FreeBSD-13.0-amd64.iso and I look at the MD5 hash I get the following... 8bae8b7cc0ad973897b9687ee5d58058 which is not the hash shown in hello-0.7.0_0G160-FreeBSD-13.0-amd64.iso.md5

When I download hello-0.7.0_0G160-FreeBSD-13.0-amd64.developer.img I get the following MD5 hash... 484cd3b7bcde17a9fd39434500a6b10d Also not the hash listed in hello-0.7.0_0G160-FreeBSD-13.0-amd64.developer.img.md5

Perhaps I am doing something wrong

probonopd commented 1 year ago

Hi @D2MS11, thanks for reporting. However, I cannot reproduce the issue.

Seems to be working for me:

% wget https://github.com/helloSystem/ISO/releases/download/r0.7.0/hello-0.7.0_0G160-FreeBSD-13.0-amd64.iso

% md5 hello-0.7.0_0G160-FreeBSD-13.0-amd64.iso
MD5 (hello-0.7.0_0G160-FreeBSD-13.0-amd64.iso) = 8bae8b7cc0ad973897b9687ee5d58058

% wget https://github.com/helloSystem/ISO/releases/download/r0.7.0/hello-0.7.0_0G160-FreeBSD-13.0-amd64.iso.md5

% cat hello-0.7.0_0G160-FreeBSD-13.0-amd64.iso.md5 
MD5 (/usr/local/furybsd/iso/hello-0.7.0_0G160-FreeBSD-13.0-amd64.iso) = 8bae8b7cc0ad973897b9687ee5d58058

So, the md5 of the downloaded ISO matches what it says in the .md5 file.

(I did not test the developer ISO, but I'd assume that it also works.)

Can you please retest the above, using freshly downloaded ISOs. Maybe your download was corrupted?

In case you still get different md5s, we need to investigate more deeply what is going on.

D2MS11 commented 1 year ago

Hello @probonopd

Thank you for the quick response. I tried downloading the files on another computer and now I am getting the correct hash results.

You're probably correct that my download attempts got corrupted the first time I tried getting them.

I will close this issue.

Thank you very much for your assistance!