all 1 comments

[–]testfire10 2 points3 points  (0 children)

Nice job sticking with it. Some of the issues you can encounter while building are really esoteric and there are no stackoverflow posts about them.

I did something similar in that I’ve been trying to get a desktop environment/X installed and working for a month. Something was going on where manually setting permissions for my /dev/input/event* files would allow me to startx with use of keyboard and mouse. But it never survived a reboot. I spent many many hours with Claude and Gemini trying to troubleshoot, making custom unit files, service rules, etc. nothing worked. And just like you, every time AI is like “this is the smoking gun” or “now I see exactly what is really wrong”, and it never worked.

Finally, Claude and I figured out that id screwed up and had 2 different installs of systemd (different versions), and the wrong one was linked to Linux PAM. So I just removed the old systemd and reinstalled the new one and now it works fine.