Download FlickOS 2.0
Hybrid live ISO for amd64 — boots on BIOS and UEFI. About 1.4 GB.
Verify the download
After downloading FlickOS-64bit-v2.0.iso, check the SHA-256:
20a96701d0734d55a06f53a0d09c9577ac3e609bd5f7559566aef8956c374c74echo "20a96701d0734d55a06f53a0d09c9577ac3e609bd5f7559566aef8956c374c74 FlickOS-64bit-v2.0.iso" | sha256sum -cOr download SHA256SUMS from the same SourceForge folder and run sha256sum -c SHA256SUMS.
Write a USB stick
- Use Balena Etcher, Rufus (DD mode), or another hybrid-ISO writer.
- Or with
dd(replace the device path):sudo dd if=FlickOS-64bit-v2.0.iso of=/dev/sdX bs=4M status=progress oflag=sync - Boot from the USB stick (disable Secure Boot if your machine requires it for unsigned media).
Live session
The live session logs in automatically as user with password live. Explore the desktop, then right-click the desktop and choose Install FlickOS when you are ready.
Install
- Start the Calamares installer from the desktop menu.
- Follow the steps: language, keyboard, partitioning, user account.
- Reboot into the installed system when Calamares finishes.
Installed systems get a graphical login (greetd). FlickOS packages update from theapt repository.
Need more detail?
Building and testingcovers QEMU boots and install checks. Source and issues live onGitHub.