Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #72382 > unrolled thread
| Started by | Julian Schreck <julian.schreck@online.de> |
|---|---|
| First post | 2021-07-14 11:00 +0200 |
| Last post | 2021-07-20 14:20 +0200 |
| Articles | 6 — 2 participants |
Back to article view | Back to linux.debian.kernel
buster: cannot boot into kernel 4.19.0-17 Julian Schreck <julian.schreck@online.de> - 2021-07-14 11:00 +0200
Re: buster: cannot boot into kernel 4.19.0-17 Ben Hutchings <ben@decadent.org.uk> - 2021-07-19 20:40 +0200
Re: buster: cannot boot into kernel 4.19.0-17 Ben Hutchings <ben@decadent.org.uk> - 2021-07-19 20:50 +0200
Re: buster: cannot boot into kernel 4.19.0-17 Julian Schreck <julian.schreck@online.de> - 2021-07-20 11:20 +0200
Re: buster: cannot boot into kernel 4.19.0-17 Julian Schreck <julian.schreck@online.de> - 2021-07-20 11:50 +0200
Re: buster: cannot boot into kernel 4.19.0-17 Ben Hutchings <ben@decadent.org.uk> - 2021-07-20 14:20 +0200
| From | Julian Schreck <julian.schreck@online.de> |
|---|---|
| Date | 2021-07-14 11:00 +0200 |
| Subject | buster: cannot boot into kernel 4.19.0-17 |
| Message-ID | <CAIUh-5BB-1@gated-at.bofh.it> |
Dear Sir or Madam, after an update of my packages (in debian stable for amd64 [1]), which included a newer kernel (from 4.19.0-16 to 4.19.0-17; [2]), I cannot boot with the newest kernel. After its selection and waiting for 35 seconds, a "rescue shell" (?) comes up [3]. How can I change the UUID "the boot process" searches for? Do you know what went (or could have gone) wrong here? Note: My disk is encrypted. Kind regards, Julian Schreck PS: forums.debian.net can be pinged right now, but my browser can't load the site. -- [1] : $ uname -a Linux first 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux [2] : $ LC_ALL=C apt list -i *4.19* Listing... Done linux-headers-4.19.0-14-amd64/stable,stable,now 4.19.171-2 amd64 [installed] linux-headers-4.19.0-14-common/stable,stable,now 4.19.171-2 all [installed,automatic] linux-headers-4.19.0-16-amd64/stable,now 4.19.181-1 amd64 [installed] linux-headers-4.19.0-16-common/stable,now 4.19.181-1 all [installed] linux-headers-4.19.0-17-amd64/proposed-updates,stable-updates,now 4.19.194-2 amd64 [installed,automatic] linux-headers-4.19.0-17-common/proposed-updates,stable-updates,now 4.19.194-2 all [installed,automatic] linux-image-4.19.0-14-amd64/stable,stable,now 4.19.171-2 amd64 [installed] linux-image-4.19.0-16-amd64/stable,now 4.19.181-1 amd64 [installed,automatic] linux-image-4.19.0-17-amd64/proposed-updates,stable-updates,now 4.19.194-2 amd64 [installed,automatic] linux-kbuild-4.19/proposed-updates,stable-updates,now 4.19.194-2 amd64 [installed,automatic] [3] : 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! UUID=[an unknown UUID] does not exist. Dropping to a shell! BusyBox v1.30.1 (Debian 1:1.30.1-4) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs)
[toc] | [next] | [standalone]
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Date | 2021-07-19 20:40 +0200 |
| Message-ID | <CCGlk-6LT-7@gated-at.bofh.it> |
| In reply to | #72382 |
[Multipart message — attachments visible in raw view] — view raw
On Wed, 2021-07-14 at 10:38 +0200, Julian Schreck wrote: > Dear Sir or Madam, > after an update of my packages (in debian stable for amd64 [1]), which included a newer kernel (from 4.19.0-16 to > 4.19.0-17; [2]), I cannot boot with the newest kernel. After its selection and waiting for 35 seconds, a "rescue shell" > (?) comes up [3]. > How can I change the UUID "the boot process" searches for? Do you know what went (or could have gone) wrong here? I think that GRUB reads the root device UUID or other identifier from /etc/fstab, but I'm not sure. > Note: My disk is encrypted. [...] Make sure you still have cryptsetup-initramfs installed. Ben. -- Ben Hutchings Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer
[toc] | [prev] | [next] | [standalone]
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Date | 2021-07-19 20:50 +0200 |
| Message-ID | <CCGuZ-6Pr-7@gated-at.bofh.it> |
| In reply to | #72394 |
[Multipart message — attachments visible in raw view] — view raw
On Mon, 2021-07-19 at 20:37 +0200, Ben Hutchings wrote: > On Wed, 2021-07-14 at 10:38 +0200, Julian Schreck wrote: > > Dear Sir or Madam, > > after an update of my packages (in debian stable for amd64 [1]), which included a newer kernel (from 4.19.0-16 to > > 4.19.0-17; [2]), I cannot boot with the newest kernel. After its selection and waiting for 35 seconds, a "rescue shell" > > (?) comes up [3]. > > How can I change the UUID "the boot process" searches for? Do you know what went (or could have gone) wrong here? > > I think that GRUB reads the root device UUID or other identifier from > /etc/fstab, but I'm not sure. To be more specific: I think update-grub does that. So if you change to a different root device you would have to update /etc/fstab and then run update-grub. But, if you've changed to a different root device, all the older kernel versions would also fail to boot if you didn't do that. > > Note: My disk is encrypted. > [...] > > Make sure you still have cryptsetup-initramfs installed. It's more likely that this package (or something else involved in initramfs building) has been uninstalled for some reason. Ben. -- Ben Hutchings Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer
[toc] | [prev] | [next] | [standalone]
| From | Julian Schreck <julian.schreck@online.de> |
|---|---|
| Date | 2021-07-20 11:20 +0200 |
| Message-ID | <CCU4W-70b-1@gated-at.bofh.it> |
| In reply to | #72394 |
> > Dear Sir or Madam, > > after an update of my packages (in debian stable for amd64 [1]), which included a newer kernel (from 4.19.0-16 to > > 4.19.0-17; [2]), I cannot boot with the newest kernel. After its selection and waiting for 35 seconds, a "rescue shell" > > (?) comes up [3]. > > How can I change the UUID "the boot process" searches for? Do you know what went (or could have gone) wrong here? > > I think that GRUB reads the root device UUID or other identifier from > /etc/fstab, but I'm not sure. > > > Note: My disk is encrypted. > [...] > > Make sure you still have cryptsetup-initramfs installed. That was it; cryptsetup-initramfs was ”[residual-config]“: $ LC_ALL=C apt list cryptsetup-initramfs Listing... Done cryptsetup-initramfs/stable,now 2:2.1.0-5+deb10u2 all [residual-config] > Ben. Thanks.
[toc] | [prev] | [next] | [standalone]
| From | Julian Schreck <julian.schreck@online.de> |
|---|---|
| Date | 2021-07-20 11:50 +0200 |
| Message-ID | <CCUxX-79q-7@gated-at.bofh.it> |
| In reply to | #72399 |
These packages are also ”[residual-config]“. Which of them should also be (fully) installed with cryptsetup-initramfs? cryptsetup docutils-common golang-github-gotk3-gotk3-dev ipython3-qtconsole libxvmc1 sgml-base tiny-initramfs-core tlp xml-core > > > Dear Sir or Madam, > > > after an update of my packages (in debian stable for amd64 [1]), which included a newer kernel (from 4.19.0-16 to > > > 4.19.0-17; [2]), I cannot boot with the newest kernel. After its selection and waiting for 35 seconds, a "rescue shell" > > > (?) comes up [3]. > > > How can I change the UUID "the boot process" searches for? Do you know what went (or could have gone) wrong here? > > > > I think that GRUB reads the root device UUID or other identifier from > > /etc/fstab, but I'm not sure. > > > > > Note: My disk is encrypted. > > [...] > > > > Make sure you still have cryptsetup-initramfs installed. > That was it; cryptsetup-initramfs was ”[residual-config]“: > > $ LC_ALL=C apt list cryptsetup-initramfs > Listing... Done > cryptsetup-initramfs/stable,now 2:2.1.0-5+deb10u2 all [residual-config] > > > Ben. > Thanks.
[toc] | [prev] | [next] | [standalone]
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Date | 2021-07-20 14:20 +0200 |
| Message-ID | <CCWT7-dd-1@gated-at.bofh.it> |
| In reply to | #72400 |
[Multipart message — attachments visible in raw view] — view raw
On Tue, 2021-07-20 at 11:31 +0200, Julian Schreck wrote: > These packages are also ”[residual-config]“. Which of them should also be (fully) installed with cryptsetup-initramfs? > cryptsetup docutils-common golang-github-gotk3-gotk3-dev ipython3-qtconsole libxvmc1 sgml-base tiny-initramfs-core tlp > xml-core cryptsetup is needed (and cryptsetup-initramfs depends on it). Ben. -- Ben Hutchings Kids! Bringing about Armageddon can be dangerous. Do not attempt it in your own home. - Terry Pratchett and Neil Gaiman, `Good Omens'
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web