Download
Ditana GNU/Linux 0.9.3 Beta
Section titled “Ditana GNU/Linux 0.9.3 Beta”| File | Purpose |
|---|---|
Ditana-0.9.3-Beta-x86_64.iso | The installation image (~2.6 GB). |
Ditana-0.9.3-Beta-x86_64.iso.sha256 | SHA-256 checksum. Verifies that your download is intact. |
Ditana-0.9.3-Beta-x86_64.iso.sig | Detached GPG signature. Verifies that the image is genuinely from the Ditana maintainer. |
Verifying your download
Section titled “Verifying your download”Step 1 — Check the SHA-256 sum
Section titled “Step 1 — Check the SHA-256 sum”cd /path/to/your/downloadssha256sum -c Ditana-0.9.3-Beta-x86_64.iso.sha256You should see Ditana-0.9.3-Beta-x86_64.iso: OK. If this fails, the file is corrupted in transit — re-download.
Step 2 — Verify the GPG signature
Section titled “Step 2 — Verify the GPG signature”The ISO is signed with the following key:
Stefan Zipproth <[email protected]>Fingerprint: 3F80 54C3 FF75 5E55 44E6 8516 BC33 3E9A E877 D45AFetch the public key from one of the public keyservers:
gpg --keyserver hkps://keys.openpgp.org --recv-keys 3F8054C3FF755E5544E68516BC333E9AE877D45AThen verify:
gpg --verify Ditana-0.9.3-Beta-x86_64.iso.sig Ditana-0.9.3-Beta-x86_64.isoYou should see Good signature from "Stefan Zipproth <[email protected]>". A warning that the key is not certified by a trusted signature is expected — it just means you haven’t personally signed the key, which is normal.
The same key is also distributed via the ditana-keyring repository and pre-installed on every Ditana system, where pacman uses it to verify packages from the Ditana repository.
Requirements
Section titled “Requirements”Stable internet connection
Section titled “Stable internet connection”Depending on what you select, the installer will download substantial amounts of data. Some steps have retry logic, others do not — a stable LAN connection (or a Wi-Fi device you configure during installation) is required.
Storage requirements
Section titled “Storage requirements”| Configuration | During installation | Installed system |
|---|---|---|
| Headless | 18 GiB | 5 GiB |
| Desktop | 43 GiB | 13 GiB |
Installation procedure
Section titled “Installation procedure”-
Create a bootable USB stick. Use Etcher, Ventoy, or
ddto write the ISO to a USB stick (≥4 GB). -
Reboot and enter UEFI/BIOS. The key varies —
Del,F2,F12, orEsc, depending on your motherboard. -
Disable Secure Boot and Fast Boot. Both can interfere with the installation. You can re-enable Secure Boot afterwards if you configure your own keys.
-
Boot from the USB stick. Select “Ditana GNU/Linux install medium” and press
Enter. -
Troubleshooting (optional). On some virtualisation platforms (e.g. Synology VMM), the boot can hang before the installer dialogs appear. This is a known kernel mode-setting issue, unrelated to Ditana. Press
eat the boot menu, addnomodesetat the start of the kernel line, thenEnter. -
Follow the installer. The dialogs guide you through partitioning, bootloader setup, hardware configuration, and the four desktop environments. Every dialog has a
Helpbutton with detailed documentation.
What to do if the installation fails
Section titled “What to do if the installation fails”The installer writes a complete log to install_ditana.log (directory varies depending on installation phase). If something goes wrong:
- Run
/root/folders/usr/lib/ditana/create-debug-userfrom the live system and follow the instructions to make the log retrievable. - Open an issue on github.com/acrion/ditana-installer/issues and attach the log, or email it to [email protected].
The installer is conservative — it tries to fail fast and loud rather than continuing in an inconsistent state. Most failures are reproducible and fixable.