Problems with install script & pacman repo order

I was recently getting EOS working on a Parallels VM (I’ll post on how I did it soon - I think I was able to make things work better than the way on the official site) and found a couple of problems:

  1. The install script assumes you have wget. With the way I was installing, wget was not present. Maybe this is a noobish failure on my part (since I had to do pacstrap myself) but the script makes no attempt to verify wget is present and doesn’t fail in a graceful manner.
  2. The script appends the EOS repo in pacman.conf. This was a problem for me - as pointed out in this thread, the EOS repository needs to be first. So I was getting ppp/rp-pppoe errors when the script ran to install the EOS base. Once I moved the EOS repo above the rest, I could install base and kde correctly.

Once I tackled those problems I had a working install. Thanks for the work to create the script!

4 Likes

congrats on your new install.

EDit. I look forward read your process of install .

2 Likes

Specifically, which install script is involved in your Parallels VM install, so that I may check it out.

If you are using pacstrap, you could include wget in the package list. i.e here is an example of the pacstrap command.

pacstrap -cGM MP - < $WORKDIR/build-configs/pkglist-rpi.txt

in this example, pkglist-rpi.txt lists all the packages you want to install.

Pudge

1 Like

Sure - though I don’t know that I’ve seen in suggested before to install wget during pacstrap by default. The Arch wiki doesn’t suggest it that I saw.

The install script also does do work to install some other required packages (such as sudo which I did already have), and generally that install script will be run on a fresh Arch install. I think it might be best to make no assumptions about the system beyond it having a kernel, filesystem support and such - the minimum to get booted. The script assumes you don’t have a user account for example.

Hello!
Sorry to say, but none of the images or methods work on Pinebook Pro right now. I’ve tried burning the image on emmc five times and the script method a couple of times. Most of the time it produces some error in calamares. Downloaded image just doesn`t boot and hangs with the black screen.
Last time I tried the script once again from this page https://arm.endeavouros.com/endeavouros-arm-install/
It produced this log

calamares log pbp

=== START CALAMARES 3.3.0-alpha3
2023-10-28 - 22:05:21 [6]: void CalamaresApplication::init()
Calamares version: 3.3.0-alpha3
2023-10-28 - 22:05:21 [6]: … languages: (“ar”, “as”, “ast”, “az”, “az_AZ”, “be”, “bg”, “bn”, “ca”, “ca@valencia”, “cs_CZ”, “da”, “de”, “el”, “en”, “en_GB”, “es”, “es_MX”, “et”, “eu”, “fa”, “fi_FI”, “fr”, “fur”, “gl”, “he”, “hi”, “hr”, “hu”, “id”, “is”, “it_IT”, “ja”, “ko”, “lt”, “ml”, “mr”, “nb”, “nl”, “oc”, “pl”, “pt_BR”, “pt_PT”, “ro”, “ru”, “si”, “sk”, “sl”, “sq”, “sr”, “sr@latin”, “sv”, “tg”, “th”, “tr_TR”, “uk”, “vi”, “zh_CN”, “zh_TW”)
2023-10-28 - 22:05:21 [6]: bool CalamaresUtils::initQmlModulesDir()
Using Calamares QML directory “/usr/share/calamares/qml”
2023-10-28 - 22:05:21 [6]: Calamares::Branding::Branding(const QString&, QObject*)
Using Calamares branding file at “/etc/calamares/branding/endeavouros/branding.desc”
2023-10-28 - 22:05:21 [6]: Calamares::Branding::Branding(const QString&, QObject*)
Loaded branding component “endeavouros”
2023-10-28 - 22:05:21 [6]: … No translation for “tz_” “C” using default (en)
2023-10-28 - 22:05:21 [6]: … No translation for “calamares_” “C” using default (en)
2023-10-28 - 22:05:21 [6]: … STARTUP: initSettings, initQmlPath, initBranding done
2023-10-28 - 22:05:21 [6]: … STARTUP: initModuleManager: module init started
2023-10-28 - 22:05:22 [6]: void Calamares::ModuleManager::doInit()
Found 48 modules
2023-10-28 - 22:05:22 [6]: void CalamaresApplication::initView()
STARTUP: initModuleManager: all modules init done
2023-10-28 - 22:05:22 [6]: void CalamaresApplication::initView()
STARTUP: initJobQueue done
2023-10-28 - 22:05:22 [6]: CalamaresWindow::CalamaresWindow(QWidget*)
Available desktop QSize(1920, 1050) minimum size QSize(1024, 520)
2023-10-28 - 22:05:22 [6]: … Proposed window size: 1215 715
2023-10-28 - 22:05:22 [6]: void CalamaresApplication::initView()
STARTUP: CalamaresWindow created; loadModules started
2023-10-28 - 22:05:22 [6]: void Config::initLanguages()
Trying to match locale “C”
2023-10-28 - 22:05:22 [6]: void Config::initLanguages()
Trying to match locale QLocale(C, Default, Default)
2023-10-28 - 22:05:22 [6]: … Trying to match approximate locale QLocale::C
2023-10-28 - 22:05:22 [6]: … Trying to match English (US)
2023-10-28 - 22:05:22 [6]: void Config::setLocaleIndex(int)
Index 14 Selected locale “en”
2023-10-28 - 22:05:22 [6]: … Loading “calamares-endeavouros_en” from “/etc/calamares/branding/endeavouros/lang”
2023-10-28 - 22:05:22 [6]: … Branding no translation for “en” using default (en)
2023-10-28 - 22:05:22 [6]: … Loaded QRC translation “tz_” “en”
2023-10-28 - 22:05:22 [6]: … Loaded QRC translation “calamares_” “en”
2023-10-28 - 22:05:22 [6]: virtual void Calamares::ViewModule::loadSelf()
ViewModule “welcome@online” loading complete.
2023-10-28 - 22:05:22 [6]: QStringList loadLocales(const QString&)
Loading locales from “/etc/locale.gen”
2023-10-28 - 22:05:22 [6]: … Read 489 lines
2023-10-28 - 22:05:22 [6]: … After filtering 315 lines
2023-10-28 - 22:05:22 [6]: virtual void Calamares::ViewModule::loadSelf()
ViewModule “locale@locale” loading complete.
2023-10-28 - 22:05:22 [6]: KeyboardModelsModel::KeyboardModelsModel(QObject*)
Loaded 189 keyboard models
2023-10-28 - 22:05:22 [6]: KeyboardPage::KeyboardPage(Config*, QWidget*)
Variants now total= 0 selected= -1
2023-10-28 - 22:05:22 [6]: … Loaded QRC translation “kb_” “en”
2023-10-28 - 22:05:22 [6]: QStringList CalamaresUtils::GeoIP::getElementTexts(const QByteArray&, const QString&)
GeoIP found 1 elements
2023-10-28 - 22:05:22 [6]: void Config::detectCurrentKeyboardLayout()
(“pc”, “us”, “inet(evdev)"”)
2023-10-28 - 22:05:24 [6]: virtual void Calamares::ViewModule::loadSelf()
ViewModule “keyboard@keyboard” loading complete.
2023-10-28 - 22:05:24 [6]: void fillModel(PackageListModel*, const QVariantList&)
Loading PackageChooser model items from config
2023-10-28 - 22:05:24 [6]: … Loaded PackageChooser with 10 entries.
2023-10-28 - 22:05:24 [6]: virtual void Calamares::ViewModule::loadSelf()
ViewModule “packagechooser@packagechooser” loading complete.
2023-10-28 - 22:05:24 [6]: void Config::setConfigurationMap(const QVariantMap&)
Loading netinstall from 1 alternate sources.
2023-10-28 - 22:05:24 [6]: virtual void Calamares::ViewModule::loadSelf()
ViewModule “netinstall@netinstall” loading complete.
2023-10-28 - 22:05:24 [6]: … minLength set to 1
2023-10-28 - 22:05:24 [6]: virtual void Calamares::ViewModule::loadSelf()
ViewModule “users@users” loading complete.
2023-10-28 - 22:05:24 [6]: virtual void Calamares::ViewModule::loadSelf()
ViewModule “summary@summary” loading complete.
2023-10-28 - 22:05:24 [6]: virtual void Calamares::CppJobModule::loadSelf()
CppJobModule “shellprocess@initialize_pacman” loading complete.
2023-10-28 - 22:05:24 [6]: Calamares::SlideshowQML::SlideshowQML(QWidget*)
QML import paths:
“/usr/share/calamares/qml”
“/usr/bin”
“qrc:/qt-project.org/imports”
“/usr/lib/qt/qml”
2023-10-28 - 22:05:24 [6]: Calamares::SlideshowQML::SlideshowQML(QWidget*)
QML load on startup, API 2.
2023-10-28 - 22:05:24 [2]: QThread::setPriority: Cannot set priority, thread is not running
2023-10-28 - 22:05:24 [6]: virtual void Calamares::CppJobModule::loadSelf()
CppJobModule “machineid@machineid” loading complete.
2023-10-28 - 22:05:24 [6]: void Calamares::ModuleManager::loadModules()
Module “locale@locale” already loaded.
2023-10-28 - 22:05:24 [6]: void Calamares::ModuleManager::loadModules()
Module “keyboard@keyboard” already loaded.
2023-10-28 - 22:05:24 [2]: virtual void UserPkgListJob::setConfigurationMap(const QVariantMap&)
WARNING: User packagelist file “/home/liveuser/user_pkglist.txt” not found
2023-10-28 - 22:05:24 [6]: virtual void Calamares::CppJobModule::loadSelf()
CppJobModule “userpkglist@userpkglist” loading complete.
2023-10-28 - 22:05:24 [6]: virtual void Calamares::CppJobModule::loadSelf()
CppJobModule “shellprocess@disable_autologin” loading complete.
2023-10-28 - 22:05:24 [6]: void Calamares::ModuleManager::loadModules()
Module “users@users” already loaded.
2023-10-28 - 22:05:24 [6]: virtual void Calamares::CppJobModule::loadSelf()
CppJobModule “shellprocess@cleaner_script” loading complete.
2023-10-28 - 22:05:24 [6]: virtual void Calamares::CppJobModule::loadSelf()
CppJobModule “preservefiles@preservefiles” loading complete.
2023-10-28 - 22:05:24 [6]: virtual void Calamares::ViewModule::loadSelf()
ViewModule “finished@finished” loading complete.
2023-10-28 - 22:05:25 [6]: void Config::xkbApply()
xkbmap selection changed to: “us” - “”
2023-10-28 - 22:05:25 [6]: setGeoIP(Config*, const QVariantMap&)::<lambda()>
GeoIP result for welcome= “RU”
2023-10-28 - 22:05:25 [6]: void Config::setLocaleIndex(int)
Index 44 Selected locale “ru”
2023-10-28 - 22:05:25 [6]: … Loading “calamares-endeavouros_ru” from “/etc/calamares/branding/endeavouros/lang”
2023-10-28 - 22:05:25 [6]: … Branding no translation for “ru” using default (en)
2023-10-28 - 22:05:25 [6]: … Loaded QRC translation “tz_” “ru”
2023-10-28 - 22:05:25 [6]: … Loaded QRC translation “calamares_” “ru”
2023-10-28 - 22:05:25 [6]: void LoaderQueue::fetch(const QUrl&)
NetInstall loading groups from QUrl(“file:///etc/calamares/modules/netinstall.yaml”)
2023-10-28 - 22:05:25 [6]: void CalamaresApplication::initViewSteps()
STARTUP: loadModules for all modules done
2023-10-28 - 22:05:25 [6]: void Calamares::ModuleManager::checkRequirements()
Checking module requirements …
2023-10-28 - 22:05:25 [6]: void CalamaresApplication::initViewSteps()
STARTUP: Window now visible and ProgressTreeView populated
2023-10-28 - 22:05:25 [6]: … 9 view steps loaded.
2023-10-28 - 22:05:25 [6]: … No translation for “kb_” “ru” using default (en)
2023-10-28 - 22:05:25 [6]: void LoaderQueue::dataArrived()
NetInstall group data received 13259 bytes from QUrl(“file:///etc/calamares/modules/netinstall.yaml”)
2023-10-28 - 22:05:25 [2]: void PackageModel::setupModelData(const QVariantList&, PackageTreeItem*)
WARNING: Item “” . “Desktop-Base + Common packages” is hidden, but not selected.
2023-10-28 - 22:05:25 [2]: void PackageModel::setupModelData(const QVariantList&, PackageTreeItem*)
WARNING: Item “” . “Firefox and language package” is hidden, but not selected.
2023-10-28 - 22:05:25 [6]: bool GeneralRequirements::checkHasPower()
A battery exists, checking for mains power.
2023-10-28 - 22:05:25 [6]: … No translation for “kb_” “ru” using default (en)
2023-10-28 - 22:05:25 [6]: void Calamares::SlideshowQML::loadQmlV2Complete()
QML component complete, API 2
2023-10-28 - 22:05:25 [6]: … Loading “/etc/calamares/branding/endeavouros/show.qml”
2023-10-28 - 22:05:25 [6]: void Calamares::RequirementsChecker::reportProgress()
Remaining modules: 1
“welcome”
2023-10-28 - 22:05:25 [6]: Calamares::RequirementsList GeneralRequirements::checkRequirements()
GeneralRequirements output:
storage : 5905580032
enoughStorage : true
RAM : 1503238553
enoughRam : true
hasPower : true
hasInternet : true
isRoot : true
2023-10-28 - 22:05:25 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
Got 6 requirement results from “welcome”
2023-10-28 - 22:05:25 [6]: void Calamares::RequirementsChecker::finished()
All requirements have been checked.
2023-10-28 - 22:05:25 [6]: void Calamares::RequirementsModel::describe() const
Requirements model has 6 items
2023-10-28 - 22:05:25 [6]: … requirement 0 “storage” satisfied? true mandatory? false
2023-10-28 - 22:05:25 [6]: … requirement 1 “ram” satisfied? true mandatory? true
2023-10-28 - 22:05:25 [6]: … requirement 2 “power” satisfied? true mandatory? false
2023-10-28 - 22:05:25 [6]: … requirement 3 “internet” satisfied? true mandatory? true
2023-10-28 - 22:05:25 [6]: … requirement 4 “root” satisfied? true mandatory? false
2023-10-28 - 22:05:25 [6]: … requirement 5 “screen” satisfied? true mandatory? false
2023-10-28 - 22:05:29 [6]: void Config::setLocaleIndex(int)
Index 14 Selected locale “en”
2023-10-28 - 22:05:29 [6]: … Loading “calamares-endeavouros_en” from “/etc/calamares/branding/endeavouros/lang”
2023-10-28 - 22:05:29 [6]: … Branding no translation for “en” using default (en)
2023-10-28 - 22:05:29 [6]: … Loaded QRC translation “tz_” “en”
2023-10-28 - 22:05:29 [6]: … Loaded QRC translation “calamares_” “en”
2023-10-28 - 22:05:29 [6]: … Loaded QRC translation “kb_” “en”
2023-10-28 - 22:05:32 [6]: static LocaleConfiguration LocaleConfiguration::fromLanguageAndLocation(const QString&, const QStringList&, const QString&)
Mapping “en” in “RU” to locale.
2023-10-28 - 22:05:32 [6]: … Got best match for “en” as “en_ZW.UTF-8”
2023-10-28 - 22:05:32 [6]: … Got best match for “en_RU” as “en_IN”
2023-10-28 - 22:05:32 [6]: … Got best match for “en_US” as “en_US.UTF-8”
2023-10-28 - 22:05:32 [6]: static LocaleConfiguration LocaleConfiguration::fromLanguageAndLocation(const QString&, const QStringList&, const QString&)
Mapping “en” in “RU” to locale.
2023-10-28 - 22:05:32 [6]: … Got best match for “en” as “en_ZW.UTF-8”
2023-10-28 - 22:05:32 [6]: … Got best match for “en_RU” as “en_IN”
2023-10-28 - 22:05:32 [6]: … Got best match for “en_US” as “en_US.UTF-8”
2023-10-28 - 22:05:32 [6]: static LocaleConfiguration LocaleConfiguration::fromLanguageAndLocation(const QString&, const QStringList&, const QString&)
Mapping “en” in “RU” to locale.
2023-10-28 - 22:05:32 [6]: … Got best match for “en” as “en_ZW.UTF-8”
2023-10-28 - 22:05:32 [6]: … Got best match for “en_RU” as “en_IN”
2023-10-28 - 22:05:32 [6]: … Got best match for “en_US” as “en_US.UTF-8”
2023-10-28 - 22:05:35 [6]: static LocaleConfiguration LocaleConfiguration::fromLanguageAndLocation(const QString&, const QStringList&, const QString&)
Mapping “en” in “RU” to locale.
2023-10-28 - 22:05:35 [6]: … Got best match for “en” as “en_ZW.UTF-8”
2023-10-28 - 22:05:35 [6]: … Got best match for “en_RU” as “en_IN”
2023-10-28 - 22:05:35 [6]: … Got best match for “en_US” as “en_US.UTF-8”
2023-10-28 - 22:05:38 [6]: void Config::guessLocaleKeyboardLayout()
Got locale language “en_US.UTF-8”
2023-10-28 - 22:05:38 [6]: … looking for locale part “US”
2023-10-28 - 22:05:38 [6]: … matched “us”
2023-10-28 - 22:05:38 [6]: void guessLayout(const QStringList&, KeyboardLayoutModel*, KeyboardVariantsModel*)
Next level: “en”
2023-10-28 - 22:05:44 [6]: void Config::updateGlobalStorage(const QStringList&) const
QPair(“packagechooser”,“packagechooser”) groups to select in netinstall (“KDE-Desktop”)
2023-10-28 - 22:05:53 [6]: bool additions(Calamares::GlobalStorage*, const QString&, const QVariantList&, const QVariantList&)
Existing package operations length 0
2023-10-28 - 22:05:53 [6]: … 54 critical packages.
2023-10-28 - 22:05:55 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:06:25 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:06:45 [6]: QML Component (default slideshow) activated
2023-10-28 - 22:06:45 [6]: void Calamares::JobThread::finalize()
There are 20 jobs, total weight 15
2023-10-28 - 22:06:45 [6]: … Job 1 “initialize pacman … copy pacman mirrorlist and keyring to target …” +wt 1 tot.wt 1
2023-10-28 - 22:06:45 [6]: … Job 2 “Generate machine-id.” +wt 1 tot.wt 2
2023-10-28 - 22:06:45 [6]: … Job 3 “Set timezone to Asia/Yekaterinburg” +wt 1 tot.wt 3
2023-10-28 - 22:06:45 [6]: … Job 4 “Set keyboard model to pc105, layout to us-” +wt 1 tot.wt 4
2023-10-28 - 22:06:45 [6]: … Job 5 “localecfg” +wt 1 tot.wt 5
2023-10-28 - 22:06:45 [6]: … Job 6 " " +wt 1 tot.wt 6
2023-10-28 - 22:06:45 [6]: … Job 7 “packages” +wt 1 tot.wt 7
2023-10-28 - 22:06:45 [6]: … Job 8 “Shell Processes Job” +wt 1 tot.wt 8
2023-10-28 - 22:06:45 [6]: … Job 9 “Configure

sudo
users.” +wt 0.166667 tot.wt 8.16667
2023-10-28 - 22:06:45 [6]: … Job 10 “Preparing groups.” +wt 0.166667 tot.wt 8.33333
2023-10-28 - 22:06:45 [6]: … Job 11 “Create user george” +wt 0.166667 tot.wt 8.5
2023-10-28 - 22:06:45 [6]: … Job 12 “Set password for user george” +wt 0.166667 tot.wt 8.66667
2023-10-28 - 22:06:45 [6]: … Job 13 “Set password for user root” +wt 0.166667 tot.wt 8.83333
2023-10-28 - 22:06:45 [6]: … Job 14 “Set hostname pinebookpro-gg” +wt 0.166667 tot.wt 9
2023-10-28 - 22:06:45 [6]: … Job 15 “networkcfg” +wt 1 tot.wt 10
2023-10-28 - 22:06:45 [6]: … Job 16 “displaymanager” +wt 1 tot.wt 11
2023-10-28 - 22:06:45 [6]: … Job 17 “hwclock” +wt 1 tot.wt 12
2023-10-28 - 22:06:45 [6]: … Job 18 “Shell Processes Job” +wt 1 tot.wt 13
2023-10-28 - 22:06:45 [6]: … Job 19 “services-systemd” +wt 1 tot.wt 14
2023-10-28 - 22:06:45 [6]: … Job 20 “Saving files for later …” +wt 1 tot.wt 15
2023-10-28 - 22:06:45 [6]: virtual void Calamares::JobThread::run()
Starting job “initialize pacman … copy pacman mirrorlist and keyring to target …” ( 1 / 20 )
2023-10-28 - 22:06:45 [6]: … Running (“/bin/sh”, “-c”, “chmod +x /etc/calamares/scripts/create-pacman-keyring”)
2023-10-28 - 22:06:45 [6]: … Running (“/bin/sh”, “-c”, “bash /etc/calamares/scripts/create-pacman-keyring”)
2023-10-28 - 22:06:55 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:07:25 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:07:55 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:08:25 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:08:55 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:09:25 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:09:55 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:10:25 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:10:55 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:11:25 [6]: QML Component (default slideshow) Next slide
2023-10-28 - 22:11:35 [6]: virtual void Calamares::JobThread::run()
Starting job “Generate machine-id.” ( 2 / 20 )
2023-10-28 - 22:11:35 [6]: … Running (“systemd-machine-id-setup”)
2023-10-28 - 22:11:35 [6]: … Running (“ln”, “-sf”, “/etc/machine-id”, “/var/lib/dbus/machine-id”)
2023-10-28 - 22:11:35 [6]: virtual void Calamares::JobThread::run()
Starting job “Set timezone to Asia/Yekaterinburg” ( 3 / 20 )
2023-10-28 - 22:11:35 [6]: … Running (“timedatectl”, “set-timezone”, “Asia/Yekaterinburg”)
2023-10-29 - 03:11:36 [6]: virtual void Calamares::JobThread::run()
Starting job “Set keyboard model to pc105, layout to us-” ( 4 / 20 )
2023-10-29 - 03:11:36 [6]: virtual Calamares::JobResult SetKeyboardLayoutJob::exec()
Executing SetKeyboardLayoutJob
2023-10-29 - 03:11:36 [6]: bool SetKeyboardLayoutJob::writeVConsoleData(const QString&, const QString&) const
Writing vconsole data to “/etc/vconsole.conf”
2023-10-29 - 03:11:36 [6]: QString SetKeyboardLayoutJob::findConvertedKeymap(const QString&) const
Looking for converted keymap in “”
2023-10-29 - 03:11:36 [6]: QString findLegacyKeymap(const QString&, const QString&, const QString&)
Looking for legacy keymap “us” “pc105” “” in QRC
2023-10-29 - 03:11:36 [6]: … Found legacy keymap “us” with score 11
2023-10-29 - 03:11:36 [6]: … Found legacy keymap “us-acentos” with score 11
2023-10-29 - 03:11:36 [6]: … Found legacy keymap “dvorak” with score 11
2023-10-29 - 03:11:36 [6]: … Found legacy keymap “dvorak” with score 11
2023-10-29 - 03:11:36 [6]: … Written KEYMAP= “us” to vconsole.conf 0
2023-10-29 - 03:11:36 [6]: bool SetKeyboardLayoutJob::writeX11Data(const QString&) const
Writing X11 configuration to “/etc/X11/xorg.conf.d/00-keyboard.conf”
2023-10-29 - 03:11:36 [6]: … Written XkbLayout “us” ; XkbModel “pc105” ; XkbVariant “” to X.org file “/etc/X11/xorg.conf.d/00-keyboard.conf” 0
2023-10-29 - 03:11:36 [6]: bool SetKeyboardLayoutJob::writeDefaultKeyboardData(const QString&) const
Writing default keyboard data to “/etc/default/keyboard”
2023-10-29 - 03:11:36 [6]: … Written XKBMODEL “pc105” ; XKBLAYOUT “us” ; XKBVARIANT “” to /etc/default/keyboard file “/etc/default/keyboard” 0
2023-10-29 - 03:11:36 [6]: virtual void Calamares::JobThread::run()
Starting job “localecfg” ( 5 / 20 )
2023-10-29 - 03:11:36 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
Job file “/usr/lib/calamares/modules/localecfg/main.py”
2023-10-29 - 03:11:36 [6]: [PYTHON JOB]: Found gettext “en_US” in “/usr/share/locale/en_US”
2023-10-29 - 03:11:36 [6]: … Job description from pretty_name “localecfg” = “Configuring locales.”
2023-10-29 - 03:11:36 [6]: … Running (“locale-gen”)
2023-10-29 - 03:11:51 [6]: [PYTHON JOB]: “//etc/locale.gen done”
2023-10-29 - 03:11:51 [6]: [PYTHON JOB]: “//etc/locale.conf done”
2023-10-29 - 03:11:51 [6]: [PYTHON JOB]: “//etc/default done”
2023-10-29 - 03:11:51 [6]: virtual void Calamares::JobThread::run()
Starting job " " ( 6 / 20 )
2023-10-29 - 03:11:51 [6]: virtual void Calamares::JobThread::run()
Starting job “packages” ( 7 / 20 )
2023-10-29 - 03:11:51 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
Job file “/usr/lib/calamares/modules/packages/main.py”
2023-10-29 - 03:11:51 [6]: [PYTHON JOB]: Found gettext “en_US” in “/usr/share/locale/en_US”
2023-10-29 - 03:11:51 [6]: … Job description from pretty_name “packages” = “Install packages.”
2023-10-29 - 03:11:51 [6]: … Running (“pacman”, “-Sy”)
2023-10-29 - 03:11:52 [6]: [PYTHON JOB]: “Install packages.”
2023-10-29 - 03:11:52 [6]: … Running (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”)
2023-10-29 - 03:11:53 [6]: [PYTHON JOB]: “error: target not found: solid”
2023-10-29 - 03:11:53 [6]: [PYTHON JOB]: “warning: python-pyqt5-5.15.10-1 is up to date – skipping”
2023-10-29 - 03:11:53 [6]: … Target cmd: (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”) Exit code: 1 (no output)
2023-10-29 - 03:11:53 [6]: … Running (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”)
2023-10-29 - 03:11:53 [6]: [PYTHON JOB]: “error: target not found: solid”
2023-10-29 - 03:11:53 [6]: [PYTHON JOB]: “warning: python-pyqt5-5.15.10-1 is up to date – skipping”
2023-10-29 - 03:11:53 [6]: … Target cmd: (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”) Exit code: 1 (no output)
2023-10-29 - 03:11:53 [6]: … Running (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”)
2023-10-29 - 03:11:54 [6]: [PYTHON JOB]: “error: target not found: solid”
2023-10-29 - 03:11:54 [6]: [PYTHON JOB]: “warning: python-pyqt5-5.15.10-1 is up to date – skipping”
2023-10-29 - 03:11:54 [6]: … Target cmd: (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”) Exit code: 1 (no output)
2023-10-29 - 03:11:54 [6]: … Running (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”)
2023-10-29 - 03:11:55 [6]: [PYTHON JOB]: “error: target not found: solid”
2023-10-29 - 03:11:55 [6]: [PYTHON JOB]: “warning: python-pyqt5-5.15.10-1 is up to date – skipping”
2023-10-29 - 03:11:55 [6]: … Target cmd: (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”) Exit code: 1 (no output)
2023-10-29 - 03:11:55 [6]: … Running (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”)
2023-10-29 - 03:11:55 [6]: QML Component (default slideshow) Next slide
2023-10-29 - 03:11:56 [6]: [PYTHON JOB]: “error: target not found: solid”
2023-10-29 - 03:11:56 [6]: [PYTHON JOB]: “warning: python-pyqt5-5.15.10-1 is up to date – skipping”
2023-10-29 - 03:11:56 [6]: … Target cmd: (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”) Exit code: 1 (no output)
2023-10-29 - 03:11:56 [6]: … Running (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”)
2023-10-29 - 03:11:56 [6]: [PYTHON JOB]: “error: target not found: solid”
2023-10-29 - 03:11:56 [6]: [PYTHON JOB]: “warning: python-pyqt5-5.15.10-1 is up to date – skipping”
2023-10-29 - 03:11:56 [6]: … Target cmd: (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”) Exit code: 1 (no output)
2023-10-29 - 03:11:56 [6]: … Running (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”)
2023-10-29 - 03:11:57 [6]: [PYTHON JOB]: “error: target not found: solid”
2023-10-29 - 03:11:57 [6]: [PYTHON JOB]: “warning: python-pyqt5-5.15.10-1 is up to date – skipping”
2023-10-29 - 03:11:57 [6]: … Target cmd: (“pacman”, “-S”, “–noconfirm”, “–noprogressbar”, “–needed”, “–disable-download-timeout”, “ark”, “audiocd-kio”, “bluedevil”, “breeze-gtk”, “dolphin”, “dragon”, “elisa”, “eos-plasma-sddm-config”, “eos-settings-plasma”, “gwenview”, “kcalc”, “kate”, “kdeconnect”, “kde-gtk-config”, “khotkeys”, “kinfocenter”, “kinit”, “kio-fuse”, “konsole”, “kscreen”, “kwallet-pam”, “okular”, “plasma-desktop”, “plasma-disks”, “plasma-nm”, “plasma-pa”, “plasma-wayland-session”, “powerdevil”, “print-manager”, “sddm-kcm”, “solid”, “spectacle”, “xsettingsd”, “cups”, “cups-filters”, “cups-pdf”, “foomatic-db”, “foomatic-db-engine”, “foomatic-db-gutenprint-ppds”, “foomatic-db-nonfree”, “foomatic-db-nonfree-ppds”, “foomatic-db-ppds”, “ghostscript”, “gsfonts”, “gutenprint”, “splix”, “system-config-printer”, “hplip”, “python-pyqt5”, “python-reportlab”, “xsane”, “cups”, “cups-filters”, “cups-pdf”) Exit code: 1 (no output)
2023-10-29 - 03:11:57 [2]: WARNING: [PYTHON JOB]: “Command ‘pacman’ returned non-zero exit status 1.”
2023-10-29 - 03:11:57 [6]: [PYTHON JOB]: “stdout:None”
2023-10-29 - 03:11:57 [6]: [PYTHON JOB]: “stderr:None”
2023-10-29 - 03:11:57 [6]: virtual void Calamares::JobThread::run()
Skipping non-emergency job “Shell Processes Job”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “Configure
sudo
users.”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “Preparing groups.”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “Create user george”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “Set password for user george”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “Set password for user root”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “Set hostname pinebookpro-gg”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “networkcfg”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “displaymanager”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “hwclock”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “Shell Processes Job”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “services-systemd”
2023-10-29 - 03:11:57 [6]: … Skipping non-emergency job “Saving files for later …”
2023-10-29 - 03:11:57 [1]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&)
ERROR: Installation failed: “Package Manager error”
2023-10-29 - 03:11:57 [6]: … - message: “Package Manager error”
2023-10-29 - 03:11:57 [6]: … - details: The package manager could not make changes to the installed system. The command
pacman
returned error code 1.
2023-10-29 - 03:11:57 [6]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&)
Calamares will quit when the dialog closes.
2023-10-29 - 03:11:57 [6]: QML Component (default slideshow) deactivated
2023-10-29 - 03:11:57 [6]: void Config::doNotify(bool, bool)
Notification not sent; completion: failed

I need help or some guidance. Please tell me which method to pursue how to make this work.

The route I went was to use an arch boot ISO, then either run the arch boot installer and then the EndeavourOS installer or exit the arch boot installer to the terminal and do a manual arch install followed by the EOS install script.

I’ll try to write down my step by step. Not sure it works for the pine book though since I’m specifically a Parallels VM.

What errors do you get from Calamares?

Edit: saw the log. What is your pacman log? It seems something went wrong there.

There’s nothing interesting in the /var/log/pacman.log
You can look at the previously shared calamares log that has a specific package error in it - “error: target not found: solid”

pacman.log

[2023-10-28T22:06:52+0000] [PACMAN] Running ‘pacman -Syyu --noconfirm’
[2023-10-28T22:06:52+0000] [PACMAN] synchronizing package lists
[2023-10-28T22:07:01+0000] [PACMAN] starting full system upgrade
[2023-10-28T22:08:41+0000] [ALPM] transaction started
[2023-10-28T22:08:41+0000] [ALPM] upgraded adwaita-cursors (44.0-1 → 45.0-1)
[2023-10-28T22:08:41+0000] [ALPM] upgraded libsysprof-capture (3.48.0-4 → 45.1-1)
[2023-10-28T22:08:41+0000] [ALPM] upgraded iana-etc (20230907-1 → 20231018-1)
[2023-10-28T22:08:41+0000] [ALPM] upgraded zlib (1:1.3-1 → 1:1.3-2)
[2023-10-28T22:08:42+0000] [ALPM] upgraded glib2 (2.78.0-2 → 2.78.1-1)
[2023-10-28T22:08:42+0000] [ALPM] upgraded harfbuzz (8.2.1-1 → 8.2.2-1)
[2023-10-28T22:08:42+0000] [ALPM] upgraded pango (1:1.50.14-1 → 1:1.51.1-1)
[2023-10-28T22:08:42+0000] [ALPM] upgraded libjpeg-turbo (3.0.0-1 → 3.0.1-1)
[2023-10-28T22:08:42+0000] [ALPM] upgraded shared-mime-info (2.2+13+ga2ffb28-1 → 2.3-1)
[2023-10-28T22:08:42+0000] [ALPM] upgraded gtk-update-icon-cache (1:4.12.3-1 → 1:4.12.3-2)
[2023-10-28T22:08:42+0000] [ALPM] upgraded adwaita-icon-theme (44.0-1 → 45.0-1)
[2023-10-28T22:08:42+0000] [ALPM] upgraded alsa-card-profiles (1:0.3.80-1 → 1:0.3.83-1)
[2023-10-28T22:08:44+0000] [ALPM] upgraded openssl (3.1.3-1 → 3.1.4-1)
[2023-10-28T22:08:44+0000] [ALPM] upgraded libldap (2.6.6-1.1 → 2.6.6-2)
[2023-10-28T22:08:44+0000] [ALPM] upgraded libtirpc (1.3.3-2 → 1.3.4-1)
[2023-10-28T22:08:44+0000] [ALPM] upgraded coreutils (9.4-1 → 9.4-2)
[2023-10-28T22:08:45+0000] [ALPM] upgraded gettext (0.22.2-1 → 0.22.3-1)
[2023-10-28T22:08:45+0000] [ALPM] upgraded libnghttp2 (1.56.0-1 → 1.57.0-1)
[2023-10-28T22:08:45+0000] [ALPM] upgraded libp11-kit (0.25.0-2 → 0.25.1-1)
[2023-10-28T22:08:45+0000] [ALPM] upgraded p11-kit (0.25.0-2 → 0.25.1-1)
[2023-10-28T22:08:45+0000] [ALPM] upgraded curl (8.3.0-1 → 8.4.0-2)
[2023-10-28T22:08:45+0000] [ALPM] upgraded sqlite (3.43.1-1 → 3.43.2-1)
[2023-10-28T22:08:45+0000] [ALPM] upgraded gpgme (1.22.0-1 → 1.23.0-1)
[2023-10-28T22:08:45+0000] [ALPM] upgraded archlinux-keyring (20230918-1 → 20231026-1)
[2023-10-28T22:08:46+0000] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg…
[2023-10-28T22:09:00+0000] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring…
[2023-10-28T22:09:20+0000] [ALPM-SCRIPTLET] → Locally signed 6 keys.
[2023-10-28T22:09:20+0000] [ALPM-SCRIPTLET] ==> Importing owner trust values…
[2023-10-28T22:09:20+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2023-10-28T22:09:20+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2023-10-28T22:09:20+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2023-10-28T22:09:20+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2023-10-28T22:09:20+0000] [ALPM-SCRIPTLET] gpg: inserting ownertrust of 4
[2023-10-28T22:09:20+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2023-10-28T22:09:20+0000] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring…
[2023-10-28T22:09:21+0000] [ALPM-SCRIPTLET] → Disabled 41 keys.
[2023-10-28T22:09:21+0000] [ALPM-SCRIPTLET] ==> Updating trust database…
[2023-10-28T22:09:25+0000] [ALPM-SCRIPTLET] gpg: marginals needed: 3 completes needed: 1 trust model: pgp
[2023-10-28T22:09:25+0000] [ALPM-SCRIPTLET] gpg: depth: 0 valid: 1 signed: 16 trust: 0-, 0q, 0n, 0m, 0f, 1u
[2023-10-28T22:09:25+0000] [ALPM-SCRIPTLET] gpg: depth: 1 valid: 16 signed: 95 trust: 0-, 0q, 0n, 16m, 0f, 0u
[2023-10-28T22:09:25+0000] [ALPM-SCRIPTLET] gpg: depth: 2 valid: 72 signed: 27 trust: 72-, 0q, 0n, 0m, 0f, 0u
[2023-10-28T22:09:25+0000] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2023-10-31
[2023-10-28T22:09:25+0000] [ALPM] upgraded avahi (1:0.8+r127+g55d783d-1 → 1:0.8+r139+ge5b0bad-1)
[2023-10-28T22:09:25+0000] [ALPM] upgraded tar (1.35-1 → 1.35-2)
[2023-10-28T22:09:26+0000] [ALPM] upgraded shadow (4.14.0-4 → 4.14.1-1)
[2023-10-28T22:09:26+0000] [ALPM] upgraded licenses (20230917-1 → 20231011-1)
[2023-10-28T22:09:26+0000] [ALPM] upgraded hwdata (0.375-1 → 0.375-2)
[2023-10-28T22:09:26+0000] [ALPM] upgraded libutempter (1.2.1-3 → 1.2.1-4)
[2023-10-28T22:09:26+0000] [ALPM] upgraded base (3-1 → 3-2)
[2023-10-28T22:09:26+0000] [ALPM] upgraded btrfs-progs (6.5.2-1 → 6.5.3-2)
[2023-10-28T22:09:26+0000] [ALPM] upgraded libunwind (1.6.2-2 → 1.7.2-1)
[2023-10-28T22:09:26+0000] [ALPM] upgraded vulkan-icd-loader (1.3.263-1 → 1.3.269-1)
[2023-10-28T22:09:29+0000] [ALPM] upgraded mesa (1:23.2.1-1 → 1:23.2.1-2)
[2023-10-28T22:09:29+0000] [ALPM] upgraded libglvnd (1.6.0-1 → 1.7.0-1)
[2023-10-28T22:09:29+0000] [ALPM] upgraded xkeyboard-config (2.39-1 → 2.40-1)
[2023-10-28T22:09:29+0000] [ALPM] upgraded libxkbcommon (1.5.0-1 → 1.6.0-1)
[2023-10-28T22:09:29+0000] [ALPM] upgraded libxkbcommon-x11 (1.5.0-1 → 1.6.0-1)
[2023-10-28T22:09:30+0000] [ALPM] upgraded qt5-translations (5.15.10-1 → 5.15.11-1)
[2023-10-28T22:09:32+0000] [ALPM] upgraded qt5-base (5.15.10+kde+r165-1 → 5.15.11+kde+r138-1)
[2023-10-28T22:09:32+0000] [ALPM] upgraded qt5-svg (5.15.10+kde+r8-1 → 5.15.11+kde+r6-1)
[2023-10-28T22:09:33+0000] [ALPM] upgraded qt5-declarative (5.15.10+kde+r31-1 → 5.15.11+kde+r31-1)
[2023-10-28T22:09:33+0000] [ALPM] upgraded qt5-webchannel (5.15.10+kde+r3-1 → 5.15.11+kde+r3-1)
[2023-10-28T22:09:34+0000] [ALPM] upgraded qt5-location (5.15.10+kde+r5-1 → 5.15.11+kde+r5-1)
[2023-10-28T22:09:34+0000] [ALPM] upgraded snappy (1.1.9-2 → 1.1.10-1)
[2023-10-28T22:09:34+0000] [ALPM] upgraded minizip (1:1.3-1 → 1:1.3-2)
[2023-10-28T22:09:34+0000] [ALPM] upgraded libpipewire (1:0.3.80-1 → 1:0.3.83-1)
[2023-10-28T22:09:34+0000] [ALPM] upgraded pipewire (1:0.3.80-1 → 1:0.3.83-1)
[2023-10-28T22:09:34+0000] [ALPM] upgraded libmysofa (1.3.1-2 → 1.3.2-1)
[2023-10-28T22:09:34+0000] [ALPM] upgraded mpg123 (1.32.2-1 → 1.32.3-1)
[2023-10-28T22:09:34+0000] [ALPM] upgraded serd (0.30.16-1 → 0.32.0-1)
[2023-10-28T22:09:34+0000] [ALPM] upgraded pipewire-audio (1:0.3.80-1 → 1:0.3.83-1)
[2023-10-28T22:09:34+0000] [ALPM] upgraded libwireplumber (0.4.14-1 → 0.4.15-1)
[2023-10-28T22:09:35+0000] [ALPM] upgraded wireplumber (0.4.14-1 → 0.4.15-1)
[2023-10-28T22:09:35+0000] [ALPM] upgraded pipewire-jack (1:0.3.80-1 → 1:0.3.83-1)
[2023-10-28T22:09:35+0000] [ALPM] upgraded dav1d (1.2.1-1 → 1.3.0-1)
[2023-10-28T22:09:35+0000] [ALPM] upgraded x264 (3:0.164.r3095.baee400-4 → 3:0.164.r3108.31e19f9-1)
[2023-10-28T22:09:35+0000] [ALPM] upgraded gperftools (2.13-1 → 2.13-2)
[2023-10-28T22:09:36+0000] [ALPM] upgraded ffmpeg (2:6.0-11 → 2:6.0-13)
[2023-10-28T22:09:42+0000] [ALPM] upgraded qt5-webengine (5.15.15-1 → 5.15.15-2)
[2023-10-28T22:09:42+0000] [ALPM] upgraded libmm-glib (1.20.6-2 → 1.22.0-1)
[2023-10-28T22:09:42+0000] [ALPM] upgraded libnm (1.44.2-1 → 1.44.2-3)
[2023-10-28T22:09:42+0000] [ALPM] upgraded libsodium (1.0.18-2 → 1.0.19-2)
[2023-10-28T22:09:43+0000] [ALPM] upgraded zeromq (4.3.4-4 → 4.3.5-2)
[2023-10-28T22:09:43+0000] [ALPM] upgraded networkmanager (1.44.2-1 → 1.44.2-3)
[2023-10-28T22:09:43+0000] [ALPM] upgraded kcoreaddons5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:44+0000] [ALPM] upgraded kconfig5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:44+0000] [ALPM] upgraded ki18n5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:44+0000] [ALPM] upgraded qt5-x11extras (5.15.10-1 → 5.15.11-1)
[2023-10-28T22:09:44+0000] [ALPM] upgraded kdbusaddons5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:44+0000] [ALPM] upgraded kservice5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:45+0000] [ALPM] upgraded kwidgetsaddons5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:45+0000] [ALPM] upgraded kpmcore (23.08.1-1 → 23.08.2-1)
[2023-10-28T22:09:45+0000] [ALPM] upgraded qt5-xmlpatterns (5.15.10-1 → 5.15.11-1)
[2023-10-28T22:09:45+0000] [ALPM] upgraded libnvme (1.6-1 → 1.6-2)
[2023-10-28T22:09:45+0000] [ALPM] upgraded libblockdev (3.0.3-4 → 3.0.4-1)
[2023-10-28T22:09:45+0000] [ALPM] upgraded solid5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:46+0000] [ALPM] upgraded kjobwidgets5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:46+0000] [ALPM] upgraded kwindowsystem5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:46+0000] [ALPM] upgraded kcrash5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:46+0000] [ALPM] upgraded kglobalaccel5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:46+0000] [ALPM] upgraded kauth5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:46+0000] [ALPM] upgraded kcodecs5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:46+0000] [ALPM] upgraded qt5-wayland (5.15.10+kde+r62-1 → 5.15.11+kde+r60-1)
[2023-10-28T22:09:46+0000] [ALPM] upgraded kguiaddons5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:46+0000] [ALPM] upgraded kconfigwidgets5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:47+0000] [ALPM] upgraded karchive5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:47+0000] [ALPM] upgraded kiconthemes5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:47+0000] [ALPM] upgraded kitemviews5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:47+0000] [ALPM] upgraded kxmlgui5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:47+0000] [ALPM] upgraded kbookmarks5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:47+0000] [ALPM] upgraded qt5-multimedia (5.15.10+kde+r3-1 → 5.15.11+kde+r2-1)
[2023-10-28T22:09:47+0000] [ALPM] upgraded qt5-speech (5.15.10+kde+r1-1 → 5.15.11+kde+r1-1)
[2023-10-28T22:09:47+0000] [ALPM] upgraded knotifications5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:48+0000] [ALPM] upgraded qca-qt5 (2.3.7-1 → 2.3.7-2)
[2023-10-28T22:09:48+0000] [ALPM] upgraded kwallet5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:48+0000] [ALPM] upgraded kcompletion5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:48+0000] [ALPM] upgraded sonnet5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:48+0000] [ALPM] upgraded ktextwidgets5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:48+0000] [ALPM] upgraded kded5 (5.110.0-2 → 5.111.0-1)
[2023-10-28T22:09:49+0000] [ALPM] upgraded kio5 (5.110.0-2 → 5.111.0-1)
[2023-10-28T22:09:50+0000] [ALPM] upgraded kparts5 (5.110.0-1 → 5.111.0-1)
[2023-10-28T22:09:50+0000] [ALPM] upgraded qt5-tools (5.15.10+kde+r3-2 → 5.15.11+kde+r3-1)
[2023-10-28T22:09:50+0000] [ALPM] upgraded ckbcomp (1.222-1 → 1.223-1)
[2023-10-28T22:09:51+0000] [ALPM] upgraded qt5-quickcontrols2 (5.15.10+kde+r6-1 → 5.15.11+kde+r5-1)
[2023-10-28T22:09:51+0000] [ALPM] upgraded libnsl (2.0.0-3 → 2.0.1-1)
[2023-10-28T22:09:52+0000] [ALPM] upgraded calamares (22.12.3.6-6 → 23.10.1.3-2)
[2023-10-28T22:09:52+0000] [ALPM] upgraded desktop-file-utils (0.26-2 → 0.27-1)
[2023-10-28T22:09:52+0000] [ALPM] upgraded enchant (2.6.0-1 → 2.6.1-1)
[2023-10-28T22:09:52+0000] [ALPM] upgraded endeavouros-mirrorlist (23.14-1 → 23.16-1)
[2023-10-28T22:09:52+0000] [ALPM] upgraded harfbuzz-icu (8.2.1-1 → 8.2.2-1)
[2023-10-28T22:09:52+0000] [ALPM] upgraded rav1e (0.6.6-1 → 0.6.6-3)
[2023-10-28T22:09:52+0000] [ALPM] upgraded libavif (1.0.1-1 → 1.0.1-3)
[2023-10-28T22:09:52+0000] [ALPM] upgraded gsettings-desktop-schemas (44.0-1 → 45.0-1)
[2023-10-28T22:09:52+0000] [ALPM] upgraded libsoup3 (3.4.3-1 → 3.4.4-1)
[2023-10-28T22:09:56+0000] [ALPM] upgraded webkit2gtk-4.1 (2.42.1-1 → 2.42.1-2)
[2023-10-28T22:09:56+0000] [ALPM] upgraded eos-bash-shared (23.13-1 → 23.20-1)
[2023-10-28T22:09:56+0000] [ALPM] upgraded vulkan-headers (1:1.3.264-2 → 1:1.3.269-1)
[2023-10-28T22:09:56+0000] [ALPM] upgraded xcb-util-cursor (0.1.4-1 → 0.1.5-1)
[2023-10-28T22:09:57+0000] [ALPM] upgraded qt6-translations (6.5.3-1 → 6.6.0-1)
[2023-10-28T22:09:59+0000] [ALPM] upgraded qt6-base (6.5.3-1 → 6.6.0-2)
[2023-10-28T22:10:02+0000] [ALPM] upgraded qt6-declarative (6.5.3-1 → 6.6.0-1)
[2023-10-28T22:10:02+0000] [ALPM] upgraded eos-quickstart (1.3.1-1 → 1.3.1-2)
[2023-10-28T22:10:02+0000] [ALPM] upgraded libnotify (0.8.2-1 → 0.8.3-1)
[2023-10-28T22:10:02+0000] [ALPM] upgraded eos-update-notifier (23-16 → 23-17)
[2023-10-28T22:10:02+0000] [ALPM] upgraded ethtool (1:6.4-1 → 1:6.5-1)
[2023-10-28T22:10:09+0000] [ALPM] upgraded firefox (118.0.1-1 → 119.0-1)
[2023-10-28T22:10:10+0000] [ALPM] upgraded fluidsynth (2.3.3-1 → 2.3.4-1)
[2023-10-28T22:10:10+0000] [ALPM] upgraded fuse-common (3.16.1-1 → 3.16.2-1)
[2023-10-28T22:10:10+0000] [ALPM] upgraded fuse3 (3.16.1-1 → 3.16.2-1)
[2023-10-28T22:10:10+0000] [ALPM] upgraded gssproxy (0.9.1-2 → 0.9.2-1)
[2023-10-28T22:10:10+0000] [ALPM] upgraded gst-plugin-pipewire (1:0.3.80-1 → 1:0.3.83-1)
[2023-10-28T22:10:10+0000] [ALPM] upgraded imagemagick (7.1.1.19-1 → 7.1.1.21-1)
[2023-10-28T22:10:11+0000] [ALPM] upgraded inxi (3.3.29.1-1 → 3.3.30.1-2)
[2023-10-28T22:10:11+0000] [ALPM] upgraded libgtop (2.41.1-1 → 2.41.2-1)
[2023-10-28T22:10:11+0000] [ALPM] upgraded libical (3.0.16-5 → 3.0.17-1)
[2023-10-28T22:10:11+0000] [ALPM] upgraded libmbim (1.28.4-1 → 1.30.0-1)
[2023-10-28T22:10:11+0000] [ALPM] upgraded libpeas (1.36.0-3 → 1.36.0-4)
[2023-10-28T22:10:12+0000] [ALPM] upgraded libqmi (1.32.4-1 → 1.34.0-1)
[2023-10-28T22:10:12+0000] [ALPM] upgraded modemmanager (1.20.6-2 → 1.22.0-1)
[2023-10-28T22:10:12+0000] [ALPM] upgraded netctl (1.28-2 → 1.29-1)
[2023-10-28T22:10:12+0000] [ALPM] upgraded nftables (1:1.0.8-2 → 1:1.0.9-1)
[2023-10-28T22:10:12+0000] [ALPM] upgraded parallel (20230922-1 → 20231022-1)
[2023-10-28T22:10:12+0000] [ALPM] upgraded pipewire-alsa (1:0.3.80-1 → 1:0.3.83-1)
[2023-10-28T22:10:12+0000] [ALPM] upgraded pipewire-pulse (1:0.3.80-1 → 1:0.3.83-1)
[2023-10-28T22:10:12+0000] [ALPM] upgraded python-cairo (1.24.0-1 → 1.25.1-1)
[2023-10-28T22:10:12+0000] [ALPM] upgraded python-psutil (5.9.5-1 → 5.9.6-1)
[2023-10-28T22:10:12+0000] [ALPM] upgraded python-pyqt5-sip (12.12.2-1 → 12.13.0-1)
[2023-10-28T22:10:13+0000] [ALPM] upgraded python-pyqt5 (5.15.9-2 → 5.15.10-1)
[2023-10-28T22:10:13+0000] [ALPM] upgraded texinfo (7.0.3-1 → 7.1-1)
[2023-10-28T22:10:13+0000] [ALPM] upgraded unzip (6.0-19 → 6.0-20)
[2023-10-28T22:10:13+0000] [ALPM] upgraded usbutils (015-3 → 016-2)
[2023-10-28T22:10:13+0000] [ALPM] upgraded vte-common (0.74.0-1 → 0.74.1-1)
[2023-10-28T22:10:14+0000] [ALPM] upgraded vte3 (0.74.0-1 → 0.74.1-1)
[2023-10-28T22:10:14+0000] [ALPM] upgraded welcome (3.75-1 → 3.78-1)
[2023-10-28T22:10:14+0000] [ALPM] upgraded whois (5.5.18-1 → 5.5.19-1)
[2023-10-28T22:10:14+0000] [ALPM] installed gtk-layer-shell (0.8.1-1)
[2023-10-28T22:10:14+0000] [ALPM] upgraded xfconf (4.18.1-2 → 4.18.2-2)
[2023-10-28T22:10:14+0000] [ALPM] upgraded xfce4-terminal (1.1.0-1 → 1.1.1-2)
[2023-10-28T22:10:14+0000] [ALPM] upgraded xorg-server-common (21.1.8-2 → 21.1.9-1)
[2023-10-28T22:10:14+0000] [ALPM] upgraded xorg-server (21.1.8-2 → 21.1.9-1)
[2023-10-28T22:10:14+0000] [ALPM] upgraded xterm (385-1 → 388-1)
[2023-10-28T22:10:14+0000] [ALPM] transaction completed
[2023-10-28T22:10:15+0000] [ALPM] running ‘20-systemd-sysusers.hook’…
[2023-10-28T22:10:15+0000] [ALPM] running ‘30-systemd-daemon-reload.hook’…
[2023-10-28T22:10:16+0000] [ALPM] running ‘30-systemd-tmpfiles.hook’…
[2023-10-28T22:10:16+0000] [ALPM] running ‘30-systemd-udev-reload.hook’…
[2023-10-28T22:10:17+0000] [ALPM] running ‘30-systemd-update.hook’…
[2023-10-28T22:10:17+0000] [ALPM] running ‘30-update-mime-database.hook’…
[2023-10-28T22:10:18+0000] [ALPM] running ‘90-linux-eos-arm.hook’…
[2023-10-28T22:10:18+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-eos-arm.preset: ‘default’
[2023-10-28T22:10:18+0000] [ALPM-SCRIPTLET] ==> Using configuration file: ‘/etc/mkinitcpio.conf’
[2023-10-28T22:10:18+0000] [ALPM-SCRIPTLET] → -k 6.1.3-2-EOS-ARM -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2023-10-28T22:10:18+0000] [ALPM-SCRIPTLET] ==> Starting build: ‘6.1.3-2-EOS-ARM’
[2023-10-28T22:10:19+0000] [ALPM-SCRIPTLET] → Running build hook: [base]
[2023-10-28T22:10:20+0000] [ALPM-SCRIPTLET] → Running build hook: [udev]
[2023-10-28T22:10:21+0000] [ALPM-SCRIPTLET] → Running build hook: [autodetect]
[2023-10-28T22:10:22+0000] [ALPM-SCRIPTLET] → Running build hook: [modconf]
[2023-10-28T22:10:22+0000] [ALPM-SCRIPTLET] → Running build hook: [kms]
[2023-10-28T22:10:24+0000] [ALPM-SCRIPTLET] → Running build hook: [keyboard]
[2023-10-28T22:10:25+0000] [ALPM-SCRIPTLET] → Running build hook: [keymap]
[2023-10-28T22:10:25+0000] [ALPM-SCRIPTLET] → Running build hook: [consolefont]
[2023-10-28T22:10:25+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-10-28T22:10:25+0000] [ALPM-SCRIPTLET] → Running build hook: [block]
[2023-10-28T22:10:27+0000] [ALPM-SCRIPTLET] → Running build hook: [filesystems]
[2023-10-28T22:10:28+0000] [ALPM-SCRIPTLET] → Running build hook: [fsck]
[2023-10-28T22:10:29+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-10-28T22:10:29+0000] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: ‘/boot/initramfs-linux.img’
[2023-10-28T22:10:33+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-10-28T22:10:33+0000] [ALPM] running ‘90-mkinitcpio-install.hook’…
[2023-10-28T22:10:33+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-eos-arm.preset: ‘default’
[2023-10-28T22:10:33+0000] [ALPM-SCRIPTLET] ==> Using configuration file: ‘/etc/mkinitcpio.conf’
[2023-10-28T22:10:33+0000] [ALPM-SCRIPTLET] → -k 6.1.3-2-EOS-ARM -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2023-10-28T22:10:33+0000] [ALPM-SCRIPTLET] ==> Starting build: ‘6.1.3-2-EOS-ARM’
[2023-10-28T22:10:34+0000] [ALPM-SCRIPTLET] → Running build hook: [base]
[2023-10-28T22:10:35+0000] [ALPM-SCRIPTLET] → Running build hook: [udev]
[2023-10-28T22:10:36+0000] [ALPM-SCRIPTLET] → Running build hook: [autodetect]
[2023-10-28T22:10:37+0000] [ALPM-SCRIPTLET] → Running build hook: [modconf]
[2023-10-28T22:10:37+0000] [ALPM-SCRIPTLET] → Running build hook: [kms]
[2023-10-28T22:10:38+0000] [ALPM-SCRIPTLET] → Running build hook: [keyboard]
[2023-10-28T22:10:38+0000] [ALPM-SCRIPTLET] → Running build hook: [keymap]
[2023-10-28T22:10:39+0000] [ALPM-SCRIPTLET] → Running build hook: [consolefont]
[2023-10-28T22:10:39+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-10-28T22:10:39+0000] [ALPM-SCRIPTLET] → Running build hook: [block]
[2023-10-28T22:10:41+0000] [ALPM-SCRIPTLET] → Running build hook: [filesystems]
[2023-10-28T22:10:41+0000] [ALPM-SCRIPTLET] → Running build hook: [fsck]
[2023-10-28T22:10:42+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-10-28T22:10:42+0000] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: ‘/boot/initramfs-linux.img’
[2023-10-28T22:10:46+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-10-28T22:10:46+0000] [ALPM] running ‘dbus-reload.hook’…
[2023-10-28T22:10:46+0000] [ALPM] running ‘detect-old-perl-modules.hook’…
[2023-10-28T22:10:46+0000] [ALPM] running ‘eos-rankmirrors.hook’…
[2023-10-28T22:10:48+0000] [ALPM-SCRIPTLET] ==> Info: extracting /var/cache/pacman/pkg/endeavouros-mirrorlist-23.16-1-any.pkg.tar.zst …
[2023-10-28T22:10:48+0000] [ALPM-SCRIPTLET] ==> Info: ranking EndeavourOS mirrors, please wait …
[2023-10-28T22:10:53+0000] [ALPM-SCRIPTLET] ==> Warning about https://mirror.albony.xyz/endeavouros/repo/$repo/$arch:
[2023-10-28T22:10:53+0000] [ALPM-SCRIPTLET] Connection failed.
[2023-10-28T22:10:53+0000] [ALPM-SCRIPTLET] Continuing.
[2023-10-28T22:11:17+0000] [ALPM-SCRIPTLET]
[2023-10-28T22:11:17+0000] [ALPM-SCRIPTLET] ==> Results of ranking EndeavourOS mirrors:
[2023-10-28T22:11:17+0000] [ALPM-SCRIPTLET]
[2023-10-28T22:11:17+0000] [ALPM-SCRIPTLET]
[2023-10-28T22:11:17+0000] [ALPM-SCRIPTLET] ==> Writing new ranked EndeavourOS mirrorlist to /etc/pacman.d/endeavouros-mirrorlist.pacnew.
[2023-10-28T22:11:17+0000] [ALPM-SCRIPTLET] ==> New mirrorlist saved.
[2023-10-28T22:11:17+0000] [ALPM-SCRIPTLET]
[2023-10-28T22:11:17+0000] [ALPM] running ‘eos-reboot-required.hook’…
[2023-10-28T22:11:17+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/timers.target.wants/eos-reboot-required.timer → /usr/lib/systemd/system/eos-reboot-required.timer.
[2023-10-28T22:11:18+0000] [ALPM] running ‘gdk-pixbuf-query-loaders.hook’…
[2023-10-28T22:11:18+0000] [ALPM] running ‘gio-querymodules.hook’…
[2023-10-28T22:11:19+0000] [ALPM] running ‘glib-compile-schemas.hook’…
[2023-10-28T22:11:19+0000] [ALPM] running ‘gtk-update-icon-cache.hook’…
[2023-10-28T22:11:19+0000] [ALPM] running ‘rebuild-detector.hook’…
[2023-10-28T22:11:34+0000] [ALPM] running ‘texinfo-install.hook’…
[2023-10-28T22:11:35+0000] [ALPM] running ‘update-desktop-database.hook’…
[2023-10-29T03:11:51+0500] [PACMAN] Running ‘pacman -Sy’
[2023-10-29T03:11:51+0500] [PACMAN] synchronizing package lists
[2023-10-29T03:11:52+0500] [PACMAN] Running ‘pacman -S --noconfirm --noprogressbar --needed --disable-download-timeout ark audiocd-kio bluedevil breeze-gtk dolphin dragon elisa eos-plasma-sddm-config eos-settings-plasma gwenview kcalc kate kdeconnect kde-gtk-config khotkeys kinfocenter kinit kio-fuse konsole kscreen kwallet-pam okular plasma-desktop plasma-disks plasma-nm plasma-pa plasma-wayland-session powerdevil print-manager sddm-kcm solid spectacle xsettingsd cups cups-filters cups-pdf foomatic-db foomatic-db-engine foomatic-db-gutenprint-ppds foomatic-db-nonfree foomatic-db-nonfree-ppds foomatic-db-ppds ghostscript gsfonts gutenprint splix system-config-printer hplip python-pyqt5 python-reportlab xsane cups cups-filters cups-pdf’
[2023-10-29T03:11:53+0500] [PACMAN] Running ‘pacman -S --noconfirm --noprogressbar --needed --disable-download-timeout ark audiocd-kio bluedevil breeze-gtk dolphin dragon elisa eos-plasma-sddm-config eos-settings-plasma gwenview kcalc kate kdeconnect kde-gtk-config khotkeys kinfocenter kinit kio-fuse konsole kscreen kwallet-pam okular plasma-desktop plasma-disks plasma-nm plasma-pa plasma-wayland-session powerdevil print-manager sddm-kcm solid spectacle xsettingsd cups cups-filters cups-pdf foomatic-db foomatic-db-engine foomatic-db-gutenprint-ppds foomatic-db-nonfree foomatic-db-nonfree-ppds foomatic-db-ppds ghostscript gsfonts gutenprint splix system-config-printer hplip python-pyqt5 python-reportlab xsane cups cups-filters cups-pdf’
[2023-10-29T03:11:54+0500] [PACMAN] Running ‘pacman -S --noconfirm --noprogressbar --needed --disable-download-timeout ark audiocd-kio bluedevil breeze-gtk dolphin dragon elisa eos-plasma-sddm-config eos-settings-plasma gwenview kcalc kate kdeconnect kde-gtk-config khotkeys kinfocenter kinit kio-fuse konsole kscreen kwallet-pam okular plasma-desktop plasma-disks plasma-nm plasma-pa plasma-wayland-session powerdevil print-manager sddm-kcm solid spectacle xsettingsd cups cups-filters cups-pdf foomatic-db foomatic-db-engine foomatic-db-gutenprint-ppds foomatic-db-nonfree foomatic-db-nonfree-ppds foomatic-db-ppds ghostscript gsfonts gutenprint splix system-config-printer hplip python-pyqt5 python-reportlab xsane cups cups-filters cups-pdf’
[2023-10-29T03:11:54+0500] [PACMAN] Running ‘pacman -S --noconfirm --noprogressbar --needed --disable-download-timeout ark audiocd-kio bluedevil breeze-gtk dolphin dragon elisa eos-plasma-sddm-config eos-settings-plasma gwenview kcalc kate kdeconnect kde-gtk-config khotkeys kinfocenter kinit kio-fuse konsole kscreen kwallet-pam okular plasma-desktop plasma-disks plasma-nm plasma-pa plasma-wayland-session powerdevil print-manager sddm-kcm solid spectacle xsettingsd cups cups-filters cups-pdf foomatic-db foomatic-db-engine foomatic-db-gutenprint-ppds foomatic-db-nonfree foomatic-db-nonfree-ppds foomatic-db-ppds ghostscript gsfonts gutenprint splix system-config-printer hplip python-pyqt5 python-reportlab xsane cups cups-filters cups-pdf’
[2023-10-29T03:11:55+0500] [PACMAN] Running ‘pacman -S --noconfirm --noprogressbar --needed --disable-download-timeout ark audiocd-kio bluedevil breeze-gtk dolphin dragon elisa eos-plasma-sddm-config eos-settings-plasma gwenview kcalc kate kdeconnect kde-gtk-config khotkeys kinfocenter kinit kio-fuse konsole kscreen kwallet-pam okular plasma-desktop plasma-disks plasma-nm plasma-pa plasma-wayland-session powerdevil print-manager sddm-kcm solid spectacle xsettingsd cups cups-filters cups-pdf foomatic-db foomatic-db-engine foomatic-db-gutenprint-ppds foomatic-db-nonfree foomatic-db-nonfree-ppds foomatic-db-ppds ghostscript gsfonts gutenprint splix system-config-printer hplip python-pyqt5 python-reportlab xsane cups cups-filters cups-pdf’
[2023-10-29T03:11:56+0500] [PACMAN] Running ‘pacman -S --noconfirm --noprogressbar --needed --disable-download-timeout ark audiocd-kio bluedevil breeze-gtk dolphin dragon elisa eos-plasma-sddm-config eos-settings-plasma gwenview kcalc kate kdeconnect kde-gtk-config khotkeys kinfocenter kinit kio-fuse konsole kscreen kwallet-pam okular plasma-desktop plasma-disks plasma-nm plasma-pa plasma-wayland-session powerdevil print-manager sddm-kcm solid spectacle xsettingsd cups cups-filters cups-pdf foomatic-db foomatic-db-engine foomatic-db-gutenprint-ppds foomatic-db-nonfree foomatic-db-nonfree-ppds foomatic-db-ppds ghostscript gsfonts gutenprint splix system-config-printer hplip python-pyqt5 python-reportlab xsane cups cups-filters cups-pdf’
[2023-10-29T03:11:56+0500] [PACMAN] Running ‘pacman -S --noconfirm --noprogressbar --needed --disable-download-timeout ark audiocd-kio bluedevil breeze-gtk dolphin dragon elisa eos-plasma-sddm-config eos-settings-plasma gwenview kcalc kate kdeconnect kde-gtk-config khotkeys kinfocenter kinit kio-fuse konsole kscreen kwallet-pam okular plasma-desktop plasma-disks plasma-nm plasma-pa plasma-wayland-session powerdevil print-manager sddm-kcm solid spectacle xsettingsd cups cups-filters cups-pdf foomatic-db foomatic-db-engine foomatic-db-gutenprint-ppds foomatic-db-nonfree foomatic-db-nonfree-ppds foomatic-db-ppds ghostscript gsfonts gutenprint splix system-config-printer hplip python-pyqt5 python-reportlab xsane cups cups-filters cups-pdf’

The install script still looks for a package named “solid” which has now been named “solid5”
as explained in the following Topic.

So until I can develop a new script that creates the installer image that is downloaded by the user, new installs are on hold. I am working on it.

Pudge

Installed successfully with a new image. Thank you very much!

1 Like