** Also affects: initramfs-tools (Ubuntu)
   Importance: Undecided
       Status: New

** Description changed:

  That is due to the check for /boot ro status, since they look for the
  substring "ro" within /proc/mounts options column, which is also
- triggered by "group_id".
+ triggered by "group_id" (among others).
  
  ro_boot_check()
  {
          [ -r /proc/mounts ] || return 0
          boot_opts=$(awk '/boot/{if (match($4, /ro/) && $2 == "/boot")
                  print "ro"}' /proc/mounts)
  ....
  
  
  workaround: 
  
  update-initramfs -c -k $(uname -r)

-- 
update-initramfs -u fails with "WARNING: /boot is ro mounted." even if /boot is 
rw
https://bugs.launchpad.net/bugs/187282
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to