The last thing I was doing on my computer was installing the wine application through the terminal. The request for the download was taking forever so I just shutdown my computer forcefully without stopping the process of the download. Went to work, came back the next day, instead of loading into the regular Ubuntu login screen, it loads into some sort of terminal login screen.
How do I fix it?
I tried
vim /etc/default/grub
To edit the GRUB settings to try and load into the GRUB menu.
sudo update-grub
sudo reboot
But it doesn't reboot into GRUB, it just comes back to the tty login terminal.


shutdown now, or if lazy or in a real hurry skipping all that and directing the kernel to shutdown safely now (ie. SysRq commands direct to linux)... FYI: I feel the update or something else caused your boot problem in that duplicate applies to you. – guiverc Oct 06 '22 at 04:48fsck(fs checks) then try boot normally (which I'd expect to fix issue normally).. Your complication is you weren't specific as to what was occurring during your attempted package install, thus you may have more complex problems due to corrupted [package] databases depending on where it was when you forced the power-off... ie. don't use power button when better options exist. – guiverc Oct 06 '22 at 04:50fsckand it failed, it rebooted into the tty login terminal screen. – ConfusedAnon69 Oct 14 '22 at 21:44