I have kali linux as the only system, after executing the command "sudo apt update && sudo apt upgrade && sudo apt dist-upgrade -y"
and reboot kali throws me an error
how to fix it?
Przechwycenie obrazu ekranu_2023-01-21_21-46-10.jpg
I have kali linux as the only system, after executing the command "sudo apt update && sudo apt upgrade && sudo apt dist-upgrade -y"
and reboot kali throws me an error
how to fix it?
Przechwycenie obrazu ekranu_2023-01-21_21-46-10.jpg
solution:
start the system from advanced options: last working installation
and do this:
sudo apt-get remove --purge linux-headers-X.X.X
sudo apt-get remove --purge linux-image-X.X.X
and
sudo apt-get install -f
and done it`s work in my case