Hey guys, I have the following problem. I did a nvidia update on my KDE NEON Plasma 6.2 (from 550 to 560) because my laptop kept turning on at the login screen. Now I can only get to the MSI logo and then nothing happens. The boot order is fine. How can I fix the problem or how can I uninstall Nvidia without logging in?
So I was able to delete Nvidia via root. The problem still exists
from my notes when i had a nvidia card, this was for kubunut, so ymmv wih neon.
#
#
#++>> when kernel updates go wrong it's likely because of nvidia drivers <<++
#
#
#to install/update nvidia drivers (brute force option)
#write down the tty terminal steps in the 2nd part below with the appropriate driver number
sudo apt update
sudo apt purge *nvidia*
sudo apt autoremove
reboot
#at this point machine can only boot to a tty terminal (Ctrl-Alt-F2) as there are no drivers
#login with user name and password to enter the following line
sudo apt install nvidia-driver-535 nvidia-settings
reboot
#after reboot it may still require booting to recovery mode
#use the dpkg tool to clean up and finish the install