When I boot into the installer, everything is fine.
I partition my SSD and HDD as needed, and connect to the WiFi.
Then I start the installer, and select install
, and select online
. It would load calamares when I was testing it on a VM, but it didn’t start. I ran sudo calamares
from the terminal, and it complained about some missing settings.conf
in /etc/calamares/
. I cd
d into that directory, and found settings_online.conf
, and two other similar files. I symlinked it as settings.conf
using ln -s
, and also 2 other files (welcome and pkglist) with a _online
suffix, without the suffix. I again ran sudo calamares
, and it started without errors. I proceeded with manual partitioning, and it started the install. It initialized pacman and copied the keyring etc… and it showed an error with pacman, stating that it failed. some <pre>pacman</pre> failed
error.
The same error repeats whether I use ventoy or I flash it directly.
How can I fix this error and install endeavourOS?
Or if not possible, I am ready to pacstrap. Just want to know the packages to install, and other extra steps.