How to verify the ISO image on Windows

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Locked
User avatar
JoeFootball
Level 13
Level 13
Posts: 4673
Joined: Tue Nov 24, 2009 1:52 pm
Location: /home/usa/mn/minneapolis/joe

Re: How to verify the ISO image on Windows

Post by JoeFootball »

FuaK wrote: Because none of the mirrors that I have used can reach to the same HASH as provided in the .txt.
You've forgotten the SHA256 option in the CertUtil command, so it's defaulting to the SHA1 hash.

Per the tutorial, it should be ...

Code: Select all

CertUtil -hashfile filename.iso SHA256
FuaK
Level 1
Level 1
Posts: 2
Joined: Wed May 19, 2021 9:11 pm

Re: How to verify the ISO image on Windows

Post by FuaK »

JoeFootball wrote: Thu May 20, 2021 5:31 am
FuaK wrote: Because none of the mirrors that I have used can reach to the same HASH as provided in the .txt.
You've forgotten the SHA256 option in the CertUtil command, so it's defaulting to the SHA1 hash.

Per the tutorial, it should be ...

Code: Select all

CertUtil -hashfile filename.iso SHA256
Wooooooooooooooooooooooops! Thanks a lot!!

These noobs... right? Getting back on it.
itinkeralot
Level 1
Level 1
Posts: 1
Joined: Fri Jun 04, 2021 5:44 pm

Re: How to verify the ISO image on Windows

Post by itinkeralot »

This information was very helpful and clear to me. Great job. :D
d_nk
Level 1
Level 1
Posts: 1
Joined: Tue Jul 13, 2021 8:45 am

Re: How to verify the ISO image on Windows

Post by d_nk »

Hi!
When I type command "CertUtil -hashfile filename.iso SHA256" command failed and I get error 0xd0000225 (-805305819). I decided to mount the ISO image without checking, but when I tried it I get a massege "need to download additional files 'Idlinux.sys' and 'Idlinux.bss' from the Internet" so I didn't go further. Can you advise a solution?
User avatar
JoeFootball
Level 13
Level 13
Posts: 4673
Joined: Tue Nov 24, 2009 1:52 pm
Location: /home/usa/mn/minneapolis/joe

Re: How to verify the ISO image on Windows

Post by JoeFootball »

d_nk wrote: Can you advise a solution?
Can't help you with the Windows error, but you should be able to generate a SHA256 hash by other means. A quick internet search revealed several options. For example ...

https://www.nextofwindows.com/5-ways-to ... windows-10

Edit: My search results ...
https://duckduckgo.com/?q=windows+sha256
windowslinuxuser
Level 1
Level 1
Posts: 1
Joined: Wed Jul 21, 2021 7:57 am

Re: How to verify the ISO image on Windows

Post by windowslinuxuser »

Not able to download the files, just get a windows pop wanting me to download an HTML file called "download", BTW I right-clicked and followed all the instructions up to that point, so something must have happened to those files or the instructions aren't complete.
Screenshot 2021-07-21 235314.jpg
Screenshot 2021-07-21 235358.jpg
User avatar
JoeFootball
Level 13
Level 13
Posts: 4673
Joined: Tue Nov 24, 2009 1:52 pm
Location: /home/usa/mn/minneapolis/joe

Re: How to verify the ISO image on Windows

Post by JoeFootball »

windowslinuxuser wrote: ... something must have happened to those files ...
It's not the files, but the EvoWise CDN again, which has always proved problematic in my personal experience. It should come back online soon.

You can find them on the HEAnet mirror as well, which is the source from which the other mirrors propagate.

https://ftp.heanet.ie/pub/linuxmint.com/stable/
User avatar
xenopeek
Level 25
Level 25
Posts: 29597
Joined: Wed Jul 06, 2011 3:58 am

Re: How to verify the ISO image on Windows

Post by xenopeek »

JoeFootball wrote: Wed Jul 21, 2021 8:50 am You can find them on the HEAnet mirror as well, which is the source from which the other mirrors propagate.

https://ftp.heanet.ie/pub/linuxmint.com/stable/
The sha256sum files are located on each mirror.
Image
User avatar
JoeFootball
Level 13
Level 13
Posts: 4673
Joined: Tue Nov 24, 2009 1:52 pm
Location: /home/usa/mn/minneapolis/joe

Re: How to verify the ISO image on Windows

Post by JoeFootball »

It should come back online soon.
Apparently the EvoWise mirror has been retired. :?
Locked

Return to “Tutorials”