Hi, I had old 2.0 upgraded to Kali rolling, all went smooth, but after reboot, I was getting console login that was frozen, I couldnt type root or anything, so decided to do fresh install from usb.

Installed Kali rolling and its same thing.

I had to login in recovery and do :

nano /etc/gdm3/daemon.conf

And change it
AutomaticLoginEnable=false
AutomaticLogin=root

To

AutomaticLoginEnable=true
AutomaticLogin=root

Then after reboot i bot X and it goes to desktop all works, but its autologin to root.

How to fix login screen?

Thank You