2 minutes
Artix Installation ISO
Resolving Calamares Issueby Chad Michael "Hyperling" Greenwood
Intro
Artix’s installer runs fine on my mid 2010s Macbook Air, but on my early 2020s NovaCustom the Calamares installer was hanging at ‘Gathering System Requirements’ as soon as it opened.
Rather than use the CLI installer for doing all the disk encryption and other setup, I chose to resolve these issues so that the environment is as identical as possible to my other laptop.
Here’s how I ended up getting around it.
Steps
- Create bootable media with a GUI installer as you normally would,
such as:
$ sudo dd if=./artix-cinnamon-runit-YYYYMMDD.iso of=/your/device bs=4M status=progress && sync - Restart the system and boot the media.
- Key down to CD/DVD/ISO option and press
e. - Add
nomodesetandmodprobe.blacklist=wlto the kernel options.setparams 'From CD/DVD/ISO: artix.x86_64 ' 'x86_64 nomodeset modprobe.blacklust=wl lang=en_US keytable=us tz=UTC ... - Press
ctrl+xto save and launch the script. - Allow the media to boot the desktop environment.
- Try the GUI installer and hopefully it’s ready to go.
- If not, run
calamares -dfrom the terminal rather than launching the desktop shortcut to see if any obvious errors appear, then troubleshoot from there.
- If not, run
After you get it installed, if you notice issues with programs rendering properly, especially GTK apps where Qt apps work fine, please see this article.
Bonus
Once you have Artix installed and have rebooted into it,
I recommend enabling the extra repo from Arch.
# Update System
sudo pacman -Syu
# Install Package
sudo pacman -Sy artix-archlinux-support
# Add Repository
sudo echo -e "\n\n## Arch Repos (unsupported but recommended) ##\n" >> /etc/pacman.conf
sudo echo "[extra]" >> /etc/pacman.conf
sudo echo "Include = /etc/pacman.d/mirrorlist-arch" >> /etc/pacman.conf
# Ensure Success
sudo pacman -Syy
Sources
The pages I learned about these hacks from.
- Artix with FDE : https://wiki.artixlinux.org/Main/InstallationWithFullDiskEncryption#LiveCD.2FLiveUSB
- Artix Repositories : https://wiki.artixlinux.org/Main/Repositories#Arch_repositories
tech
linux
arch
artix
runit
systemd
gnome
lxqt
cinnamon
iso
calamares
291 Words
2026-09-06 19:00
(Last updated: 2026-09-11 20:00)
Questions? Comments? Concerns? Email me@hyperling.com any time!
Methods to help support my work can be found at hyperling.com/donate.