Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #68949 > unrolled thread

Bug#977727: initramfs-tools: Panic mode does not support manual mounting

Started byMatthias Urlichs <matthias@urlichs.de>
First post2020-12-19 18:40 +0100
Last post2020-12-19 18:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.debian.kernel


Contents

  Bug#977727: initramfs-tools: Panic mode does not support manual mounting Matthias Urlichs <matthias@urlichs.de> - 2020-12-19 18:40 +0100

#68949 — Bug#977727: initramfs-tools: Panic mode does not support manual mounting

FromMatthias Urlichs <matthias@urlichs.de>
Date2020-12-19 18:40 +0100
SubjectBug#977727: initramfs-tools: Panic mode does not support manual mounting
Message-ID<BnOmZ-85A-5@gated-at.bofh.it>
Package: initramfs-tools
Version: 0.139
Severity: important

Consider this sequence:

* I boot with root=LABEL=foo1 or root=UUID=[long]
* However I mistyped the UUID, or misapplied the label, or the root disk
  had to be replaced, or the rotofs is broken and I need to boot the
  rescue root
* I get dropped into the initramfs panic shell
* I mount the rootfs to /root manually

However, the current boot loop insists on finding the volume that                             
corresponds to the original root= argument. There appears to be no way to  
override that.

What should happen: when /root is a mountpoint and /root/$INIT exists
(please check using "chroot test -e …" as /root/sbin/init might be an       
absolute symlink), assume success.

Yes it should be possible to modify the kernel command line and reboot
instead, but sometimes it is not.

[toc] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web