http://bugzilla.opensuse.org/show_bug.cgi?id=1209436 http://bugzilla.opensuse.org/show_bug.cgi?id=1209436#c28 Andreas Schleth <schleth_es@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schleth_es@web.de --- Comment #28 from Andreas Schleth <schleth_es@web.de> --- (In reply to Larry Rainey from comment #12)
for those that want to remove the bad kernel - here is a script to remove and lock the kernel - run as root or add sudo to the commands.
zypper rm -y kernel-default-5.14.21-150400.24.49.3 zypper al kernel-default kernel-default-extra kernel-default-optional zypper ll cd /boot rm initrd rm vmlinuz ln -s initrd-5.14.21-150400.24.46-default initrd ln -s vmlinuz-5.14.21-150400.24.46-default vmlinuz ls -la /boot
to undo
zypper rl kernel-default kernel-default-extra kernel-default-optional zypper ll
Thanks! This script saved me a lot of grief. Both our Intel-PCs were affected. -- You are receiving this mail because: You are on the CC list for the bug.