Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:manual:verify_live_images [2017/10/15 07:13]
emulatorman
en:manual:verify_live_images [2024/01/06 00:33]
throgh
Line 3: Line 3:
 ====== Preparation ====== ====== Preparation ======
  
-  - Create a directory called <color #0B71B9/#DDF1FF>live_image</color> in your home directory.+  - Create a directory called **live_image** in your home directory.
   - Move the live image you downloaded in this directory.   - Move the live image you downloaded in this directory.
-  - Download the following files and move them into the <color #0B71B9/#DDF1FF>live_image</color> directory.+  - Download the following files and move them into the **live_image** directory.
  
 ===== Hyperbola live image ===== ===== Hyperbola live image =====
Line 13: Line 13:
 ! style="background-color:#eaecf0"  colspan="1" | Description ! style="background-color:#eaecf0"  colspan="1" | Description
 |- |-
-| [[https://repo.hyperbola.info:50000/other/live_images/gnu-plus-linux-libre/hyperbola-milky-way-v0.2/hyperbola-milky-way-v0.2-dual.iso.sha512 | hyperbola-milky-way-v0.2-dual.iso.sha512]]+| [[https://repo.hyperbola.info/other/live_images/gnu-plus-linux-libre/hyperbola-milky-way-latest/hyperbola-milky-way-v0.4.4-dual.iso.sha512 | hyperbola-milky-way-v0.4.4-dual.iso.sha512]]
 | Contains the SHA512 sums to check the integrity of the Hyperbola live image. | Contains the SHA512 sums to check the integrity of the Hyperbola live image.
 |- |-
-| [[https://repo.hyperbola.info:50000/other/live_images/gnu-plus-linux-libre/hyperbola-2017.07.14/hyperbola-2017.07.14-dual.iso.sha512.sig | hyperbola-2017.07.14-dual.iso.sha512.sig]]+| [[https://repo.hyperbola.info/other/live_images/gnu-plus-linux-libre/hyperbola-milky-way-latest/hyperbola-milky-way-v0.4.4-dual.iso.sha512.sig | hyperbola-milky-way-v0.4.4-dual.iso.sha512.sig]]
 | Signed by the Hyperbola team to check the authenticity of the sha512sum file of the Hyperbola live image. | Signed by the Hyperbola team to check the authenticity of the sha512sum file of the Hyperbola live image.
 |} |}
  
-===== Hypertalking live image =====+Your **live_image** directory should now contain 3 files: Your live image and the sha512 file and the signed one, like this:
  
-{| border="0" style="border-collapse:collapse; width: 100%; text-align: center; color:#262627; background-color:#f8f9fa;" +  * hyperbola-milky-way-v0.4.4-dual.iso 
-! style="background-color:#eaecf0"  colspan="1" | File +  * hyperbola-milky-way-v0.4.4-dual.iso.sha512 
-! style="background-color:#eaecf0"  colspan="1" | Description +  * hyperbola-milky-way-v0.4.4-dual.iso.sha512.sig
-|- +
-| [[https://repo.hyperbola.info:50000/other/live_images/gnu-plus-linux-libre/hypertalking-milky-way-v0.2/hypertalking-milky-way-v0.2-dual.iso.sha512 | hypertalking-milky-way-v0.2-dual.iso.sha512]] +
-| Contains the SHA512 sums to check the integrity of the Hypertalking live image. +
-|- +
-| [[https://repo.hyperbola.info:50000/other/live_images/gnu-plus-linux-libre/hypertalking-milky-way-v0.2/hypertalking-milky-way-v0.2-dual.iso.sha512.sig | hypertalking-milky-way-v0.2-dual.iso.sha512.sig]] +
-| Signed by the Hyperbola team to check the authenticity of the sha512sum file of the Hypertalking live image. +
-|} +
- +
-Your <color #0B71B9/#DDF1FF>live_image</color> directory should now contain 3 files: Your live image and the sha512 file and the signed one, like this: +
- +
-  * hyperbola-milky-way-v0.2-dual.iso +
-  * hyperbola-milky-way-v0.2-dual.iso.sha512 +
-  * hyperbola-milky-way-v0.2-dual.iso.sha512.sig+
  
 ===== Integrity check ===== ===== Integrity check =====
Line 46: Line 33:
  
 <code bash> <code bash>
-cd+cd
 </code> </code>
  
 <code bash> <code bash>
-cd live_image+cd live_image
 </code> </code>
  
 <code bash> <code bash>
-sha512sum -b *.iso+sha512sum -b *.iso
 </code> </code>
  
Line 60: Line 47:
  
 <note> <note>
-If you have <color #0BB928/#DDFFE3>coreutils</color> version 8.25 or newer, another way of checking the sum is to ask the sha512sum command to check the file against the sha512sum file, like this:+If you have <color #620BB9/#EEDDFF>coreutils</color> version 8.25 or newer, another way of checking the sum is to ask the sha512sum command to check the file against the sha512sum file, like this:
  
 <code bash> <code bash>
-sha512sum -c hyperbola-milky-way-v0.2-dual.iso.sha512+sha512sum -c hyperbola-milky-way-v0.4.4-dual.iso.sha512
 </code> </code>
 </note> </note>
Line 74: Line 61:
  
 <code bash> <code bash>
-gpg --keyserver pgp.mit.edu --recv-key "C92B AA71 3B8D 53D3 CAE6 3FC9 E697 4752 F970 4456"+gpg --keyserver pgp.mit.edu --recv-key "C92B AA71 3B8D 53D3 CAE6 3FC9 E697 4752 F970 4456"
 </code> </code>
  
Line 81: Line 68:
  
 <code bash> <code bash>
-gpg --keyserver pgp.mit.edu --recv-key F9704456+gpg --keyserver pgp.mit.edu --recv-key F9704456
 </code> </code>
  
 <code bash> <code bash>
-gpg --list-key --with-fingerprint F9704456+gpg --list-key --with-fingerprint F9704456
 </code> </code>
  
-Check the output of the last command, to make sure the fingerprint is <color #620BB9/#EEDDFF>C92B AA71 3B8D 53D3 CAE6 3FC9 E697 4752 F970 4456</color>.+Check the output of the last command, to make sure the fingerprint is **C92B AA71 3B8D 53D3 CAE6 3FC9 E697 4752 F970 4456**.
 </note> </note>
  
Line 94: Line 81:
  
 <code bash> <code bash>
-cd+cd
 </code> </code>
  
 <code bash> <code bash>
-cd live_image+cd live_image
 </code> </code>
  
 <code bash> <code bash>
-gpg --verify hyperbola-milky-way-v0.2-dual.iso.sha512.sig+gpg --verify hyperbola-milky-way-v0.4.4-dual.iso.sha512.sig
 </code> </code>
  
-The output of the last command should tell you that the file signature is 'good' and that it was signed with the following key: <color #620BB9/#EEDDFF>F9704456</color>.+The output of the last command should tell you that the file signature is 'good' and that it was signed with the following key: **F9704456**.
  
 ===== Acknowledgement ===== ===== Acknowledgement =====
  
 This wiki article is based on **Mint's download page**. We may have removed non-[[https://www.gnu.org/philosophy/free-system-distribution-guidelines.html|FSDG]] bits from it. This wiki article is based on **Mint's download page**. We may have removed non-[[https://www.gnu.org/philosophy/free-system-distribution-guidelines.html|FSDG]] bits from it.