Annoying notification at each start

Hi everyone, I am finding a small problem, following an update of the BIOS from the software-manager, which was successful, the PC has restarted. Now at each ignition the software manager notifies me to the incomplete update. Do you know how to eliminate the notification? Thanks for the support.
I'm using Zorin 17.2 Core on ThinkPad T490.


I have already tried the commands:
sudo apt update && sudo apt upgrade
sudo apt clean
sudo apt autoclean
sudo apt autoremove
sudo apt-get dist-upgrade
sudo apt-get --fix-broken install
sudo apt full-upgrade
sudo apt-get dist-upgrade

1 Like

Open the terminal and copy/paste this command. Please post back the outcome.

sudo apt update && sudo apt upgrade

already done

The notification that appears in the photo says:
"System update failed."

I am sure that everything went well. I would just like to block this message that appears to each start.

Thanks we can close, I solved by reading this in the forum:

This is normally related to a firmware upgrade. The firmware upgrade is OK but the error gets reported anyway. If you search for a file containing the text in /var using grep, for example: sudo grep -rnw /var/ -e '570d24e21cec6aadc4c7019ea2d7cfc16c22191b' you will more than likely find /var/lib/fwupd/pending.db. Deleted this file and restart. The message will then be gone.

1 Like