I have upgraded thru zypper dup today morning. While the update was finished and it is not booting to GUI alone. I can login to loclhost with the username but can’t seem to pass thru. Am not a linux technical guy but using OpenSuse for quite sometime and never had any issues in the last 3 years. Can someone guide me? I have tried checking Nvidia drivers. If I want replace the same, it says “Target disk is not writable”.
Appreciate any inputs. I am okay to rollback to the last available OS as well. Please guide how to rollback if the new OS is not fully ready yet.
I did try to login to previous kernel. It is still reaching in CLI instead of KDE. Also, since the disk is “Readonly”, i am unable to reinstall Nvidia drivers also. I think it may not be Nvidia issue. Still waiting for someone to help me out.
I had a different issue after this update where my laptop screen would work but external monitors not anymore. For some reason the nvidia_drm module is no longer being loaded at boot, but after sudo modprobe nvidia_drm everything works again.
So maybe check if you have nvidia-settings installed and if all the modules are being loaded.
Hi Qzwx, I did try the same but did not work. Upon entering sudo modprobe nvdia-drm, i see the following output:
sudo: unable to mkdir /var/lib/sudo: Read-only file system
sudo: /var/lib/sudo/lectured: Read-only file system
If the filesystem is mounted as read-only there is definitely more going on. Maybe you can find something in the system log by running dmesg, but I’m afraid I won’t be able to help you much further with this.
@qzwx suse-prime is somewhat deprecated, don’t know how well it works with Wayland… should use switcherooctl and prime render offload with new hardware…
@bgv hard to say, your drivers all look to be installed. If as root user you run the command systemctl isolate graphical.target what happens?
Maybe some suse-prime remnants in the likes of /etc/X11 and/or /etc/X11/Xorg.conf.d
Maybe something in the initrd, so you need to look through the output (as root user) the command lsinitrd | less (Don’t post the output here), just look for things like nvidia.conf or bbswitch or G0 files.
Is something like bbswitch or bumblebee (and suse-prime) installed?
I don’t see these in the output at all. Attaching output of graphical.target here. In the lsinitrd | less, i don’t see /extc/X11 or /etc/X11/Xorg.conf.d anywhere in the output.
I have not installed bbswitch or bumblebee or suse-prime ever.