You are not logged in.
I ran
sudo pacman -Syu at UTC 2025-05-02 16:14. After reboot, I found my laptop stuck at “A start job is running for Create Static Device Nodes in /dev gracefully (50min 4s / no limit)”. I have tried restarting more times.
Linux version is 6.14.4.arch1-2 if my memory was correct. And systemd version is 257.5-2.
Last edited by IAmREGE (2025-05-04 08:53:46)
Offline
Does it work when you downgrade the "linux" package or boot from "linux-lts" instead?
Offline
Does it work when you downgrade the "linux" package or boot from "linux-lts" instead?
After waiting 3 hours, the “Create Static Device Nodes” finally passed. But now it comes with repeating
[FAILED] Failed to start Rule-based Manager for Device Events and Files.
See 'systemctl status systemd-udevd.service' for details.
Starting Rule-based Manager for Device Events and Files...
[ *** ] A start job is running for Rule-based Manager for Device Events and Files (1min 31s / 3m)Offline
Does it work when you downgrade the "linux" package or boot from "linux-lts" instead?
I have downloaded linux-lts on another laptop. How do I install it in emergency mode?
Offline
Does it work when you downgrade the "linux" package or boot from "linux-lts" instead?
Have no luck after installing linux-lts and boot it. I suspect it is caused by systemd.
Offline
Downgrading systemd to 256.9 solved this problem. Need to investigate whether Linux 6.14 affects this.
Offline
Finally I reinstalled Linux 6.14.4 and ignored systemd, systemd-libs and systemd-sysvcompat on pacman upgrading. Hope systemd 258 could fix this.
Offline
So it is a bug only in systemd? Could you bisect it and report to upstream?
Also you could try systemd-git to see if it's already fixed in master
Last edited by gromit (2025-05-04 09:11:26)
Offline
So it is a bug only in systemd? Could you bisect it and report to upstream?
Also you could try systemd-git to see if it's already fixed in master
I checked these (so far):
ASUS P81IJ + Linux 6.14.4-arch1-2 + systemd 256.9: Startup normally
ASUS P81IJ + Linux 6.12.26-1 + systemd 256.9: Startup normally
ASUS P81IJ + Linux 6.14.4-arch1-2 + systemd 257.5-2: Hangs
ThinkBook 14 G5+ IRH + Linux 6.14.4-arch1-2 + systemd 257.5-2: Startup normally
Seems like it is affected by two factors: Laptop series and systemd version.
Offline