Fixing Kali linux errors. (startx not found, "oh no! something has gone wrong" etc)
One of them consists of the login screen missing and returning:
"Oh no! Something has gone wrong.To fix this issue (a temporary fix), press CTRL+ALT+F1, it will take you to the terminal. From there, check if you can use the command "startx"
A problem has occured and the system can't recover. Please contact a system administrator"
If you get the following error:
root@kali:~#startx
-bash: startx: command not foundThe problem would be that you don't have the x window system functioning yet, install it by using the command:
apt-get install x-window-systemLet it install and from there, you should be able to access your graphical user interface using "startx"
Don't forget to make sure that all your packages are up to date.
0 comments:
Post a Comment