LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-25-2021, 06:39 PM   #1
Scup
LQ Newbie
 
Registered: Apr 2014
Posts: 28

Rep: Reputation: Disabled
Verify Ulyssa ISO


Downloaded Linux mint 20.1 Cinnamon ISO
Tried to follow instructions for Integrity and Authenticity; Integrity passed but must have messed up my Authenticity file/folder location.

What I did was to open the "Home" folder in/on my desktop and created an ISO folder within it. Dragged ISO, Sha256sum.txt, and Sha256sum.txt.gpg into ISO folder. Noted the ISO went in fine but the other two txt files were linked to. Cut an pasted all terminal commands.

scup@GullHaven:~$ cd

scup@GullHaven:~$ cd ISO

scup@GullHaven:~/ISO$ sha256sum -b *.iso
14f73c93f75e873f4ac70b6cddc83703755c2421135a8fbbfd6ccfeed107e971 *linuxmint-20.1-cinnamon-64bit.iso

scup@GullHaven:~/ISO$ gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-key "27DE B156 44C6 B3CF 3BD7 D291 300F 846B A25B AE09"
gpg: key 300F846BA25BAE09: "Linux Mint ISO Signing Key <root@linuxmint.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1

scup@GullHaven:~/ISO$ cd

scup@GullHaven:~$ cd ISO

scup@GullHaven:~/ISO$ gpg --verify sha256sum.txt.gpg sha256sum.txt
gpg: can't open 'sha256sum.txt.gpg': No such file or directory
gpg: verify signatures failed: No such file or directory
scup@GullHaven:~/ISO$ ^C
scup@GullHaven:~/ISO$ ^C
scup@GullHaven:~/ISO$ ^C
scup@GullHaven:~/ISO$

Help: I tried it several times and I must have messed up somewhere?

Last edited by Scup; 05-25-2021 at 06:46 PM.
 
Old 05-25-2021, 07:33 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
"gpg --verify sha256sum.txt.gpg sha256sum.txt"

I don't get this.
 
Old 05-25-2021, 07:46 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Your verifying the authenticity of sha256sum.txt file.

https://linuxmint-installation-guide...st/verify.html

Quote:
Noted the ISO went in fine but the other two txt files were linked to.
You need the real file, not a link.

Last edited by michaelk; 05-25-2021 at 07:47 PM.
 
Old 05-26-2021, 02:36 AM   #4
Scup
LQ Newbie
 
Registered: Apr 2014
Posts: 28

Original Poster
Rep: Reputation: Disabled
When I right click on either file the following window opens up:

Open link in new tab
Open link in new window
Open link in incognito window
Save link as...
Copy link address
Inspect

There is no "save as". I do not know how to copy either file into my ISO folder. I am using Chromium. The instructions I am following is from the Linux download web site.
 
Old 05-26-2021, 12:39 PM   #5
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
The save link as option will save the data file.
 
Old 05-26-2021, 03:30 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
You should be able to simply verify checksum of iso file. Look online and use a quick glance at the output of online sum and your result. Should be all you need.

That doesn't mean that your burned disc will turn out perfectly however.
 
Old 05-26-2021, 04:45 PM   #7
Scup
LQ Newbie
 
Registered: Apr 2014
Posts: 28

Original Poster
Rep: Reputation: Disabled
The save link worked!

scup@GullHaven:~$ cd
scup@GullHaven:~$ cd ISO
scup@GullHaven:~/ISO$ gpg --verify sha256sum.txt.gpg sha256sum.txt
gpg: Signature made Wed 06 Jan 2021 11:10:08 AM EST
gpg: using RSA key 27DEB15644C6B3CF3BD7D291300F846BA25BAE09
gpg: Good signature from "Linux Mint ISO Signing Key <root@linuxmint.com>" [unknown]
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: 27DE B156 44C6 B3CF 3BD7 D291 300F 846B A25B AE09
scup@GullHaven:~/ISO$

Not really sure how I messed things up but did not get any "no file or directory". Most important is "it is a good signature from Linux Mint ISO Signing key. The Linux download site stated the "warning" is perfectly normal and to be expected. Jefro, I used a flash drive and "USB Image Writer" to create a bootable live Mint flash drive. That little piece of software made my life quite a bit easier.

Thank you, everyone, for staying with me until I got over this snag. Was up half the night trying to figure why I could not follow simple instructions. One last question:
How do you mark this thread "solved"??
 
Old 05-26-2021, 07:47 PM   #8
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Thanks for the update and solution.


Should be a button on this page says something like solve??
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Linux Mint 20.1 Ulyssa Available for Download. This is What’s New LXer Syndicated Linux News 0 01-07-2021 12:52 PM
LXer: Linux Mint 20.1 “Ulyssa” Is Now Available for Download, This Is What’s New LXer Syndicated Linux News 0 01-07-2021 08:41 AM
LXer: Linux Mint 20.1 “Ulyssa” Is Coming Just Before Christmas LXer Syndicated Linux News 0 10-02-2020 12:40 AM
LXer: Linux Mint 20.1 "Ulyssa" Will Arrive In Mid-December With Chromium, WebApp Manager LXer Syndicated Linux News 0 10-01-2020 06:33 PM
openssl ssl error code 14090086 verify the CA cert is ok / certificate verify failed acummings Slackware 14 02-27-2009 01:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration