When I install the Archlinux for first time ussing Win32DiskImager, after I update the system running this commands:
# pacman -Sy pacman
# pacman -S haveged
# haveged -w 1024
# pacman-key --init
# pkill haveged
# pacman -Rs haveged
# pacman -S archlinux-keyring
# pacman-key --populate archlinux
# pacman -Syu --ignore filesystem
# pacman -S filesystem --force
# pacman -S sudo
# reboot
This first system update was all right.
After a while I tried to update the system again, running this commands:
# pacman -Sy pacman
# pacman -Syu --ignore filesystem
Also tried running these commands:
# pacman -Sy pacman
# pacman -Syu
Also tried running the original commands, but in all attempts Archlinux is corrupted and gives me the following error:
Errors occurred, no packages were upgraded.
At the moment NO commaNds are working! Everything is still there but even a ls or any command gives:
bash: /bin/ls: No such file or directory
Thanks for your replies.