Same issue in China.
Update Mirrors only rate archlinux repo, but not for EOS.
Here is the output in livecd (after update mirrors):
$ cat /etc/pacman.d/endeavouros-mirrorlist
######################################################
#### ####
### EndeavourOS Repository Mirrorlist ###
#### ####
######################################################
#### Entry in file /etc/pacman.conf:
### [endeavouros]
### SigLevel = PackageRequired
### Include = /etc/pacman.d/endeavouros-mirrorlist
######################################################
### Tip: Use the 'eos-rankimirrors' program to rank
### these mirrors or re-order them manually.
######################################################
## Germany
Server = https://mirror.alpix.eu/endeavouros/repo/$repo/$arch
Server = https://de.freedif.org/EndeavourOS/repo/$repo/$arch
Server = https://mirror.moson.org/endeavouros/repo/$repo/$arch
## Sweden
Server = https://ftp.acc.umu.se/mirror/endeavouros/repo/$repo/$arch
Server = https://mirror.linux.pizza/endeavouros/repo/$repo/$arch
## Canada
Server = https://ca.gate.endeavouros.com/endeavouros/repo/$repo/$arch
## China
Server = https://mirrors.tuna.tsinghua.edu.cn/endeavouros/repo/$repo/$arch
## Singapore
Server = https://mirror.jingk.ai/endeavouros/repo/$repo/$arch
Server = http://mirror.jingk.ai/endeavouros/repo/$repo/$arch
## France
Server = https://endeavour.remi.lu/repo/$repo/$arch
$ cat /etc/pacman.d/mirrorlist
################################################################################
################# Arch Linux mirrorlist generated by Reflector #################
################################################################################
# With: reflector --verbose -c CN --protocol https --sort rate --latest 10
# When: 2022-01-16 15:38:04 UTC
# From: https://archlinux.org/mirrors/status/json/
# Retrieved: 2022-01-16 15:37:52 UTC
# Last Check: 2022-01-16 15:24:08 UTC
Server = https://mirrors.bfsu.edu.cn/archlinux/$repo/os/$arch
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
Server = https://mirrors.sjtug.sjtu.edu.cn/archlinux/$repo/os/$arch
Server = https://mirrors.aliyun.com/archlinux/$repo/os/$arch
Server = https://mirrors.hit.edu.cn/archlinux/$repo/os/$arch
And livecd chroot:
$ cat /tmp/calamares-root-vxdcm_q9/etc/pacman.d/endeavouros-mirrorlist
######################################################
#### ####
### EndeavourOS Repository Mirrorlist ###
#### ####
######################################################
#### Entry in file /etc/pacman.conf:
### [endeavouros]
### SigLevel = PackageRequired
### Include = /etc/pacman.d/endeavouros-mirrorlist
######################################################
### Tip: Use the 'eos-rankimirrors' program to rank
### these mirrors or re-order them manually.
######################################################
## Germany
Server = https://mirror.alpix.eu/endeavouros/repo/$repo/$arch
Server = https://de.freedif.org/EndeavourOS/repo/$repo/$arch
Server = https://mirror.moson.org/endeavouros/repo/$repo/$arch
## Sweden
Server = https://ftp.acc.umu.se/mirror/endeavouros/repo/$repo/$arch
Server = https://mirror.linux.pizza/endeavouros/repo/$repo/$arch
## Canada
Server = https://ca.gate.endeavouros.com/endeavouros/repo/$repo/$arch
## China
Server = https://mirrors.tuna.tsinghua.edu.cn/endeavouros/repo/$repo/$arch
## Singapore
Server = https://mirror.jingk.ai/endeavouros/repo/$repo/$arch
Server = http://mirror.jingk.ai/endeavouros/repo/$repo/$arch
## France
Server = https://endeavour.remi.lu/repo/$repo/$arch
## South Korea
Server = https://mirror.funami.tech/endeavouros/repo/$repo/$arch
$ cat /tmp/calamares-root-vxdcm_q9/etc/pacman.d/mirrorlist
################################################################################
################# Arch Linux mirrorlist generated by Reflector #################
################################################################################
# With: reflector --verbose -c CN --protocol https --sort rate --latest 10
# When: 2022-01-16 15:38:04 UTC
# From: https://archlinux.org/mirrors/status/json/
# Retrieved: 2022-01-16 15:37:52 UTC
# Last Check: 2022-01-16 15:24:08 UTC
Server = https://mirrors.bfsu.edu.cn/archlinux/$repo/os/$arch
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
Server = https://mirrors.sjtug.sjtu.edu.cn/archlinux/$repo/os/$arch
Server = https://mirrors.aliyun.com/archlinux/$repo/os/$arch
Server = https://mirrors.hit.edu.cn/archlinux/$repo/os/$arch
And I find when installer download EOS packages very very slow.
I think update mirrors should also rate EOS repo.
By the way, why eos-rankimirrors
not exists ?
endeavouros-mirrorlist
shows:
######################################################
### Tip: Use the 'eos-rankimirrors' program to rank
### these mirrors or re-order them manually.
######################################################
But why:
$ eos-rankimirrors
bash: eos-rankimirrors: command not found
Thanks.