Hello! I recently (a month or two ago) ran into the problem that on linux-current
with kernel
6.10 or newer, my system simply won't start. The thing is that I don't have integrated graphics, and for discrete graphics (RTX 3050) I have to install the official NVIDIA driver every time I upgrade to a newer kernel. After another upgrade to linux-current
I ran into the fact that after restarting I was unable to open any TTY on any F-key. I literally had the motherboard logo and nothing else: no desktop, no TTY to install the driver. It was very strange and happened for the first time in my entire Solus experience.
That I've already tried:
- Chroot into the installed system from the Live CD and run through all the proposed fixes from the help center.
- I found that the
linux-current
package is simply not fixed by reinstalling the package, eopkg check linux-current
keeps reporting missing modules no matter how many times I reinstall it.
- I once again started a dead system on an up-to-date
linux-current
(6.10.11-303), then booted from a Live CD, used chroot and analyzed all system logs from journalctl --system
, but found no errors or relevant warns there: the system initializes and then shuts down on pressing Ctrl + Alt + Del.
- I just tried everything I knew about, I even double-checked to see if I had any snap packages after dropping AppArmor support - there are none.
I have now rolled back to linux-current
6.8.12-293, where I had everything working.
Please advise me what else I can do for diagnostic purposes, what direction should I even look in?