Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: artix-lxqt-runit-xlibre-20250718-x86_64.iso install (Read 1201 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

artix-lxqt-runit-xlibre-20250718-x86_64.iso install

I was able to boot this live distro, but, then when I went to run calamares it wouldn't install artix on the nvme and output the following mkinitcpio error:

Command <i>mkinitcpio</i> finished with exit code 1.
Output:
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
==> Starting build: '6.15.6-artix1-1'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [microcode]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'nouveau'
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
==> ERROR: module not found: 'crc32c_intel'

I don't think crc32c_intel is required by the kernel (6.15.6-artix1-1)? However, I was hoping that this module was being explicitly loaded by some configuration file in the live distro. But, I couldn't find it starting at /etc/mkinitcpio.d/linux.preset

I am hoping this is something trivial I can correct. I don't want to revert to the cli method if I don't have to, as I think I'm going to run into issues trying to install XLibre myself. Well, anyway, I'd appreciate your time reading this and any suggestions you may have. Thanks in any case..

Re: artix-lxqt-runit-xlibre-20250718-x86_64.iso install

Reply #1
I just installed it inside a VM without errors. What you describe would require a line like MODULES=(crc32c_intel) in mkinitcpio.conf, which however doesn't exist. Did you perform an encrypted installation?

Re: artix-lxqt-runit-xlibre-20250718-x86_64.iso install

Reply #2
Hello, this is my first time posting on the forum, and I have the same issue.
I, too, have the same problem. I tried installing it on the 4th-gen Intel platform if that makes any difference. No VMs or software trickery, just real hardware. I suspect Calamares detects the platform and loads the module. I also wonder if I can disable it entirely with a command in the config files, even though it's not listed anywhere in them.
Hey @nous, are you able to install it on a similar platform on real hardware instead of a VM?
Serves the Lord, loves tech too much, and wants a better PC... that runs Artix!

Re: artix-lxqt-runit-xlibre-20250718-x86_64.iso install

Reply #3
You should have mentioned this error only happens when BTRFS is chosen as target filesystem, I tested in bare metal, 4th gen i7 and works with EXT4. Our calamares fails to create bootable installations with BTRFS anyway and user intervention (i.e. live ISO chroot) is required.

 

Re: artix-lxqt-runit-xlibre-20250718-x86_64.iso install

Reply #4
You should have mentioned this error only happens when BTRFS is chosen as target filesystem, I tested in bare metal, 4th gen i7 and works with EXT4. Our calamares fails to create bootable installations with BTRFS anyway and user intervention (i.e. live ISO chroot) is required.
Thanks man, I got it to work using EXT4! I installed it successfully, and I am now typing this message on my Dell Chromebook 11 3189.
Serves the Lord, loves tech too much, and wants a better PC... that runs Artix!