After auto updating the kernel from 5.11.0-38-generic to 5.11.0-40-generic my system won't boot
My computers are
- Apple Mac mini 2019 (Intel(R) Core(TM) i7-8700B CPU @ 3.20GHz) and Apple Macbook pro 2019
- Linux is installed on a "WD My Passport SSD 500 GB externe SSD" on partition /dev/sda2
The problems occur with both systems. I have tried to boot with a fresh installation Ubuntu Desktop 20.04.3. It ships with kernel 5.11.0-27. After Updating to 5.11.0-43 the same problem occurs.
I get following error messages:
Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done.
done
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! UUID=e373b7f7-deb5-4265-9699-f36a857daeb9 does not exist. Dropping to a shell!
...
As described I tried to set rootdelay=90 in rEFInd boot options editor. But this doesn't fix the problem.
EDIT: It seems that there is no access to the external drive.
(initramfs) cat /proc/cmdline
ro root=UUID=e373b7f7-deb5-4265-9699-f36a857daeb9 initrd=boot\initrd.img-5.11.0-40-generic
(initramfs) blkid
/dev/nvme0n1p1: LABEL_FATBOOT="EFI" LABEL="EFI" UUID="5F66-17ED" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="52afc870-985c-4c7d-9025-653fd071a434"
/dev/nvme0n1p2: UUID="79934026-e0f0-417a-be7a-f2292082fdea" TYPE="apfs" PARTUUID="4df0b3ec-ba74-4381-b43c-c32725f368cb"
/dev/nvme0n1p3: LABEL="Windows" UUID="34F5EE1202469FF7" TYPE="ntfs" PARTUUID="b33219f8-db08-4c44-9d3b-b08989b10f9c"
When I boot the system with kernel 5.11.0-38 the output of blkid looks like
sudo blkid
/dev/sda2: UUID="e373b7f7-deb5-4265-9699-f36a857daeb9" TYPE="ext4" PARTUUID="ac7c144c-cc01-4af8-922f-40021a28c643"
...
/dev/nvme0n1p1: LABEL_FATBOOT="EFI" LABEL="EFI" UUID="5F66-17ED" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="52afc870-985c-4c7d-9025-653fd071a434"
/dev/nvme0n1p2: UUID="79934026-e0f0-417a-be7a-f2292082fdea" TYPE="apfs" PARTUUID="4df0b3ec-ba74-4381-b43c-c32725f368cb"
/dev/nvme0n1p3: LABEL="Windows" UUID="34F5EE1202469FF7" TYPE="ntfs" PARTUUID="b33219f8-db08-4c44-9d3b-b08989b10f9c"
/dev/sda1: LABEL_FATBOOT="EFI" LABEL="EFI" UUID="67E3-17ED" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="6d157669-6d30-48b0-abb9-5b4616445e25"
/dev/sda3: UUID="e9c6e424-ff06-49e4-ad9a-b3afad7afebf" TYPE="ext4" PARTUUID="76a6b530-bcae-4d91-a64e-6901b42f901a"
...