Re: how to fix mirrorlist replacement.
Reply #4 –
Sometimes new mirrors are added or previous ones removed so it is good to examine the mirrorlist.pacnew to determine if such is the case.
Personally what I do is navigate to /etc/pacman.d in your file manager and open a terminal there...the run rankmirrors as such:
rankmirrors mirrorlist.pacnew
I then open existing mirrorlist file with a text editor and select all and backspace to remove, then copy and paste the terminal output from rankmirrors into the now empty mirrorlist file....save the file...you will have to enter root password to do so.
Works for me.
As @strajder suggested it is also a good idea to enable ParallelDownloads = 5 in /etc/pacman.conf. Speeds things up considerably in my experience.
Best regards.