pieroproietti / penguins-eggs

On the road of Remastersys, Refracta, Systemback and father Knoppix!
https://penguins-eggs.net
394 stars 44 forks source link

SDDM not loading after installing with Arch Linux based distro, and tty's keep trying to autologin to live account #288

Closed EnterTheVoid-x86 closed 7 months ago

EnterTheVoid-x86 commented 1 year ago

After installing an iso made with eggs based on arch, SDDM does not load and when switching to tty it is stuck in a loop of trying to log into the live account.

SDDM not loading SDDM not loading TTY stuck in autologin loop TTY stuck in autologin loop

I cannot do any further troubleshooting because of the autologin loop.

pieroproietti commented 1 year ago

I noted this problem, actually i don't know why happen.

I use auto login just for naked (CLI) and usually remove It after CLI installation.

We must analyze that happen.

pieroproietti commented 1 year ago

Today I'm uploading a new arch kde based, I will call it albatros in the future... it's automatically made with eggs wardrobe.

In all the way during the build I checked if there was same issues with CLI autologin, I found it OK.

If you want can test this version.

You can also start with a naked iso then:

pieroproietti commented 1 year ago

You can try: sudo rm /etc/systemd/system/getty@.service.d/override.conf to remove my cli-autologin if it is present.

EnterTheVoid-x86 commented 1 year ago

sudo rm /etc/systemd/system/getty@.service.d/override.conf

Is there a way I can prevent penguins-eggs from making changes to this file? Thanks