Diff for "Lubuntu/Documentation/CheckISO_CD"


Differences between revisions 25 and 26
Revision 25 as of 2012-11-27 14:16:46
Size: 2423
Editor: 131
Comment: The Version before was a bit messed up over time and 12.10 was missing....
Revision 26 as of 2012-11-27 16:55:50
Size: 2447
Editor: 131
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
On Linux systems: Start a terminal emulator e.g. LXterminal and type On '''Linux''' systems: Start a terminal emulator e.g. LXterminal and type
Line 29: Line 29:
On BSD systems, including Mac Os X: Start a terminal emulator and type On '''BSD''' systems, including '''Mac Os X''': Start a terminal emulator and type
Line 35: Line 35:
On Windows Systems there are many freeware md5sum programs out there. On '''Windows''' Systems there are many freeware md5sum programs out there.


picto_welcome.png  Welcome   

picto_download.png  Get Lubuntu   

picto_help.png  Documentation   

picto_contact.png  Get Help   


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.

  1. Check both at once with the "Check Disc for defects" (only on the Desktop ISO)

or

  1. Check for file corruption with md5sum (see below) or by using BitTorrent (automatically checks for corruption)

  2. 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

Lubuntu/Documentation/CheckISO_CD (last edited 2018-04-29 09:07:44 by 98-132-17-89)