I hope someone is able to help me out. I tried to do some things, but I was not able to get anywhere because I immediately get an error. Some googling on the error point me to the arch forums, but the page returns a bad request.
Hardware
CPU; Intel 6700, GPU; AMD RX470
What did I do;
Nothing special, I did an update with yay and the next time I wanted to boot it gets stuck on the boot screen. On the message “[OK] Reached target Graphical Interface” and doesnt do anything.
What did I try;
I did chroot into the system;
sudo lsblk -f
sudo mount /dev/nvme0n1p2 /mnt
sudo cat /mnt/etc/fstab
sudo mount /dev/nvme0n1p1 /mnt/boot/efi
sudo arch-chroot /mnt
But every command with pacman and yay immediately returns;
“error while loading shared libraries: libicuuc.so.75: cannot open shared object file: No such file or directory”
So, I dont actually know what to do from here, because non of the commands involving pacman/updates are working.
I made sure to use the latest iso for the live environment
mount /dev/nvme0n1p2 /mnt
mount -t proc proc /mnt/proc; mount --rbind /sys /mnt/sys; mount --rbind /dev /mnt/dev
pacman --root=/mnt --cachedir=/mnt/var/cache/pacman/pkg -Syu
:: Synchronizing package databases...
endeavouros is up to date
core is up to date
extra 7.8 MiB 8.49 MiB/s 00:01 [---------------------------------------] 100%
multilib 138.5 KiB 618 KiB/s 00:00 [---------------------------------------] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing icu (75.1-1) breaks dependency 'libicuuc.so=74-64' required by qt5-webkit
:: installing icu (75.1-1) breaks dependency 'libicui18n.so=74-64' required by qt5-webkit