Announcement

Collapse
No announcement yet.

HOWTO verify the Kubuntu ISO: BEFORE YOU BURN THE CD!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HOWTO verify the Kubuntu ISO: BEFORE YOU BURN THE CD!

    Introduction
    _________________________________________________
    Before you burn your CD, first you are strongly advised to verify the Kubuntu ISO file, kubuntu*.iso. It is important to verify the kubuntu*.iso file you downloaded to ensure that it is:
    • the authentic (untampered) file as released by the Kubuntu team
    • intact (complete) and not corrupted during the download process


    Where to get the official MD5 hash codes
    _________________________________________________
    The MD5 hash codes for each Kubuntu ISO file are listed in the UbuntuHashes article on the Community Ubuntu Documentation site. Use a checksum program to generate the MD5 hash code for the kubuntu*.iso file. Then compare the code you generated against the code listed in the UbuntuHashes article.

    You can also find the MD5SUMS file hosted by Ubuntu mirror sites on the Complete Download Options List page.

    Step by step
    _________________________________________________
    • Download the Kubuntu ISO with the method you trust from the official Kubuntu download page. Save the kubuntu*.iso to an easy to find location (e.g. your home folder, Desktop, or Documents folder).
    • Generate the MD5 hash code of the downloaded kubuntu*.iso file using md5sum, or the checksum program you trust.
    • Compare the MD5 code you just generated against the code listed in the UbuntuHashes article. It is best to copy and paste the generated MD5 code into your web browser's Find box (Edit -> Find or Ctrl+F) to avoid errors.


    How to generate the MD5 hash code
    _________________________________________________
    Using md5sum:
    Code:
    $ md5sum -b kubuntu-9.04-desktop-i386.iso
    537a22de1342d5671b7e0070f66a6076 *kubuntu-9.04-desktop-i386.iso
    Using cfv (Commandline File Verifier):
    Code:
    $ cfv -v -C -t md5 -f - kubuntu-9.04-desktop-i386.iso
    537a22de1342d5671b7e0070f66a6076 *kubuntu-9.04-desktop-i386.iso
    kubuntu-9.04-desktop-i386.iso : OK (537a22de1342d5671b7e0070f66a6076)
    -: 1 files, 1 OK. 10.622 seconds, 67080.9K/s
    K3b CD & DVD Burning program will automatically generate the MD5 hash code of kubuntu*.iso when you use the Burn CD Image function. You can compare the MD5 hash code generated by K3b against the code listed in the UbuntuHashes article. Example 1, Example 2.

    Checksum programs for Windows
    _________________________________________________
    Caution: It is good practice to check all Windows programs for viruses and spyware immediately after downloading. I never download anything on a Windows computer without up to date anti-virus software.


    Checksum programs for all OSes (Java)
    _________________________________________________

    After you burn the CD
    _________________________________________________
    After you burn the Kubuntu CD you need to verify that the disc burned without errors. The simplest way is to boot the Kubuntu CD and use the built in integrity check function as shown below.



    Alternatively you could try GreyGeek's method to check the CD against the official MD5 hash code from the command line.

    More information
    _________________________________________________

    Conclusion
    _________________________________________________
    Please do post your constructive comments about this HOW TO below! Seriously, I really want to know

    History
    _________________________________________________
    • Added Windows programs, changed the title and message icon, added section headings, fixed spelling errors, and generally cleaned things up.
    • Added link to HashCalc, thanks to AboveTheLogic.
    • Removed Wikipedia checksum article, and linked to Wikipedia md5sum article instead. (The md5sum article links to all the related articles anyway.) Added the history heading for this list.
    • Added 20G Hashgen, thanks to AboveTheLogic. Consistency cleanup.
    • Remove excess verbage. Link to Rog131's article.
    • Tidy up section headings and title. Properly credit Rog131. Remove some unneeded words. Consistency cleanup.
    • Link to GreyGeek's article
    • Mention the built in CD integrity check and provide an example image
    Attached Files
    Welcome newbies!
    Verify the ISO
    Kubuntu's documentation

    #2
    Re: HOW TO verify that the Kubuntu ISO file downloaded correctly

    Nice job! I'm linking to this in the "Top 20" if that's OK with you.

    Thanks!

    Comment


      #3
      Re: HOW TO verify that the Kubuntu ISO file downloaded correctly

      Sweet! I never expected such an honor

      dibl, thanks very much. Is there anything which could be added or changed to make it easier on noobs?
      Welcome newbies!
      Verify the ISO
      Kubuntu's documentation

      Comment


        #4
        Re: HOW TO verify that the Kubuntu ISO file downloaded correctly

        Originally posted by Telengard

        Is there anything which could be added or changed to make it easier on noobs?
        Nope, with your reference links, I have nothing to offer to make it better -- it's finished work!

        Comment


          #5
          Re: HOW TO verify that the Kubuntu ISO file downloaded correctly

          Excellent!

          One little thing though: Many who download the CD is coming from another OS and want to try Kubuntu. They don't have a Linux machine to check it on, so a Windows/Mac guide would help these people a lot.

          Comment


            #6
            Re: HOW TO verify that the Kubuntu ISO file downloaded correctly

            This is a very useful howto. Reading the forum a number of problems can be traced to MD5sum not being checked before burning CD. This HOW TO can easily prevent that.

            Perhaps a subtitle: Before you burn your Kubuntu CD
            HP Compaq nc6400, 2Gi, 100Gi, ATI x1300 with 512M

            Comment


              #7
              Re: HOW TO verify that the Kubuntu ISO file downloaded correctly

              Originally posted by Troberg
              One little thing though: Many who download the CD is coming from another OS and want to try Kubuntu. They don't have a Linux machine to check it on, so a Windows/Mac guide would help these people a lot.
              I'll think about it, but I don't really use Windows much anymore. Do you have suggestions for Windows programs to do the job?

              Edit: Added Windows programs!
              Welcome newbies!
              Verify the ISO
              Kubuntu's documentation

              Comment


                #8
                Re: HOW TO verify that the Kubuntu ISO file downloaded correctly

                AFAIK there's at least one free Windows utility to check md5sums. I'll look it up.

                EDIT:

                http://www.etree.org/md5com.html

                http://md5-checksum-verifier.softwar....com/download/


                p.s. -- no guarantees from me!

                Comment


                  #9
                  Re: HOW TO verify that the Kubuntu ISO file downloaded correctly

                  HashGen is a good Windows tool:
                  http://www.softpedia.com/progDownloa...oad-23023.html

                  Just make sure you pick md5.
                  eMachines E520 notebook, 2ghz celeron, 3gb RAM, 160gb HDD, etc... woot.com special with no Microsoft tax running Kubuntu 9.04 beautifully

                  Comment


                    #10
                    Re: HOW TO verify that the Kubuntu ISO file downloaded correctly

                    Originally posted by kevinc
                    Perhaps a subtitle: Before you burn your Kubuntu CD
                    Is the new title better?
                    Welcome newbies!
                    Verify the ISO
                    Kubuntu's documentation

                    Comment


                      #11
                      Re: HOW TO verify that the Kubuntu ISO file downloaded correctly

                      Originally posted by AboveTheLogic
                      HashGen is a good Windows tool:
                      What? I downloaded and looked at it, but the documentation doesn't say anything about MD5.
                      Welcome newbies!
                      Verify the ISO
                      Kubuntu's documentation

                      Comment


                        #12
                        Re: HOW TO verify the Kubuntu ISO (BEFORE YOU BURN YOUR CD!)

                        OOPS!

                        I'm sorry, I meant HashCalc..
                        http://www.slavasoft.com/hashcalc/

                        Sorry about that... my mistake...

                        [img width=297 height=400]http://www.slavasoft.com/images/screenshots/hashcalc.png[/img]
                        eMachines E520 notebook, 2ghz celeron, 3gb RAM, 160gb HDD, etc... woot.com special with no Microsoft tax running Kubuntu 9.04 beautifully

                        Comment


                          #13
                          Re: HOW TO verify the Kubuntu ISO (BEFORE YOU BURN YOUR CD!)

                          Originally posted by AboveTheLogic
                          I'm sorry, I meant HashCalc.
                          Added

                          * Can anyone recommend some trustworthy, easy to use Mac programs? I haven't used a Mac since the 68xxx days :P

                          A couple of simple *nix GUI programs would be nice too. Any recommends?

                          * Edit: After a few hours sleep, I now remember that the last Mac I used regularly was a Power Macintosh 6100
                          Welcome newbies!
                          Verify the ISO
                          Kubuntu's documentation

                          Comment


                            #14
                            Re: HOW TO verify the Kubuntu ISO (BEFORE YOU BURN YOUR CD!)

                            Originally posted by Telengard

                            A couple of simple *nix GUI programs would be nice too. Any recommends?
                            Yep -- K3b. Right before you burn it to CD.

                            Comment


                              #15
                              Re: HOW TO verify the Kubuntu ISO (BEFORE YOU BURN YOUR CD!)

                              Originally posted by dibl
                              Yep -- K3b. Right before you burn it to CD.
                              Denied. It's already been in the list since the first revision :P
                              Welcome newbies!
                              Verify the ISO
                              Kubuntu's documentation

                              Comment

                              Working...
                              X