You are not logged in.
My system crashed during a pacman update, messing up the bootloader, kernel, and all packages. I've fixed the bootloader and kernel issues, but now I'm struggling to reinstall all of my packages.
I've booted into the liveUSB, mounted my root/boot, and chrooted into the system. However, the command:
pacman -Syutells me: "File /* is empty, not checked" So I tried this from the wiki:
pacman -Qqn | pacman -S -but i get the error: "/* exists in filesystem"
Originally, I reinstalled the kernel with the --overwrite option like this:
pacman -S --overwrite \* linuxHow can I do this for all packages and is it the right thing to do?
Any help is appreciated, thanks!
Offline
you should post the contents of /var/log/pacman.log as well as the output of pacman -Q
Offline
Offline