I am running Kali in Hyper V VM (win10 Pro), was in 5.16 and then and did a normal update with
Code:
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade && sudo apt autoremove -y && sudo apt autoclean
, so now is not enable to start normally in 5.17 (keep in black screen just after kali logo), even so kali can start in advanced section in previuos kernel version (5.16) or Secure mode (both)...so I did it through (ctl+alt+F3) in normal mode (Kali 5.17 with the error in black screen) and I coulded go into CLI; I took journal log and you can see something wrong with lightdm service, and I went more deep checking PID were are returning exit 1 value and are tty service issues
Code:
sudo systemctl status lightdm
systemctl.JPG
Code:
sudo lightdm --test-mode --debug
journal.jpg
Code:
sudo journalctl -p 0..3 -xb0
journal.JPG
HAPPY FIXING !!