You are not logged in.
Hi,
I run into a sudden weird problem with my arch.
My laptop is xps 13 9370.
I use arch linux + kde.
The boot works alright, I can get into the login manager, type in the right user & password but then the system is unable to start kde.
It writes "FAILED" on many services such as login service, mariadb, docker, network time synchronization...
I try entering the terminal from the login manager (ctrl alt f2) but I get into a black screen with a blinking cursor and can't type anything in there.
Any idea what I can do?
Thanks!
Offline
Any idea what I can do?
Yes, for this forum you can post some logs. You won't get much help here if you're just making people guess what could be the problem.
Are you able to copy some logs from your "FAILED" output? Can you post your dmesg? xorg logs? Anything that we can actually work with?
Offline
I actually can't get to a working terminal so I don't have logs.
But this is what's displayed after KDE fails to launch.
"
/dev/ recovering journal
/dev clean files , clean blocks
[FAILED] failed to start network time synchronization
[FAILED] failed to start login service
[FAILED] failed to start Mariadb
[FAILED] failed to start Hostname service "
Offline
Are you using grub to boot? If so, boot into the console. If not, use a live disk and log in to your console. Then, post your logs.
Last edited by zpg443 (2020-08-14 10:08:28)
Offline
/dev/ recovering journal
/dev clean files , clean blocks
[FAILED] failed to start network time synchronization
[FAILED] failed to start login service
[FAILED] failed to start Mariadb
[FAILED] failed to start Hostname service "
All that seems to point systemd is not kicking in. A zpg443 suggested, boot on a live disk and get your logs from there.
Also while we're here, what is your partitioning like? What filesystem are you using? You might as well run an fsck while booted on live disc to see if your filesystem is all OK.
Offline
What about using Ctrl-Alt-F3 ? IIRC, xddm uses both console 1 and console 2.
If not, can you ssh into the box?
If not, As zpg443 suggests, boot to the multiuser target rather than the graphical target by changing the kernel command line in your bootloader.
My hunch is your bootloader is picking up a stale kernel, or you are failing to mount a volume at boot time.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Xorg:
http://ix.io/2uak
dmesg:
http://ix.io/2uaC
fsck :
http://ix.io/2uaE
I was able to boot to console from grub
It looks like it fails to mount a volume?
Last edited by bamba (2020-08-14 19:18:42)
Offline
What is the output of
pacman -Q linux
uname -aOffline
The output is:
Linux 5.7.10.arch1-1
Linux archlinux 5.7.10-arch1-1 #1 SMP PREEMPT Wed, 22 Jul 2020 19:57:42 x86_64 GNU/Linux
Last edited by bamba (2020-08-14 19:54:24)
Offline
What is the output of
e2fsck -n /dev/nvme0n1p2Offline
I notice that this partion is almost completely full.
I suspect it's from extensive docker usage, but not completely sure.
I deleted all docker files I had and it worked, so I guess it was a space problem. So dumb from my side.
Before this problem I have experienced a very long time poweroff time , is it possible it's related to the space problem?
Last edited by bamba (2020-08-14 21:28:14)
Offline