You are not logged in.
Update:
Did
reflector -l 20 -f5 > /mnt/etc/pacman.d/mirrorlist.pacnewTo get a fresh list of mirrors, pinging these urls work fine
Edited the /etc/resolve.conf to only have this line:
nameserver 8.8.8.8And it does say this in the SERVER line in the output when doing a dig to any url so I think that confirms which DNS I'm using but same issue occurs with failing to retrieve core.db coz it cannot resolve the url
Starting to think this might not be a DNS issue or an issue with the correct mirror servers but what else could it be I wonder
Offline
Don't edit the pacnew file, fix the symlink
mv /mnt/etc/pacman.d/mirrorlist.pacnew /mnt/etc/pacman.d/mirrorlistThen please post an update of the pacman --sysroot /mnt -Syu command and instead of --sysroot try
pacman --root /mnt --cachedir /mnt/var/cache/pacman/pkg -Syuthen check how many bad packages there are
sudo LC_ALL=C pacman --sysroot /mnt -Qkk | grep -v ', 0 altered files'and in doubt re-install all packages it lists explicitly.
Offline