LM22 Wilma Upgrade Error - Return code: 100
by Yggdrasil1988 from LinuxQuestions.org on (#6PKWK)
I was trying to upgrade from 21.3 to LM22 Wilma. I was having an issue that repeated itself after a Timeshift and restart of the mintupgrade.
Code:dpkg: error processing archive /var/cache/apt/archives/udev_255.4-1ubuntu8.2_amd64.deb (--unpack):
dpkg: error processing archive /var/cache/apt/archives/systemd_255.4-1ubuntu8.2_amd64.deb (--unpack):These errors gave these clues that systemd and udev might be the culprit. These are issues with dpkg and maybe snap
Quote:
I checked before I started the upgrade a second time usrmerge was installed. So was udev and systemd.
here is my inxi -Fxxxrz https://pastebin.com/iqsuwpDk
Here is the code block I split it into three errors in the order that they occurred. Since this upgrade is so text heavy and long I tried to gather the most important parts considering this Error - Return code: 100
https://pastebin.com/kq3v7AGw
Error 1 has something to do with systemd and snap not starting correctly
Error 2 Mintupdate couldn't update from the server
Error 3 The longest code block involves dpkg trying to (--configure) different packages.
I'm relatively new to Linux and having trouble finding answers to this specific situation. I have all the broken packages from the upgrade in synaptic and I'm trying to figure out how to fix them. While I was searching for similar issues someone suggested dpkg configure all. This gets tripped up by the same error.
as of now I can't use
sudo apt-get install -f
sudo dpkg --configure -a
sudo killall apt apt-get
sudo apt-get reinstall <program>
sudo mintupgrade just starts the process over again.
update manager says "An error occured, please run Package Manager from the right click menu or apt-get in terminal to see what's wrong. The Error message was 'Error: BrokenCount > 0'. This usually means that your installed packages have unmet dependencies."
I have 56 broken packages in synaptic here are the results of dpkg -l | grep -v "^ii"
https://pastebin.com/3TvpcKLf
Some things I had to do to get the upgrade to start: delete winehq-jammy.source and winehq-bookworm.source, and I had to purge LiberOffice. Again I have already tried this once before and got the exact same error. I was able to Timeshift restore my session just before I started the upgrade.
Code:dpkg: error processing archive /var/cache/apt/archives/udev_255.4-1ubuntu8.2_amd64.deb (--unpack):
dpkg: error processing archive /var/cache/apt/archives/systemd_255.4-1ubuntu8.2_amd64.deb (--unpack):These errors gave these clues that systemd and udev might be the culprit. These are issues with dpkg and maybe snap
Quote:
****************************************************************************** * * The systemd package cannot be installed because this system does * not have a merged /usr. * * Please install the usrmerge package to convert this system to merged-/usr. * * For more information please read https://wiki.debian.org/UsrMerge. ******************************************************************************* |
here is my inxi -Fxxxrz https://pastebin.com/iqsuwpDk
Here is the code block I split it into three errors in the order that they occurred. Since this upgrade is so text heavy and long I tried to gather the most important parts considering this Error - Return code: 100
https://pastebin.com/kq3v7AGw
Error 1 has something to do with systemd and snap not starting correctly
Error 2 Mintupdate couldn't update from the server
Error 3 The longest code block involves dpkg trying to (--configure) different packages.
I'm relatively new to Linux and having trouble finding answers to this specific situation. I have all the broken packages from the upgrade in synaptic and I'm trying to figure out how to fix them. While I was searching for similar issues someone suggested dpkg configure all. This gets tripped up by the same error.
as of now I can't use
sudo apt-get install -f
sudo dpkg --configure -a
sudo killall apt apt-get
sudo apt-get reinstall <program>
sudo mintupgrade just starts the process over again.
update manager says "An error occured, please run Package Manager from the right click menu or apt-get in terminal to see what's wrong. The Error message was 'Error: BrokenCount > 0'. This usually means that your installed packages have unmet dependencies."
I have 56 broken packages in synaptic here are the results of dpkg -l | grep -v "^ii"
https://pastebin.com/3TvpcKLf
Some things I had to do to get the upgrade to start: delete winehq-jammy.source and winehq-bookworm.source, and I had to purge LiberOffice. Again I have already tried this once before and got the exact same error. I was able to Timeshift restore my session just before I started the upgrade.