I have an Ubuntu machine that has been through several kernel upgrades. At the start of the day, I had 3 kernels installed: 5.11.0-34, 5.11.0-46, and 5.11.0-49. I had to upgrade a bunch of packages, and afterward took the opportunity to remove the middle kernel to open up room in my boot partition.
Now, I cannot get either remaining kernel to boot. Neither of them prompts for the password to decrypt the drive where Linux is installed. It doesn't matter whether I boot into recovery mode or not, they print messages and eventually drop into a shell like this:
Unable to init MCE device (rc: -5)
Volume group "vgubuntu" not found
Cannot process volume group vgubuntu
Gave up waiting for suspend/resume device
Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/mapper/vgubuntu-root does not exist. Dropping to a shell!
BusyBox v1.30.1 (Ubuntu 1:1.30.1-6ubuntu2.1) built-in shell (ash)
I have found a similar account here, but I don't have any devices in /dev with a name prefixed with sda. I'm guessing that's because I don't have any SATA drives. My drives are all NVMe, and I don't know which one has the root file system.
Long ago I added mce=off
as a kernel parameter. It is present in every GRUB menu option.
How can I fix my installation to boot?
busybox
version isn't supported etc).. No mention is made of anything on-topic (ie. no mention there of your need/attempt to release-upgrade to a supported release.. so you're off-topic here (if you take my hint; if you want help here make your question on-topic as per first comment!) – guiverc Jan 28 '22 at 21:28busybox
in your paste is not from a supported release of Ubuntu. You can re-install a later version of Ubuntu; ie. I did re-installs of later releases (20.04) over older releases (18.04) just to complete QA-tests; despite my boxes having no-longer-default encryption; results were good - no user file touched, my additional apps were re-installed automatically (they were available as I checked in new release) .. ie. my comment was geared to re-install a supported OS (20.04 or 21.10!). https://askubuntu.com/help/on-topic – guiverc Jan 28 '22 at 21:42