I generally hate to upgrade my Linux.
There is almost a problem every time. I don’t do a update too often.
I feel lucky if an update works and my system is usable after.
Now the problem I have is screen resolution has been set extremely low.
Screen resolution is stuck at 640x480 (4:3), and I cannot change it.
I am running with the NVIDIA G05 drivers 460.73.01-lp152.39.1
It seems the nvidia driver is not loaded.
I reinstalled all the NVIDIA packages, including the kernel module.
But that did not work.
From the output from NVIDIA KMP Package installation, I deleted some old kernel directories under
/lib/modules. Just keeping my current installed kernel (which now is the only kernel installed)
Force install of the NVIDIA kmp seemed to have less errors now, but still some
rm: cannot remove ‘/lib/modules/5.3.18-lp152.72-default/updates/nvidia*.ko’: no such file or directory
depmod: WARNING could not open modules.order at /lib/modules/5.3.18-lp152.19-default: No such file or directory
depmod: WARNING could not open modules.builtin at /lib/modules/5.3.18-lp152.19-default: No such file or directory
EI variables are not supported on this system
The problems are compounding.
After I uninstalled NVIDIA, rebooted, now Network does not work either.
I have no Internet, and cannot reinstall nvidia now.
Hi
What if you boot with the nomodeset grub option temporarily? Since the drivers are not rebuilt for the current kernel, run dracut -f and see if it rebuilds properly.
Hi
If you press e to edit, then arrow to at the line begining linux or linuxefi (if UEFI boot) and press end key and place the nomodeset after quiet and press F10 to boot.
Sure the issue is running preempt instead of default?
What is it with the preempt kernel? Seems it is the one being used, not the default.
With preempt I cannot get Internet with wicked network service.
I have to reboot with default to get Internet.
I reinstalled the NVIDIA drivers with he NVIDIA kmp-default.
It still complains during install that it needs the 5.3.18-lp152.19 Linux kernel, not the 5.3.18-lp152.72 I have installed.
grep: /etc/sysconfig/kernel: No such file or directory
depmod: ERROR: fstatat(5, e1000e.ko): No such file or directory
dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut: installkernel failed in module kernel-modules-extra
Generating /boot/initrd-5.3.18-lp152.72-preempt targets failed
Then rebooted with nomodeset.
My X, and KDE now comes up, and the resolutions is fine.
running dracut -f now outputs a lot more than it did before.
Hi
Can you install inxi and show that output? I would remove the preempt kernels… that will get rid of the benign preempt errors, so only running default kernels.
You should be able to not add the nomodeset and boot…
Yes thankfully. I did not want to reinstall.
Seems when I get this problem is when both Kernel and NVIDIA have updates.
Deleting the old kernels that is laying around is something I have done before.
This time I had to use the default kernel. Not sure why the preempt kernel was installed, but I am going to uninstall it.