Something went wrong with the System

What have you tried: I have tried Rescue mod it didn’t help.
I am able to have access to the filesystem with Ubuntu.

What is the error: When I boot and choose Kali Linux… I can see everything is loading up with green light(after I press ESC to see the log). When it comes to System. it turn into a gray screen and it says to contact the Administrator.
Something went wrong with the system.

What device is this on: Laptop - Dell.

Thank you forum for helping :smiley:
I was able to find a solution.

When I have switched to recovery mode by using the advanced boot options in the boot menu. I have waited for the “Something went wrong screen” to show up.
Then I have pressed CTRL+Win+F12 and it opened TTY4.
It is like a terminal.
I have not been able to upgrade the packages of the filesystem by using “sudo apt upgrade” and “sudo apt update” didn’t fix anything.
I have tried using “dpkg --configure -a” but nothing happened.
I have tried sudo apt full-upgrade and it has offered to download the new packages.
After a long download and installation my Kali linux works again :slight_smile:

If anyone needs more help with that let me know :slight_smile:

For future reference, you should be executing sudo apt full-upgrade instead of sudo apt upgrade. Consult man -P 'less -p " full-upgrade"' apt for more information.

1 Like