LINUX.ORG.RU

KALI LINUX oh no something has gone wrong при входе в систему

 , ,


0

1

предпологаю что сломался gdm3/gnome ставил xfce с lightdm, но хотелось бы вернуть gnome обновлять пробовал, все снести и вернуть тоже. Буду признателен помощи, скину любые логи.

The first method to try is to access a different TTY console. This can be achieved by using the Ctrl + Alt + F2 keyboard combination. You should also try different function keys like F3 and F4 to access other TTY consoles. This may not offer a permanent solution, but could be a temporary workaround to at least make the GNOME login prompt appear. It also may allow you to access a command prompt so you can try some of the commands below.
Another solution is to access a command prompt from another TTY session and execute one or both of the following commands to restart logind and the GNOME display manager.

$ sudo systemctl restart systemd-logind
$ sudo systemctl restart gdm

However, if you have deployed LightDM display manager, in that case execute:

$ sudo systemctl restart lightdm

In case a faulty setting or desktop extension is causing the problem with GNOME loading, you can reset all of GNOME’s settings with the following dconf command. Note: only execute this command if you are okay with having ALL of your GNOME desktop settings reset, including wallpapers, icons, shortcuts, etc.

$ dconf reset -f /org/gnome/

If you are receiving an error regarding your GNOME session, you can try reinstalling the gnome-session package. This should reset all associated settings. The following command is for the apt package manager, but you can adapt it if you are running a different distribution.

$ sudo apt install --reinstall gnome-session

On Arch Linux and derivative distributions, editing the mkinitcpio.conf configuration file has helped some users. Open the file below with nano or your preferred text editor:

$ sudo nano /etc/mkinitcpio.conf

And add the following line to the file:

MODULES=(amdgpu)

If the above solutions have not worked for you, there is always the nuclear option. That is, to reinstall GNOME completely. For example, the following two commands would do the job on Debian-based distributions, including Ubuntu.

$ sudo apt purge gnome-session gdm3
$ sudo apt install gnome-session gdm3
moonshaze
() автор топика
Ответ на: комментарий от rupert

Эти дни Пятачок смело мог бы назвать звёздными днями своей жизни, если бы так не болело расквашенное грубым Пухом рыло и не необходимость постоянно выковыривать из ковра на полу какие-то мелкие детали уничтоженного компьютера, и осколки оконных стёкол, кинескопа телевизора и монитора и некогда многочисленных семейных сервизов его дяди Посторонним В., на которые он постоянно наступал и кололся. Но конечно же — всё это была Е-РУН-ДА, о которой даже не стоило вспоминать.

© «В лес приходит Интернет»

Mischutka ★★★★★
()
Ответ на: комментарий от Mischutka

Сам поищи, я штуки три видел,

вот, например:

http://ntb.tgn.sfedu.ru/UML/UML_5636.pdf
«Южный федеральный университет»

https://www.ncfu.ru/NCFU_PYATIGORSK/.doc/obrazovanie/OP/2019/magistratura/10.04.01/MD/Metod_ZIVCS_LR_10.04.01_2019.pdf
«СЕВЕРО-КАВКАЗСКИЙ ФЕДЕРАЛЬНЫЙ УНИВЕРСИТЕТ»

Shushundr ★★★
()
Последнее исправление: Shushundr (всего исправлений: 2)