![]() |
Cannot update due to "shim-signed" - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Updates (https://www.linuxliteos.com/forums/forumdisplay.php?fid=46) +--- Thread: Cannot update due to "shim-signed" (/showthread.php?tid=9369) |
Cannot update due to "shim-signed" - Idiot Annon - 04-03-2025 Hello i tried to fix this problem with the help of AI assistant on the main site but it could not help so now im asking you guys. Whenever im trying to run sudo apt upgrade or sudo apt dist-upgrade I get the same error and i have no idea what to do with it. Code: sudo apt upgrade AI suggested a few different commands to run such as "sudo apt --fix-broken install" but every thing it told me to try just gave me the same error. RE: Cannot update due to "shim-signed" - stevef - 04-03-2025 What do these commands show ? Code: ls -l /usr/lib/grub Code: file /usr/lib/grub/grub-multi-install RE: Cannot update due to "shim-signed" - Idiot Annon - 04-04-2025 (04-03-2025, 11:03 PM)stevef Wrote: What do these commands show ? Here's the output: Code: linuxlite ~ ls -l /usr/lib/grub Code: linuxlite ~ file /usr/lib/grub/grub-multi-install RE: Cannot update due to "shim-signed" - stevef - 04-04-2025 It appears that your system is missing a script (named grub-multi-install) which is called by the shim-signed upgrade process. As the script is missing, the upgrade process crashes. The script location is part of the protected system area that isn't usually touched so while it may be possible just to copy the script back to the system, we really need to understand why the script isn't where it should be. Other things may be wrong as well and the AI advised attempts may have had adverse effects. Are you aware of anything just before the problem started that may have affected your system files ? Do you have a System Restore Utility (aka Timeshift) snapshot taken before the problem started ? Would you be prepared to back up your data and re-install the system ? |