I’m running OpenSUSE Leap 42.1 with GNOME. I’m trying to get my system into runlevel 3, but every time I try, I get a black screen and the system will no longer respond (Ctrl+Alt+Fx doesn’t work anymore). I am running NVIDIA video drivers if that matters.
I’ve tried several way, and don’t remember them all. <sigh>
The last I tried was using Ctrl+Alt+Backspace to log out user. However, since I’m on GNOME, I can’t figure out how to log back in to CLI rather than into a GUI. After doing the Ctrl+Alt+Backspace, and getting to the login screen, I used Ctrl+Alt+F2 to get into a command line screen. I then logged in as root, then ran, telinit 3.
Hi
So, you running the older kernel, what you need to do is look at the download location for the nvidia driver and ensure it matches that newer kernel.
If your check does confirm the new driver (rpm) is present, if it does then you can set the system to runlevel 3 via;
systemctl set-default multi-user.target
Reboot the system and manually update the nvidia driver via zypper (it will boot to runlevel 3).
Then when updated, set the default back to graphical.target via systemctl and reboot to the new kernel.