(In reply to Dev Guy from comment #12) > Hi did the following rm -rf /usr/lib/firmware/qcom/LENOVO/21BX/ > > However now when I reboot I drop into console mode? For kernel > 6.0.0.1-default > > I have to select the previous kernel to boot into desktop mode. > How can I correct this? Try to uninstall kernel-firmware-qcom at first, then re-install kernel-firmwre-all again. % rpm -e --nodeps kernel-firmware-qcom % zypper in -f kernel-firmware-all Also, if the previous update was aborted due to this bug, finish the rest. % zypper up If the problem still happens after that, it must be a different bug. Please open another bug report. *** BTW, "rm -rf /usr/lib/firmware/qcom/LENOVO/21BX/" is actually an incorrect workaround. Performing this before the package update will end up with the missing firmware files, and for users who do require those firmware may hit another problem (although it's OK-ish for most users who don't need those files). A safer workaround is to uninstall the previous kernel-firmware-qcom at first as shown in the above.