You are not logged in.
Pages: 1
I was facing the issue that my kde Plasma didn't let me sign in and gave me the error message:
The current theme cannot be loaded due to the errors below, please select a different theme.
file:///usr/share/sddm/themes/breeze/Main.qml:12:1:plugin cannot be loaded for module "org.kde.plasma.core": Cannot load library /usr/lib/qt/qml/org/kde/plasma/core/libcorebindingsplugin.so: (libunistring so 5: Cannot open the shared-object-file: File or directory not found)So I reinstalled the breeze package, made a system update (pacman -Syu) and rebooted my system. But now every time I try to boot I get:
Starting version 251.7-4-arch
/dev/nvme0n1p2: clean, 723371/15237120 files, 4663795/60921344 blocks
[FAILED] Failed to mount Mount unit for bare, revision 5.
[FAILED] Failed to mount Mount unit for core18, revision 2620.
[FAILED] Failed to mount Mount unit for core20, revision 1634.
[FAILED] Failed to mount Mount unit for core20, revision 1695.
[FAILED] Failed to mount Mount unit for gnome-3-28-1804, revision 161.
[FAILED] Failed to mount Mount unit for gnome-3-28-2004, revision 119.
[FAILED] Failed to mount Mount unit for grapher, revision 3.
[FAILED] Failed to mount Mount unit for gtk-common-themes, revision 1535.
[FAILED] Failed to mount Mount unit for kde-frameworks-5-96-qt-5-15-5-core20, revision 7.
[FAILED] Failed to mount Mount unit for signal-desktop, revision 400.
[FAILED] Failed to mount Mount unit for snapd, revision 17336.I tried looking for advice already and found on an ubuntu forum that it might be missing snap files but I don't know how to go about this because it doesn't seem like I'm able to open a command line or anything (ctrl+alt+f2 doesn't work).
Any advice would be more than welcome.
Last edited by shadfig (2022-11-14 22:52:34)
Offline
Welcome to the forums. Please edit your post and add [ code ] [ /code ] tags (without spaces around code to make it easier to read.
Can you boot the multi-user.target?
Which display manager are you using?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Hi, thanks for the reply.
No, I cannot multi-user.target. It fails already while it's checking the drives.
I'm using Xorg.
I hope this is of any help.
Offline
Boot the live ISO, mount your partitions and arch-chroot into the system (as you did when installing Arch).
Once in the system, disable all of the snap mount units in /etc/systemd/system/multi-user.target.wants/.
I don't use snap, but it seems poor design if a failure to mount snaps prevents booting the system.
Hopefully that will let you boot the multi-user.target to troubleshoot the system.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Pages: 1