การดาวน์โหลด Mageia 4 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
d1eedb536532cfd47d7e8d4258f4c4e8  boot.iso 

$ sha1sum boot.iso
5e7f5946d621cca20f6621ec5c1e64cb0bc88050  boot.iso 

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