Size: 6376
Comment:
|
Size: 2423
Comment: The Version before was a bit messed up over time and 12.10 was missing....
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
Get Lubuntu from [[https://help.ubuntu.com/community/Lubuntu/GetLubuntu | Download lubuntu]]. | Get Lubuntu from [[https://help.ubuntu.com/community/Lubuntu/GetLubuntu | GetLubuntu]]. |
Line 14: | Line 14: |
1. Check for file corruption with an [[[[https://help.ubuntu.com/community/HowToMD5SUM | MD5 sum]] or by using BitTorrent (automatically checks for corruption) 2. Check that the CD Burning utility verifies the burn. More info [[https://help.ubuntu.com/community/BurningIsoHowto|here.]] |
1. Check for file corruption with md5sum [[https://help.ubuntu.com/community/Lubuntu/Documentation/CheckISO_CD#Check_the_iso_file|(see below)]] or by using BitTorrent (automatically checks for corruption) 2. Check that the CD Burning utility verifies the burn. More info [[https://help.ubuntu.com/community/BurningIsoHowto|here]] or check the burned CD [[https://help.ubuntu.com/community/Lubuntu/Documentation/CheckISO_CD#Check_the_CD|(see below)]]. == Check the iso file == On Linux systems: Start a terminal emulator e.g. LXterminal and type {{{ md5sum /path/to/lubuntu*.iso }}} You have to replace the path to the correct path, if it’s in Downloads change the command to {{{ md5sum ~/Downloads/lubuntu*.iso }}} |
Line 18: | Line 29: |
= Manual corruption detection (for Experts) = == 12.04 64 bit and 32 bit == === Check the iso file === * Boot Ubuntu and start an [[https://help.ubuntu.com/community/Lubuntu/Documentation/LXTerminal|LXTerminal]] session. * Go into the directory with the image (iso) file in it. If you have it on your desktop, then it would be |
On BSD systems, including Mac Os X: Start a terminal emulator and type |
Line 25: | Line 31: |
cd Desktop | md5 /path/to/lubuntu*.iso |
Line 27: | Line 33: |
* Check you are in the correct directory {{{ ls lubuntu-12.04*.iso }}} will return the file name of the .iso you downloaded * Once you have confirmed you are in the correct directory carry out the check: {{{ md5sum lubuntu-12.04*.iso }}} It must report back the md5 hash according to this table: || 729ccd0abea9e2da8fb790c3046e4983 || lubuntu-12.04-alternate-amd64+mac.iso|| || a277a7d3b8a6fc1dd98e65adb5262493 || lubuntu-12.04-alternate-amd64.iso|| || a1685837ad50845b6685086fc4743c83 || lubuntu-12.04-alternate-i386.iso|| || ed95aa4a5f82068d5e11d7dcea218865 || lubuntu-12.04-alternate-powerpc.iso|| || 068fa129f2d95b2fb1fb4e8a2296651b || lubuntu-12.04-desktop-amd64+mac.iso|| || fca2034b89e8a0acd6536d41ccec061c || lubuntu-12.04-desktop-amd64.iso|| || 0fc9564b8fde8ff56100c3d7814fa884 || lubuntu-12.04-desktop-i386.iso|| || 72e66e30983d590ada111728fffdbd3f || lubuntu-12.04-desktop-powerpc.iso|| |
|
Line 48: | Line 35: |
If it does not, then the download is corrupt and you need to re-download. === Check the CD === If not using the alternate CD, When you first boot, there is an option to check the integrity of the CD, '''You must have the CD verify'''. |
On Windows Systems there are many freeware md5sum programs out there. |
Line 55: | Line 38: |
== 11.10 64 bit and 32 bit == === Check the iso file === * Start an [[https://help.ubuntu.com/community/Lubuntu/Documentation/LXTerminal|LXTerminal]] session. * Go into the directory with the image (iso) file in it. If you have it on your desktop, then it would be |
Then compare the resulting md5sum with the md5sum available from the Ubuntu servers. All md5sum for recent iso’s may be found in [[http://cdimage.ubuntu.com/lubuntu/releases|http://cdimage.ubuntu.com/lubuntu/releases]]. E.g. for Lubuntu 12.10 (Quantal Quetzal) the md5sum is in the file [[http://cdimage.ubuntu.com/lubuntu/releases/12.10/release/MD5SUMS|http://cdimage.ubuntu.com/lubuntu/releases/12.10/release/MD5SUMS]] == Check the CD == 1. On standard desktop (not alternate) CD’s when booting from CD you may choose “Check Disk for Defects”. 2. Alternatively you can create an iso |
Line 60: | Line 45: |
cd Desktop | dd if=/dev/cdrom of=~/cdrom_image.iso |
Line 62: | Line 47: |
* Check you are in the correct directory {{{ ls lubuntu-11.10*.iso }}} will return the file name of the .iso you downloaded * Once you have confirmed you are in the correct directory carry out the check: {{{ md5sum lubuntu-11.10*.iso }}} It must report back the md5 hash according to this table: || lubuntu-11.10-alternate-amd64.iso||a3d9689f0f63827d8f72a38b5a80767e || || lubuntu-11.10-alternate-i386.iso||6b2ef531916da95982eb9b9de9dcb19e || || lubuntu-11.10-desktop-amd64.iso||34adee80fd0e0f37a5b898706988fe49 || || lubuntu-11.10-desktop-i386.iso||a0307761af5a0e3374f65959366d1dcb || If it does not, then the download is corrupt and you need to re-download. === Check the CD === When you first boot, there is an option to check the integrity of the CD, '''You must have the CD verify'''. == 11.04 32 bit == === Check the iso file === 1. Start an [[https://help.ubuntu.com/community/Lubuntu/Documentation/LXTerminal|LXTerminal]] session. 2. Go into the directory with the '''lubuntu-11.04.iso''' file in it. If you have it on your desktop, then it would be {{{ cd Desktop }}} 3. Check you are in the correct directory {{{ ls lubuntu-11.04.iso }}} will return {{{ lubuntu-11.04.iso}}} 4. Once you have confirmed you are in the correct directory carry out the check: {{{ md5sum lubuntu-11.04.iso }}} It must report back '''76e5865ce8d0d08fa9f833d781016fe3'''. If it does not, the download is corrupt and you need to re-download. === Check the CD === When you first boot, there is an option to check the integrity of the CD, '''You must have the CD verify'''. == 11.04 64 bit Community Edition == === Check the iso file === 1. Start an [[https://wiki.ubuntu.com/Lubuntu/DocumentationHelp/LXTerminal|LXTerminal]] session. 2. Go into the directory with the '''lubuntu-11.04-amd64.iso''' file in it. If you have it on your desktop, then it would be {{{ cd Desktop }}} 3. Check you are in the correct directory {{{ ls lubuntu-11.04-amd64.iso }}} will return {{{ lubuntu-11.04-amd64.iso}}} 4. Once you have confirmed you are in the correct directory carry out the check: {{{ md5sum lubuntu-11.04-amd64.iso }}} It must report back '''f24d791333efc959a81d5449bf893aa6'''. If it does not, the download is corrupt and you need to re-download. === Check the CD === When you first boot, there is an option to check the integrity of the CD, '''You must have the CD verify'''. == 10.10 == === Check the iso file === 1. Start an [[https://wiki.ubuntu.com/Lubuntu/DocumentationHelp/LXTerminal|LXTerminal]] session. 2. Go into the directory with the '''lubuntu-10.10.iso''' file in it. If you have it on your desktop, then it would be {{{ cd Desktop }}} 3. Check you are in the correct directory {{{ ls lubuntu-10.10.iso }}} will return {{{ lubuntu-10.10.iso}}} 4. Once you have confirmed you are in the correct directory carry out the check: {{{ md5sum lubuntu-10.10.iso }}} It must report back '''098254aeb0153b10bcfce948c43a0df6'''. If it does not, the download is corrupt and you need to re-download. After confirming that the file has downloaded okay, you can then burn the cd. === Check the CD === When you first boot, there is an option to check the integrity of the CD, '''You must have the CD verify'''. == 10.04 == Please read the [[https://help.ubuntu.com/community/Lubuntu/10.04#Check%20the%20downloaded%20iso | 10.04]] section for 10.04. |
and check the iso with md5sum |
Check the iso and CD
Get Lubuntu from GetLubuntu. It is very important that you check both the downloaded file for corruption, and the CD for a bad burn.
Corrupted file downloads are less than common, but we insist you check your downloads before you report any problems with Lubuntu.
Check both at once with the "Check Disc for defects" (only on the Desktop ISO)
or
Check for file corruption with md5sum (see below) or by using BitTorrent (automatically checks for corruption)
Check that the CD Burning utility verifies the burn. More info here or check the burned CD (see below).
Check the iso file
On Linux systems: Start a terminal emulator e.g. LXterminal and type
md5sum /path/to/lubuntu*.iso
You have to replace the path to the correct path, if it’s in Downloads change the command to
md5sum ~/Downloads/lubuntu*.iso
On BSD systems, including Mac Os X: Start a terminal emulator and type
md5 /path/to/lubuntu*.iso
On Windows Systems there are many freeware md5sum programs out there.
Then compare the resulting md5sum with the md5sum available from the Ubuntu servers. All md5sum for recent iso’s may be found in http://cdimage.ubuntu.com/lubuntu/releases. E.g. for Lubuntu 12.10 (Quantal Quetzal) the md5sum is in the file http://cdimage.ubuntu.com/lubuntu/releases/12.10/release/MD5SUMS
Check the CD
1. On standard desktop (not alternate) CD’s when booting from CD you may choose “Check Disk for Defects”.
2. Alternatively you can create an iso
dd if=/dev/cdrom of=~/cdrom_image.iso
and check the iso with md5sum