Provide a brief, clear description of what went wrong and at what stage of the process.
Installer ran for about 30 minutes then said “failed to install:failed to run pacstrap”, log mostly said working in background for the most of it every minute.
2. Installation Media Creation
How did you create the USB/bootable media? (e.g., Ventoy, Etcher, Rufus, dd command)
MX live usb creator
3. Selected Installer Options
Please list the specific choices you made during the Calamares setup:
Install Method: Online
Desktop Environment: KDE Plasma
Bootloader: GRUB
Filesystem: Btrfs / Wipe Disk
Other: Nvidia drivers loaded on live usb
4. System Logs (Required)
Please provide the URL generated by the EndeavourOS log tool or paste the relevant Calamares log link below: Log Link:https://dpaste.com/F7PDZ2FT4
**Additional Hardware Info (Optional):**RTX3060TI, i91300k
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-firmware-intel-20260410-1-any.pkg.tar.zst' from ch.mirrors.cicku.me : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-firmware-intel-20260410-1-any.pkg.tar.zst' from us.arch.niranjan.co : OpenSSL SSL_read: OpenSSL/3.6.2: error:0A000126:SSL routines::unexpected eof while reading, errno 0"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-firmware-intel-20260410-1-any.pkg.tar.zst' from es.mirrors.cicku.me : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-firmware-nvidia-20260410-1-any.pkg.tar.zst' from ch.mirrors.cicku.me : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-headers-7.0.3.arch1-2-x86_64.pkg.tar.zst' from ch.mirrors.cicku.me : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds"
[PYTHON JOB]: "pacstrap: warning: too many errors from ch.mirrors.cicku.me, skipping for the remainder of this transaction"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-headers-7.0.3.arch1-2-x86_64.pkg.tar.zst' from us.arch.niranjan.co : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-firmware-nvidia-20260410-1-any.pkg.tar.zst' from us.arch.niranjan.co : OpenSSL SSL_read: OpenSSL/3.6.2: error:0A000126:SSL routines::unexpected eof while reading, errno 0"
[PYTHON JOB]: "pacstrap: warning: too many errors from us.arch.niranjan.co, skipping for the remainder of this transaction"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-firmware-nvidia-20260410-1-any.pkg.tar.zst' from es.mirrors.cicku.me : OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-firmware-nvidia-20260410-1-any.pkg.tar.zst' from mirror.rznet.fr : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-headers-7.0.3.arch1-2-x86_64.pkg.tar.zst.sig' from es.mirrors.cicku.me : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds"
[PYTHON JOB]: "pacstrap: warning: too many errors from es.mirrors.cicku.me, skipping for the remainder of this transaction"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-7.0.3.arch1-2-x86_64.pkg.tar.zst' from ch.mirrors.cicku.me : HTTP/2 stream 1 reset by server (error 0x1 PROTOCOL_ERROR)"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-7.0.3.arch1-2-x86_64.pkg.tar.zst' from mirror.rznet.fr : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-firmware-atheros-20260410-1-any.pkg.tar.zst' from es.mirrors.cicku.me : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds"
[PYTHON JOB]: "pacstrap: error: failed retrieving file 'linux-firmware-atheros-20260410-1-any.pkg.tar.zst' from mirror.rznet.fr : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds"
[PYTHON JOB]: "pacstrap: warning: too many errors from mirror.rznet.fr, skipping for the remainder of this transaction"
[PYTHON JOB]: "pacstrap: warning: failed to retrieve some files"
[PYTHON JOB]: "pacstrap: error: failed to commit transaction (failed to retrieve some files)"
[PYTHON JOB]: "pacstrap: Errors occurred, no packages were upgraded."
[PYTHON JOB]: "pacstrap: ==> ERROR: Failed to install packages to new root"
From within the Live ISO, are you able to access the internet using Firefox?
The errors there suggest the “operation is too slow”, but not that it’s failing completely. It’s strange, because it looks like you are cabled in too:
yeah? im typing this from the live usb on firefox right now, though my internet is not exactly known for reliability
662ms ping, 2.03mb download, 4.56mb upload
that is, unfortunately, the best ping ive had all month
the average on our internet(hughes sattelite) is around 1200-1400
and this is after ive used a home DNS server to cut down on it and stabilize it with a network cache service, so resetting it would actually get me a higher ping at the moment
pacman.conf does have a setting that allows you to DisableDownloadTimeout.
DisableDownloadTimeout
Disable defaults for low speed limit and timeout on downloads. Use this if you have issues downloading files with proxy and/or security gateway.
I’m not exactly sure how that option is used, but from what I can gather, it looks like you present it under the [options] section in your /etc/pacman.conf file, like this:
#
# GENERAL OPTIONS
#
[options]
DisableDownloadTimeout
You might be able to give that a try even in the Live ISO.
The other /etc/pacman.conf option that may help when working with less than ideal internet, is ParallelDownloads, which by default looks to be set to 5, but you might try setting it to 1, and work your way up:
ParallelDownloads = 1
I wonder if @joekamprad may be able to help confirm whether pacstrap in Calamares references the Live ISO’s /etc/pacman.conf?