Moderator: Moderators
Fitzcarraldo wrote:(...) the following methods can be used to check the integrity of the burnt LiveDVD/CD:
Fitzcarraldo wrote:(...) http://www.mepis.org/docs/en/index.php? ... _a_Live_CD (...)
The method for checking the integrity of a LiveCD under Linux, given on the above-mentioned Web page, does not work for me. If I use md5sum /dev/cdrom it does not return the same md5sum as published on the mirrors even though the LiveCD is good. So do not use that method under Linux, use either Method 1 or Method 2 given in this post.
md5sum /dev/cdrom | awk '{print $1}' > md5a.txt
md5sum ~/Sabayon_Linux_8_amd64_K.iso | awk '{print $1}' > md5b.txt
diff -qs md5a.txt md5b.txtReturn to Installer Issues - Anaconda **Not for Package Manager Stuff**
Users browsing this forum: No registered users and 1 guest