Page 1 of 1
Login greeter fails to start automatically
Posted: 7. May 2025, 02:10
by bradnag
Hi Folks,
I wanted to upgrade the kernel 5.15.161 and I made mistake running
instead
Code: Select all
slapt-get -u && slapt-get --upgrade
as usually do and right now the login manager does not automatically starts. I need to startx from tty console.
I reinstalled lightdm* but no success.
How can I restore the greeter prompt?
Thanks a lot!
Re: Login greeter fails to start automatically
Posted: 7. May 2025, 06:29
by gapan
Why would you use slackpkg?
https://docs.salixos.org/faq/slackpkg/
Now you must undo the damage. You will be lucky if all it takes is to run
Code: Select all
sudo slapt-get--update
sudo slapt-get --upgrade
Re: Login greeter fails to start automatically
Posted: 7. May 2025, 10:06
by bradnag
I know was foolish, I noticed was a Firefox upgrade and were no kernel upgrades so I thought will be no damages. I got kernel panic probably because it changed to generic from huge, I fixed the boot by login does not start auto.
Now the firmware is trying to install the previous version and successfully fail every time.
Re: Login greeter fails to start automatically
Posted: 8. May 2025, 11:40
by gapan
You got a kernel panic? So you can't boot at all?
It would certainly be possible to fix it if you knew how. But at this point, it would probably be easier and less time consuming to just reinstall from scratch.
Re: Login greeter fails to start automatically
Posted: 8. May 2025, 12:11
by bradnag
the kernel panic was not a problem, I fixed the boot, thanks
Re: Login greeter fails to start automatically
Posted: 8. May 2025, 12:20
by gapan
So, is there still a problem?
Re: Login greeter fails to start automatically
Posted: 8. May 2025, 13:32
by bradnag
yes, with the login greeter, does not start automatically. I have to login and startx and then all is good
Re: Login greeter fails to start automatically
Posted: 8. May 2025, 15:16
by gapan
Check the contents of the /etc/inittab file. The default runlevel should be set to 4, like this:
Code: Select all
# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
Re: Login greeter fails to start automatically
Posted: 8. May 2025, 19:47
by bradnag
completely forgot about that thank you! Hopefully!
Re: Login greeter fails to start automatically
Posted: 13. May 2025, 13:21
by bradnag
yes, inittab level was 3. Changed to 4. Thanks so much!