Today I upgraded from Ubuntu 18.04 to Ubuntu 18.10 and something strange happened.
When I fire up the laptop it automatically enters the tty1 interface. Then I need to enter a command to go to graphical interface. This also happened once on 18.04 but then I pressed Ctrl+Alt+f7 and everything was fine, but it doesn't seem to fix it now.
Any idea why is this happening? I tried some thing from the internet and still the same.
Drivers are same as the one I had on 18.04 and everything is updated but I guess that is not a problem since I can enter graphical interface with a command from tty1. I want it to go directly to graphical interface.
I already tried
sudo systemctl set-default graphical.target
but it's still the same after reboot
This command
sudo systemctl start gdm3.service
starts the graphical interface but only after I type it... it is going back to tty1 again after reboot.