update-grub fails in the face of overlayroot
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
grub2 (Ubuntu) |
Triaged
|
High
|
Unassigned | ||
Trusty |
Triaged
|
High
|
Unassigned |
Bug Description
Info on overlayroot: http://
Mount configuration for an overlayroot-
$ mount
overlayroot on / type overlayfs (rw,errors=
/dev/sda5 on /media/root-ro type ext3 (ro,relatime,
/dev/sda6 on /media/root-rw type ext3 (rw,relatime,
/dev/sda1 on /boot type ext3 (rw)
When attempting to update-grub:
$ sudo update-grub
[sudo] password for administrator:
/usr/sbin/
The issue comes about in this line of the /usr/sbin/
GRUB_DEVICE=
In the short term, I'm hacking that script to pass in a value for GRUB_DEVICE, but the ideal would be to have the grub-probe binary detect when an overlayfs is / and return the device which is the bottom of the overlay.
Changed in grub2 (Ubuntu): | |
importance: | Undecided → High |
status: | New → Triaged |
tags: | added: rls-t-notfixing |
tags: | added: trusty |
This affects all releases, not just trusty. e.g. xenial and bionic