Hello Everyone ,after some upgrade this weekend can't boot into system,tried some older similar problems here,but no luck, need some help please,thanks Wolf
after upgrade this weekend can't boot into system
Can you switch to a tty with Ctrl + alt + f3? (F1-F7)
I recommend looking at the troubleshooting section of our Help Center. There may be something there that helps you get the system working again. If you have questions as you work through this, feel free to ask.
Yes I can
Well, let's start with the guide:
sudo eopkg rebuild-db
sudo eopkg up
sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall
What is your graphical environment?
I am running OS on Gnome, tried it already yesterday with no luck.
What happens when you type startx
or dbus-run-session -- gnome-shell --display-server --wayland
? Or any other gnome startup commands you know.
wow, now dbus-run-session -- gnome-shell --display-server --wayland works , guess there is something broken or missing ?
but I am on wayland session now
It's hard to say anything. You need to search the logs maybe related to GDM or gnome-session. E.g.: journalctl -b | grep gdm
or journalctl -p err -b
SORRY, no info : " You are currently not seeing messages from other users and the system........
tried also rollback, no luck.
guy-highlander " You are currently not seeing messages from other users and the system........
What does it mean? Why didn't you paste all the information from the terminal? If they are long, send them to some pastebin and paste the link here.
, hope its okay,
- Best Answerset by TraceyC
Thanks POMON, it helps now I am back in gnome-xorg , Don´t understand why, but doesn`t matter it works.cheerz Wolf
You have to run those journalctl commands with sudo, that was missing from the post. For example:
sudo journalctl -b | grep gdm
Glad to hear that Gnome is working with X11 (aka xorg) again. Let us know if you run into any further problems.