The Kali Linux screen stays stuck after logging in, does anyone know how to solve it?
I tried to turn off the machine or add more ram to the virtual machine but nothing works.
The Kali Linux screen stays stuck after logging in, does anyone know how to solve it?
I tried to turn off the machine or add more ram to the virtual machine but nothing works.
In the terminal that opens, type:
Copy code
sudo apt update && sudo apt upgrade -y
sudo systemctl restart gdm3
If it works, restart the machine. If the problem persists, increase RAM or disk space in your VM settings.
Upgrading Kali is documented here, and its not done the way you say.