Results 1 to 5 of 5

Thread: kali 2019.4

  1. #1

    kali 2019.4

    Just install kali 2019.4 I used my normal password and when it boots it says wrong password! I thought I messed up on the installed so I redid it, again, the same thing!!
    Does anyone have this?

  2. #2
    Join Date
    2019-Dec
    Posts
    7
    Quote Originally Posted by cold iron View Post
    Just install kali 2019.4 I used my normal password and when it boots it says wrong password! I thought I messed up on the installed so I redid it, again, the same thing!!
    Does anyone have this?
    try "toor" or your passwd in caps lock

  3. #3
    Join Date
    2019-Dec
    Posts
    3
    I have the same issue on two different systems with distinct hardware after upgrading to 2019.4. I both cases I can login to a console but not to the GUI. /var/log/Xorg.0.log.old (or .1.log.old) contains the error, ? xf86closeconsole kdsetmode failed input/output error?.

  4. #4
    Join Date
    2019-Dec
    Posts
    1
    I had this happen recently on 2 of my VMs after running the updates.


    I believe that there's nothing wrong with the root user or password but that gdm was reset to disallow root login.



    This appears to be the case as I was just able to fix it on one of them by logging in as another (non-root) user, opening a terminal, and running:

    Code:
    su -c 'gedit /etc/pam.d/gdm-password'

    You'll be prompted for the root password (and you'll notice that it works). Next find this line and comment it out:

    Code:
    auth    required    pam_succeed_if.so user != root quiet_success


    Save and close gedit. Then either reboot the machine or restart gdm (service gdm restart). You should be able to login as the root user now without issue.





    If you don't have another user setup, you should be able to use the grub menu to edit the boot parameters and specify runlevel 3.

    From here, you should be able to accomplish the same thing logging in directly as root and using vi and nano to edit the gdm-password file.

  5. #5
    Join Date
    2019-Dec
    Posts
    3
    I SOLVED this issue by installing and configuring the XFCE desktop environment, per the instructions found here: https://www.kali.org/docs/general-us...p-environments
    (I unsuccessfully tried to solve it first by reinstalling the gnome desktop environment on a test system)

Similar Threads

  1. Kali Linux 2019.3
    By romixx in forum Installing Archive
    Replies: 0
    Last Post: 2021-10-03, 16:47
  2. how can i get the old theme of version 2019.3 in version 2019.4
    By stendhalmed in forum General Archive
    Replies: 1
    Last Post: 2019-12-20, 21:12
  3. xfce not working after 2019.3 -2019.4 upgrade
    By rowbot in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2019-11-30, 19:53
  4. Kali 2019.04
    By Rlack in forum Community Feedback
    Replies: 0
    Last Post: 2019-11-27, 01:22
  5. aMule on Kali 2019.3
    By Jerboa in forum General Archive
    Replies: 0
    Last Post: 2019-11-22, 17:20

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •