From recent, when I am starting my PC, after the maker logo I see this (sorry for the image, I can't copy this):
Then, Ubuntu asks me for the user ID:
If to input this and the password, it will be the simple terminal session. Wee, but where did the GUI go? Working with the PC, I need the GUI, not the terminal.
startx
command more on startx. This command will try to start XOrg session. I am not sure why this happens, but I have seen randomly this type of issue popping andstartx
has helped me. – Aakura Pyakura Nov 27 '23 at 08:52startx
command" - the output was:exec: /usr/bin/X: not found
,xinit: giving up
,unable to connect to X server: Connection refused
,server error
. ". I am not sure why this happens" the possible cause is the error during Ubuntu updating. – Tokugawa Takeshi YD Dec 01 '23 at 08:46/home
partition and continue to install. The xorg and related display server errors should be solved now. – Aakura Pyakura Dec 08 '23 at 04:16