ISO Testing
Our ISO testing program is an easy way to contribute back to the project. We plan to refresh these ISO images every first of the month. If you find issues, please file an issue on the ISO repo.
Things to Test For
- Installation experience
- Secure Boot
- Bare metal if possible but not required
- If you've got the time, go through the docs and run through the new user experience. These bugs are highly prized, so if you find one, file it!
Aurora
| Version | GPU | Download | Checksum |
|---|---|---|---|
| Aurora | AMD/Intel | 📥 aurora-stable-webui-x86_64.iso | 🔐 Verify |
| Aurora | Nvidia | 📥 aurora-nvidia-open-stable-webui-x86_64.iso | 🔐 Verify |
Verifying Downloads with Checksums
Checksums allow you to verify that your download completed successfully and wasn't corrupted or tampered with. After downloading an ISO, you can compare its checksum to the official checksum file to ensure integrity. While optional, verification is recommended for important installations.
How to verify checksums using sha256sum
-
Download both the ISO file and its corresponding CHECKSUM file
- For example:
aurora-stable-webui-x86_64.isoandaurora-stable-webui-x86_64.iso-CHECKSUM
- For example:
-
Verify the checksums match:
sha256sum -c aurora-stable-webui-x86_64.iso-CHECKSUM
Example:
# Check that the checksums match
$ sha256sum -c aurora-stable-webui-x86_64.iso-CHECKSUM
aurora-stable-webui-x86_64.iso: OK