Difference between revisions of "Check a Downloaded ISO Image For Errors"

no edit summary
imported>Verityproductions
imported>Verityproductions
(5 intermediate revisions by the same user not shown)
Line 35: Line 35:




For example, the following command will use sha256 generate a code from the 64 bit Manjaro XFCE 0.8.1 ISO. The code generated can then be compared to the code provided by the appropriate sha256 checksum file:
For example, the following command will use sha256 to generate a code from the 64 bit Manjaro XFCE 0.8.1 ISO. The code generated can then be compared to the code provided by the appropriate sha256 checksum file:


  sha256sum  manjaro-xfce-0.8.1-x86_64.iso
  sha256sum  manjaro-xfce-0.8.1-x86_64.iso




As illustrated, in this instance both codes match confirming that the downloaded ISO file is completely fine. The following command would use sha1 to undertake exactly the same task:
As illustrated, in this instance both codes match, thus confirming that the downloaded ISO file is completely fine. The following command would use sha1 to undertake exactly the same task:


  sha1sum manjaro-xfce-0.8.1-x86_64.iso
  sha1sum manjaro-xfce-0.8.1-x86_64.iso
Line 50: Line 50:
= Checking in Windows =
= Checking in Windows =


(TBA)
[[File: wincheck.jpg|thumb|left|375px]]




= Burning an ISO File =
It will be necessary to download and install a checksum utility application. Several free versions may be found on the '''[http://download.cnet.com/ Download.com website]'''. A very positively reviewed free checksum utility you may wish to consider is the '''[http://raylin.wordpress.com/2009/03/02/md5-sha-1-checksum-utility/ MD5 & SHA-1 Checksum Utility]'''.


Once the integrity of the ISO has been verified, unless you wish to use Manjaro in a ''virtual machine'', it will then be necessary to installation medium such as a CD/DVD or USB flashdrive / datastick in order to run and/or install it on your system. A guide to do so is available '''[[Burn an ISO File|here]]'''.
{{note|If you do decide to use the ''MD5 & SHA-1 Checksum Utility'', then you will only be able to use the code provided by the '''-sha1''' checksum file for your ISO. This utility does not support using sha256.}}
<br clear="all" />




= Installing Manjaro =
= See Also =


Once the ISO file has been downloaded, checked, and burned, if you are new to Linux or Manjaro, then you may find the '''[[Installation_Guide_Assisted|Installation Guide for Beginners]]''' the most suitable place to start. Otherwise, there is also an '''[[Installation_Guide|Installation Guide for Experienced Users]]'''.
* '''[Burn an ISO File]]'''
* '''[[Installation Guides]]'''




[[Category:Getting Started]]
[[Category:Getting Started]]
[[Category:Contents Page]]
[[Category:Contents Page]]