EndeavourOS Sway Edition installation error

Hi, I’m trying to install the Sway Edition(+zen kernel) but I always got an error and I can’t figure out how to solve it.
Error:
"The package manager could not make changes to the installed system. The command

pacman
return error code 1.

Installation Log: https://pastebin.com/zHR1MLQC

Neofetch


Thanks for the help!

Have a look at these, you might find an answer

https://www.google.com/url?sa=t&source=web&rct=j&url=https://forum.endeavouros.com/t/solved-unable-to-install-eos-pacman-returning-exit-status-1/18773&ved=2ahUKEwjij6aJtMX2AhW_h1YBHUuMCH0QFnoECC8QAQ&usg=AOvVaw0TWj1GtXTWQUE8_Q9oiwap

https://www.google.com/url?sa=t&source=web&rct=j&url=https://forum.endeavouros.com/t/error-endeavouros-installation-failed/20609&ved=2ahUKEwjij6aJtMX2AhW_h1YBHUuMCH0QFnoECCYQAQ&usg=AOvVaw2Q78k_aDdf60bu_GKw-i5A

Exit code: 1 (no output)

open one of the configs for installer and interchanging two lines will solve the issue:
sudo xed /etc/calamares/settings_community.conf

interchange this two lines:

  - contextualprocess
  - packages@online

like so:

  - packages@online
  - contextualprocess

and save the config file.
Now install should work fine…

5 Likes

It worked. Thank you a lot!

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.