MD5 is a common way to calculate checksums to test if a file was downloaded correctly. You can read more about MD5 here http://en.wikipedia.org/wiki/MD5.
In the folders of your unzipped Labdoo images for cloning you will find a file MD5SUM. Use these files to check if the downloaded images are healthy and not corrupted by the download process as follows.
Check that the downloaded images are correct:
- Open a Lubuntu terminal
- Navigate to the folder where the files are located
cd ...(path)
[enter] - Execute the command
md5sum -c MD5SUM
[enter]
Create MD5 checksums:
Open a terminal in the folder with the files and execute in a terminalmd5sum * > MD5SUM
(Enter)
Continue reading to the next page:
16.04 LTS does not boot, graphic resolution on screen low
Go back to read the previous page:
LXDE - Create a link to folders or files