[Bug 2067622] Re: cryptsetup-initramfs disappeared during upgrade from 23.10 to 24.04 leading to failing boot
Nick Rosbrook
2067622 at bugs.launchpad.net
Mon Aug 12 17:38:51 UTC 2024
I have verified the fix using ubuntu-release-upgrader from noble-
propesed:
root at jammy:~# do-release-upgrade --proposed
Checking for a new Ubuntu release
= Welcome to Ubuntu 24.04 LTS 'Noble Numbat' =
The Ubuntu team is proud to announce Ubuntu 24.04 LTS 'Noble Numbat'.
To see what's new in this release, visit:
https://wiki.ubuntu.com/NobleNumbat/ReleaseNotes
Ubuntu is a Linux distribution for your desktop or server, with a fast
and easy install, regular releases, a tight selection of excellent
applications installed by default, and almost any other software you
can imagine available through the network.
We hope you enjoy Ubuntu.
== Feedback and Helping ==
If you would like to help shape Ubuntu, take a look at the list of
ways you can participate at
http://www.ubuntu.com/community/participate/
Your comments, bug reports, patches and suggestions will help ensure
that our next release is the best release of Ubuntu ever. If you feel
that you have found a bug please read:
http://help.ubuntu.com/community/ReportingBugs
Then report bugs using apport in Ubuntu. For example:
ubuntu-bug linux
will open a bug report in Launchpad regarding the linux package.
If you have a question, or if you think you may have found a bug but
aren't sure, first try asking on the #ubuntu or #ubuntu-bugs IRC
channels on Libera.Chat, on the Ubuntu Users mailing list, or on the
Ubuntu forums:
http://help.ubuntu.com/community/InternetRelayChat
http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
http://www.ubuntuforums.org/
== More Information ==
You can find out more about Ubuntu on our website, IRC channel and wiki.
If you're new to Ubuntu, please visit:
http://www.ubuntu.com/
To sign up for future Ubuntu announcements, please subscribe to Ubuntu's
very low volume announcement list at:
http://lists.ubuntu.com/mailman/listinfo/ubuntu-announce
Continue [yN]
Then, in another terminal:
root at jammy:~# tmpdir="$(find /tmp -name ubuntu-release-upgrader-* -type d)"
root at jammy:~# grep "cryptsetup-initramfs" "$tmpdir/removal_denylist.cfg"
# removing cryptsetup-initramfs can lead to boot failures (LP: #2067622)
^cryptsetup-initramfs$
** Tags removed: verification-needed verification-needed-noble
** Tags added: verification-done verification-done-noble
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/2067622
Title:
cryptsetup-initramfs disappeared during upgrade from 23.10 to 24.04
leading to failing boot
Status in ubuntu-release-upgrader package in Ubuntu:
Fix Released
Status in ubuntu-release-upgrader source package in Noble:
Fix Committed
Status in ubuntu-release-upgrader source package in Oracular:
Fix Released
Bug description:
[Impact]
If an upgrade removes cryptsetup-initramfs, the system can then fail
to boot.
[Test Plan]
We don't currently have a reproducer for this scenario, so we need to
test that cryptsetup-initramfs is listed in the removal_denylist.cfg
during upgrades to Noble.
1. Start an upgrade
$ do-release-upgrade
2. In another terminal, after the tarball has been downloaded and
unpacked, find the temp directory
$ tmpdir="$(find /tmp -name ubuntu-release-upgrader-* -type d)"
3. Check that cryptsetup-initramfs is in the removal deny list:
grep "cryptsetup-initramfs" "$tmpdir/removal_denylist.cfg"
It should be listed there.
[Where problems could occur]
If there was a typo in the patch, the entry would not correctly match
the cryptsetup-initramfs package name, and would therefore not prevent
removal during upgrades.
[Original Description]
I have a system with a full-disk encryption installed with 23.10.
After doing an upgrade to 24.04 from command line using `do-release-
upgrade` (everything went without a problem), I rebooted and got a
initramfs prompt complaining about root filesystem not being
available.
I was able to boot using the kernel from the previous version (6.5.0)
and after inspecting the system, I found that the `cryptsetup-
initramfs` package was not installed. After installing it, it produced
a new and slightly larger initramfs. With it, I was able to boot with
the 6.8.0 kernel.
From the upgrade logs, I can see the following:
```
Investigating (0) cryptsetup-initramfs:amd64 < 2:2.7.0-1ubuntu4 @ii gK Ib >
Broken cryptsetup-initramfs:amd64 Depends on cryptsetup:amd64 < 2:2.7.0-1ubuntu4 @ii pgP > (>= 2:2.7.0-1ubuntu4)
Considering cryptsetup:amd64 10000 as a solution to cryptsetup-initramfs:amd64 0
Removing cryptsetup-initramfs:amd64 rather than change cryptsetup:amd64
```
Which I think is the culprit of the problem.
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: ubuntu-release-upgrader-core 1:24.04.18
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: zfs nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CrashDB: ubuntu
CurrentDesktop: MATE
Date: Thu May 30 16:37:39 2024
InstallationDate: Installed on 2024-02-25 (95 days ago)
InstallationMedia: Ubuntu-MATE 23.10 "Mantic Minotaur" - Release amd64 (20231010)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to noble on 2024-05-30 (0 days ago)
VarLogDistupgradeXorgFixuplog:
INFO:root:/usr/bin/do-release-upgrade running
INFO:root:No xorg.conf, exiting
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2067622/+subscriptions
More information about the foundations-bugs
mailing list