You are not logged in.
Hi,
i am not able to boot arch. I full updated the system and had problem with pacman.conf. The solution was to replace my current pacman.conf with pacman.conf.pacnew.
WIth that i could do the full update. After reboot, i was not able to boot arch.
jounalctl:
archlinux systemd-logind[456]: Failed to connect to system bus: No such file or directory
archlinux systemd-logind[456]: Failed to fully start up daemon: No such file or directoryComplite jounalctl https://pastebin.com/Yc66essB
Last edited by Vivus (2024-02-06 09:25:01)
Offline
Boot into ArchLinux's USB then mount-and-chroot into your actual ArchLinux installation and:
## WITHIN CHROOT##
# pacman -Qs dbus
# cat /etc/pacman.conf*(you could also try fixing your installation by yourself by trying # pacman --root /mnt --cache /mnt/var/cache/pacman/pkg -Syu dbus-broker-units from OUTSIDE the chroot)
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
Thank you d.ALT. Works again.
Offline
Works
What worked?
Please, post here the steps which led you to solve you issue, so that others will (maybe?) find a solution hereby.
Also, if everything's good, add [SOLVED] to the 1st post's Title by editing it.
Thanks
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
Works for me:
# pacman --root /mnt --cache /mnt/var/cache/pacman/pkg -Syu dbus-broker-units
Offline