Hello, yesterday my 22.04 LTS prompted me for the upgrade to 24.04.1. I reviewed some information online before proceeding. The installation essentially got all the way to the end and then it failed right after it found my boot loader and Dual boot/Windows configuration.
These were the messages it failed with. It mainly appeared that "Thunderbird" was causing all the issues. I have since removed Thunderbird since I do not use it.
Here's the first error that popped up and then it proceeded quite a ways after this error.
Code:
Could not install '/tmp/apt-dpkg-install-xQMYRJ/00-thunderbird_2%3a1snap1-0ubuntu3_amd64.deb'
The upgrade will continue but the '/tmp/apt-dpkg-install-xQMYRJ/00-thunderbird_2%3a1snap1-0ubuntu3_amd64.deb' package may not be in a working state. Please consider submitting a bug report about it.
new thunderbird package pre-installation script subprocess returned error exit status 1
For some reason it said it completed but it definitely did not completed and upgrade. I was able to boot back into 22.04 so that's a relief.
Code:
Upgrade complete
The upgrade has completed but there were errors during the upgrade process.
After I got back in I removed thunderbird and wanted to try to update again. However, I'm unable to get the prompt to come up to upgrade and system updater just shows my system as up to date.
I also tried this command but it will not allow me to upgrade.
Code:
do-release-upgrade
Checking for a new Ubuntu release
There is no development version of an LTS available.
To upgrade to the latest non-LTS development release
set Prompt=normal in /etc/update-manager/release-upgrades.
I also ran these commands in hope that it would purge any data it pulled down during the upgrade which was basically all 1700 packages.
apt-get update
apt-get autoremove
NOTE : this removed over 800MB!
apt-get clean
UNUSCONF=$(dpkg -l|grep "^rc" | awk '{print $2}')
apt-get remove --purge $UNUSCONF
(this Purged a bunch of STUFF/Kernels)
NEWKERNEL=$(uname -r|sed 's/-*[a-z]//g'|sed 's/-386//g')
ADDKERNEL="linux-(image|headers|ubuntu-modules|restricted-modules)"
METAKERNEL="linux-(image|headers|restricted-modules)-(generic|i386|server|common|rt|xen)"
Here's some example output of the thunderbird failures.
Code:
var/log/dist-upgrade$ grep fail main.log
2024-09-02 19:11:00,482 DEBUG running apport_pkgfailure() thunderbird: new thunderbird package pre-installation script subprocess returned error exit status 1
2024-09-02 19:16:53,735 DEBUG running apport_pkgfailure() thunderbird-locale-en: dependency problems - leaving unconfigured
2024-09-02 19:17:03,918 DEBUG running apport_pkgfailure() thunderbird-locale-en-us: dependency problems - leaving unconfigured
Thanks for any help on how I can get the update to come up again. I'm hoping after removing thunderbird this will complete. Appreciate any assistance.
Bookmarks