It involves editing grub configuration file, and the process is described in detail here:
https://ubuntuhandbook.org/index.php/2020/05/boot-ubuntu-20-04-command-console/
Now, if you want to start UI from the console ... in my case enlightenment_start command did not work. I was receiving the following error:
Moksha cannot initialize Ecore_X!
The solution was to add the following line to ~/.xinitrc file:
exec enlightenment_start
... and start UI with startx command.
No comments:
Post a Comment