การดาวน์โหลด Mageia 4.1 Boot 32bit CD ISO ของคุณควรเริ่มขึ้นในสองสามวินาที (ขนาดการดาวน์โหลดประมาณ 27 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
3a3d58c15ac97539afde6476a2f5c9b1  boot.iso 

$ sha1sum boot.iso
525ee6c8cd576bf7bd97e48cba7afc628c179a91  boot.iso 

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