Two bugs:
- ubiquity creates an /etc/initramfs-tools/conf.d/resume which lists the swap device by UUID; this is not the correct way to reference a device that's on LVM, and with the current lvm initramfs hooks it fails because it won't be found to be activated.
- if /etc/initramfs-tools/conf.d/resume is absent, initramfs-tools itself auto-creates a file on update-initramfs -u that references the uuid.
We need to fix both.
I'm not sure if we should add some upgrade handling to detect broken /etc/initramfs-tools/conf.d/resume for this case and remove it on upgrade.
Two bugs: tools/conf. d/resume which lists the swap device by UUID; this is not the correct way to reference a device that's on LVM, and with the current lvm initramfs hooks it fails because it won't be found to be activated. tools/conf. d/resume is absent, initramfs-tools itself auto-creates a file on update-initramfs -u that references the uuid.
- ubiquity creates an /etc/initramfs-
- if /etc/initramfs-
We need to fix both.
I'm not sure if we should add some upgrade handling to detect broken /etc/initramfs- tools/conf. d/resume for this case and remove it on upgrade.