
Originally Posted by
PolderPenguin
Am I now stuck without updating possibility?
Firstly, I'll agree with arvidjaar on attempting to boot without plymouth -- to see if that gives additional information.
Secondly, I would next try booting with the previous kernel. You can select that with the "Advanced options" grub menu entry. If the previous kernel works, but this one doesn't, then you might have run into a kernel bug.
Assuming that the previous kernel works, my next step would be to edit "/etc/zypp/zypp.conf". Look for the line:
Code:
multiversion.kernels = latest,latest-1,running
and change that to:
Code:
multiversion.kernels = oldest,latest,latest-1,running
That is, insert "oldest" in the list of kernels to retain. That way, the kernel that you know to work will not go away until you revert that line.
After that, I would continue to install updates, knowing that I could always boot with that older kernel.
There might already be a bug report for the kernel that is giving problems. If not, you could report a bug yourself.
Bookmarks