Difference between revisions of "Downloading FAQ"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Added question to find the right version for a user.)
 
(115 intermediate revisions by 46 users not shown)
Line 1: Line 1:
==== Q: My PC will boot off of the burned disc. It is strange since it loads but then stalls or it loads but is giving me I/O errors. What's going on? ====
+
=== Which version should I download? ===
 +
The newest official versions should always be on the official BitTorrent Tracker, so get the most current status of version information there. They usually show up shortly after on most of the mirrors also, but some mirrors may take a week or more to update.
  
A: You possibly only got a partial download or the download was complete, but corrupt. If this is the case, then the ISO image is defective and the CDR burn of Knoppix is also defective. This is because the data in the missing/changed parts cannot be accessed (sometimes one can even "hear" this because of the sound the CD-ROM drive makes due to repeated read attempts). It appears to work because the directory tree is written at the beginning of the CD and can be correctly read. However, reading the actual contents of the missing/changed parts is impossible, or in other words, accessing the contents fails. If the ISO image was checked & found to be unchanged and not corrupt, then it is possible that the CDR has been improperly burned or a bad piece of CDR media was used. To rule out the possibility of a bad download or a bad burn, some solutions can be found in the section [[#Q:_What_are_these_strange_MD5_files_that_accompany_the_ISO_CD_images.3F]] and [[#Q:_I_have_downloaded_the_ISO_file._How_do_I_burn_the_ISO.3F_How_is_the_ISO_supposed_to_be_burned.3F]].
+
Official versions of Knoppix will have both a version number and a release date in their name. Some versions of Knoppix had several releases with different dates for minor bug fixes but did not change the version number, so checking the release date may be important.
  
Problems are often seen booting with discs that have been burnt at a high speed. If you checked the md5 file and know that you have a good download of the ISO, and you have followed the other instructions for burning the CD '''as an image''', then be sure that you burn the CD at a slow speed, either 4x or as slow as your burner will let you go (some new burners and newer burning software seem to refuse to burn slower than 8x). High speed burns may work on some systems but not on others, so saying that you high speed burn will boot on one system does not offer proof that is is a good burn or should be expected to boot on other systems. There are also [http://www.knoppix.net/forum/viewtopic.php?p=78582#78582 reported cases of the CD working but the boot taking much longer that it should for the system to finish booting]. These problems are resolved by a slow speed burn.  
+
Most of you needs the "KNOPPIX" and not "ADRIANE-KNOPPIX" version. "ADRIANE-KNOPPIX" is a special version for blind people.
  
If the ISO is good and the burn was done properly and at a slow speed, you may need to use one or more "cheat codes" to boot the disc (see the [http://www.knoppix.net/wiki/Cheat_Codes Cheat Code FAQ] for details). In rare cases you may have an optical drive hardware problem (sometimes using CDRW media rather than CDR will help work around this). And be sure that you system is up to Knoppix's minimum requirements. A slow and memory starved system will stall when booting and come up very slowly.
+
The file names (before the ISO extension) will end in either DE or EN. The DE version will by default boot into German. The EN version will default to booting into English.
 +
 
 +
Most mirrors also contain some older version of Knoppix. There is currently no known website that offers all old released versions of Knoppix.
 +
 
 +
=== How do I get the current DVD? ===
 +
* [http://torrent.unix-ag.uni-kl.de/ Download KNOPPIX via BitTorrent]. You can use the tool Transmission for this with its default settings. Start this tool and open the .torrent-file with it. You get a set of all related files also the md5 file automatically in one download. → [[Bittorrent|BitTorrent]] has its own checks and the md5 is only a second recheck of a good download.
 +
 
 +
* [http://www.knopper.net/knoppix-mirrors/ Download KNOPPIX from Mirrors]. Try to choose the mirror nearest you for best results. When downloading from a mirror, then also download the accompanying MD5 file too.
 +
 
 +
=== Knoppix packages list ===
 +
==== Version 7.7.0 ====
 +
* [http://www.wp-schulz.de/images/download/knoppix_77/kn-whp.lst Descriptions]
 +
* [http://www.wp-schulz.de/images/download/knoppix_77/kn-vsn.lst Versions]
 +
 
 +
==== Version 7.6.1 ====
 +
* [http://www.wp-schulz.de/images/download/knoppix_76/kn-whp.lst Descriptions]
 +
* [http://www.wp-schulz.de/images/download/knoppix_76/kn-vsn.lst Versions]
 +
 
 +
<center>[[#top|Top]]</center>
 +
 
 +
=== What are these md5 files? ===
 +
These files contains checksums for the actual DVD. A checksum is a way of fingerprinting files. Just like a real fingerprint identifies a single person, a checksum is unique and matches exactly one file. It is used to verify that the file downloaded matches the original all the way down to the smallest details.  
 +
 
 +
Many file corruption problems have been observed when downloading from the mirrors. It is very important to check the md5 checksum if you use a '''mirror'''. If you've downloaded your Knoppix using the '''Torrents''', you don't need to test integrity with md5sum. This will be done automatically by your Torrent client.
 +
 
 +
This discussion is about a separate md5 file that you can download from the mirror or that comes down as an individual file in the package of files that you get when you download with BitTorrent. The .md5 file is a plain-text file and can be viewed in a text editor or web browser.
 +
 
 +
Change to the download directory, where your KNOPPIX_V...EN.iso download is and the download of the KNOPPIX_V...EN.iso.md5 file. After this use
 +
  md5sum -c KNOPPIX_V...EN.iso.md5
 +
 
 +
Attention: Instead of '''KNOPPIX_V...EN.iso.md5''' use the real name.
 +
 
 +
* '''When downloading and running under Windows''', you can check the md5 checksum with [https://technet.microsoft.com/en-us/library/dn520872.aspx Get-FileHash].
 +
 
 +
Checking the sha1 hash works the same as above.
 +
sha1sum -c KNOPPIX_V...EN.iso.sha1
 +
uses the .sha1 hash file that you can downloaded with the .iso image file.
 +
 
 +
=== What are these asc files? ===
 +
If there is ever an uncertainty as whether or not the ISO image file and its accompanying MD5 file are originals & untampered, then the .asc files are important. The .asc files are digital signature messages.
 +
 
 +
Look for the public key of Klaus Knopper:
 +
  gpg --keyserver pool.sks-keyservers.net --search-keys "Klaus Knopper"
 +
You'll get the message:
 +
<pre>gpg --keyserver pool.sks-keyservers.net --search-keys "Klaus Knopper"
 +
gpg: searching for "Klaus Knopper" from hkp server pool.sks-keyservers.net
 +
(1)    Klaus Knopper <knopper@linuxtag.de>
 +
    Klaus Knopper <knopper@linuxtag.org>
 +
      1024 bit RSA key BA8F038D, created: 2000-05-09
 +
(2)    Klaus Knopper <info@knopper.net>
 +
    Klaus Knopper <knopper@knopper.net>
 +
    Klaus Knopper <knoppix@knopper.net>
 +
      1024 bit DSA key 57E37087, created: 2000-05-06
 +
(3)    Klaus Knopper <knopper@unix-ag.uni-kl.de>
 +
      1024 bit RSA key D3892431, created: 1996-02-11
 +
Keys 1-3 of 3 for "Klaus Knopper".  Enter number(s), N)ext, or Q)uit > 2
 +
gpg: requesting key 57E37087 from hkp server pool.sks-keyservers.net
 +
gpg: DBG: armor-keys-failed (KEY 0x0E573DA0F13969EF1DD5ACAA3798E3D757E37087 BEGIN
 +
) ->0
 +
gpg: DBG: armor-keys-failed (KEY 0x0E573DA0F13969EF1DD5ACAA3798E3D757E37087 END
 +
) ->0
 +
gpg: key 57E37087: "Klaus Knopper <knopper@knopper.net>" not changed
 +
gpg: Total number processed: 1
 +
gpg:              unchanged: 1</pre>
 +
Klaus Knopper has signed the "...md5" file with his secret key; we can verify this:
 +
  gpg --verify KNOPPIX_V7.6.1DVD-2016-01-16-DE.iso.md5.asc
 +
and get:
 +
<pre>gpg: Signature made Sun Jan 24 19:41:31 2016 CET using DSA key ID 57E37087
 +
gpg: Good signature from "Klaus Knopper <knopper@knopper.net>"
 +
gpg:                aka "Klaus Knopper <info@knopper.net>"
 +
gpg:                aka "Klaus Knopper <knoppix@knopper.net>"
 +
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: 0E57 3DA0 F139 69EF 1DD5  ACAA 3798 E3D7 57E3 7087
 +
gpg: WARNING: not a detached signature; file 'KNOPPIX_V7.6.1DVD-2016-01-16-DE.iso.md5' was NOT verified!</pre>
 +
When in doubt we have to ask Prof. Knopper for his fingerprint telephonic or by letter.
 +
 
 +
<center>[[#top|Top]]</center>
 +
 
 +
Return to '''[[Main Page]] of the Wiki'''
 +
[[Category : FAQ Page]]

Latest revision as of 17:34, 3 May 2016

Which version should I download?

The newest official versions should always be on the official BitTorrent Tracker, so get the most current status of version information there. They usually show up shortly after on most of the mirrors also, but some mirrors may take a week or more to update.

Official versions of Knoppix will have both a version number and a release date in their name. Some versions of Knoppix had several releases with different dates for minor bug fixes but did not change the version number, so checking the release date may be important.

Most of you needs the "KNOPPIX" and not "ADRIANE-KNOPPIX" version. "ADRIANE-KNOPPIX" is a special version for blind people.

The file names (before the ISO extension) will end in either DE or EN. The DE version will by default boot into German. The EN version will default to booting into English.

Most mirrors also contain some older version of Knoppix. There is currently no known website that offers all old released versions of Knoppix.

How do I get the current DVD?

  • Download KNOPPIX via BitTorrent. You can use the tool Transmission for this with its default settings. Start this tool and open the .torrent-file with it. You get a set of all related files also the md5 file automatically in one download. → BitTorrent has its own checks and the md5 is only a second recheck of a good download.
  • Download KNOPPIX from Mirrors. Try to choose the mirror nearest you for best results. When downloading from a mirror, then also download the accompanying MD5 file too.

Knoppix packages list

Version 7.7.0

Version 7.6.1

Top

What are these md5 files?

These files contains checksums for the actual DVD. A checksum is a way of fingerprinting files. Just like a real fingerprint identifies a single person, a checksum is unique and matches exactly one file. It is used to verify that the file downloaded matches the original all the way down to the smallest details.

Many file corruption problems have been observed when downloading from the mirrors. It is very important to check the md5 checksum if you use a mirror. If you've downloaded your Knoppix using the Torrents, you don't need to test integrity with md5sum. This will be done automatically by your Torrent client.

This discussion is about a separate md5 file that you can download from the mirror or that comes down as an individual file in the package of files that you get when you download with BitTorrent. The .md5 file is a plain-text file and can be viewed in a text editor or web browser.

Change to the download directory, where your KNOPPIX_V...EN.iso download is and the download of the KNOPPIX_V...EN.iso.md5 file. After this use

 md5sum -c KNOPPIX_V...EN.iso.md5

Attention: Instead of KNOPPIX_V...EN.iso.md5 use the real name.

  • When downloading and running under Windows, you can check the md5 checksum with Get-FileHash.

Checking the sha1 hash works the same as above.

sha1sum -c KNOPPIX_V...EN.iso.sha1

uses the .sha1 hash file that you can downloaded with the .iso image file.

What are these asc files?

If there is ever an uncertainty as whether or not the ISO image file and its accompanying MD5 file are originals & untampered, then the .asc files are important. The .asc files are digital signature messages.

Look for the public key of Klaus Knopper:

 gpg --keyserver pool.sks-keyservers.net --search-keys "Klaus Knopper"

You'll get the message:

gpg --keyserver pool.sks-keyservers.net --search-keys "Klaus Knopper"
gpg: searching for "Klaus Knopper" from hkp server pool.sks-keyservers.net
(1)    Klaus Knopper <knopper@linuxtag.de>
    Klaus Knopper <knopper@linuxtag.org>
      1024 bit RSA key BA8F038D, created: 2000-05-09
(2)    Klaus Knopper <info@knopper.net>
    Klaus Knopper <knopper@knopper.net>
    Klaus Knopper <knoppix@knopper.net>
      1024 bit DSA key 57E37087, created: 2000-05-06
(3)    Klaus Knopper <knopper@unix-ag.uni-kl.de>
      1024 bit RSA key D3892431, created: 1996-02-11
Keys 1-3 of 3 for "Klaus Knopper".  Enter number(s), N)ext, or Q)uit > 2
gpg: requesting key 57E37087 from hkp server pool.sks-keyservers.net
gpg: DBG: armor-keys-failed (KEY 0x0E573DA0F13969EF1DD5ACAA3798E3D757E37087 BEGIN
) ->0
gpg: DBG: armor-keys-failed (KEY 0x0E573DA0F13969EF1DD5ACAA3798E3D757E37087 END
) ->0
gpg: key 57E37087: "Klaus Knopper <knopper@knopper.net>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

Klaus Knopper has signed the "...md5" file with his secret key; we can verify this:

 gpg --verify KNOPPIX_V7.6.1DVD-2016-01-16-DE.iso.md5.asc 

and get:

gpg: Signature made Sun Jan 24 19:41:31 2016 CET using DSA key ID 57E37087
gpg: Good signature from "Klaus Knopper <knopper@knopper.net>"
gpg:                 aka "Klaus Knopper <info@knopper.net>"
gpg:                 aka "Klaus Knopper <knoppix@knopper.net>"
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: 0E57 3DA0 F139 69EF 1DD5  ACAA 3798 E3D7 57E3 7087
gpg: WARNING: not a detached signature; file 'KNOPPIX_V7.6.1DVD-2016-01-16-DE.iso.md5' was NOT verified!

When in doubt we have to ask Prof. Knopper for his fingerprint telephonic or by letter.

Top

Return to Main Page of the Wiki