การดาวน์โหลด Mageia 5.1 Boot Nonfree 32bit CD ISO ของคุณควรเริ่มขึ้นในสองสามวินาที (ขนาดการดาวน์โหลดประมาณ 50 MB) ถ้าการดาวน์โหลดไม่เริ่มขึ้น คลิกที่นี่.

As soon as your download is complete, you should check that the checksums match:

Checksums are available for download as files: boot-nonfree.iso.md5 (md5 hash of the contents of the iso image), boot-nonfree.iso.sha1 (sha1 512 bit hash) and boot-nonfree.iso.sha512 (sha2 512 bit hash).

$ # You need both iso and checksum file in the same folder
$ md5sum -c boot-nonfree.iso.md5
boot-nonfree.iso: ตกลง 

$ sha1sum -c boot-nonfree.iso.sha1
boot-nonfree.iso: ตกลง 

$ sha512sum -c boot-nonfree.iso.sha512
boot-nonfree.iso: ตกลง 

$ # You can also compare checksum directly from this web page without checksum file
$ md5sum boot-nonfree.iso
3851d529a445191cde02c9de683faf1d  boot-nonfree.iso 

$ sha1sum boot-nonfree.iso
79f676da3468baedd994bd334efd9ba11ab5529c  boot-nonfree.iso 

$ sha512sum boot-nonfree.iso
ea47bfc4616b4930a9468260923f53eef50a9b4d76dcfda1e847f7f93105b52fa84950b79b90e9e6e2f6103309d3d262c8496d5383eba616bd85ca8c74cbec51  boot-nonfree.iso 

If checksums do not match, DO NOT use this ISO. Double-check and try to download again.