A Grateful Farewell from ArcoLinux
  • 🌐 Websites will stay online for several years
  • 🎥 YouTube videos will remain accessible to all
  • 📦 GitHub repositories will stay up while free hosting remains
  • 🛑 No more updates are planned for packages, configs, or this website

🛠️ You can still install and update your system — Arch is, in essence, a rolling release.

💛 Thank you for being part of our vibrant community.

Read more →

Calamares will not launch - what to do next to solve it

Rebuild Calamares - use local repo or online repo

It is always easy (and fun) to start with a whatif.

What comes later is more difficult... maintaining.
Taking the time to keep things up-to-date.
Figuring out new challenges.

Read all you can about Calamares - make an account on their github and subscribe.

Every release they make - read what changed - read what is new.

Have a git clone somewhere on your machine and git pull from time to time. Read what changed in the code with git applications like gitfiend, gitahead, ...

Instead of building the packages I take a shortcut and get the packages from ArcoLinux for ALCI. They are in /var/cache/pacman/pkg anyway.

Preservefiles is a new module - we want to use it. It provides a log file on the user's system.

Use ripgrep (rg) to search in the content of files.

I did forget to add "preservefiles" to the very end (just before umount) of the calamares setting.conf file.

If you forget, the module will just not be loaded.

I have added also the switch "-d" behind the Calamares installer so that we get as much debugging information as possible.