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

แหล่งดาวน์โหลด mirror.math.princeton.edu นี้ตั้งอยู่ในประเทศ Princeton (the USA) ถ้าคุณคิดว่าแหล่งดาวน์โหลดนี้ไม่ค่อยดีสำหรับคุณ ให้คุณลองตรวจสอบแหล่งดาวน์โหลดอื่น ๆ ดู ที่อยู่ IP ของคุณคือ 216.73.217.112 และดูเหมือนว่าคุณจะอยู่ใน the USA, North America

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

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

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

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

$ # You can also compare checksum directly from this web page without checksum file
$ md5sum boot.iso
edc8a42c8023f20f2925bfe9b2947281  boot.iso 

$ sha1sum boot.iso
f1886f7bf8bd5739d1fb099da3802d32f41d2d4b  boot.iso 

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