[systemd-bugs] [Bug 88483] btrfs raid on plain dmcrypt fails to boot randomly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Feb 26 06:48:33 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=88483

--- Comment #12 from liststuff at fastmail.com.au ---
This is a really nasty bug, I wasted hours trying to get my configuration
working. I'm on Ubuntu 16.04 with all the latest updates, and this bug is still
there. It'd be really appreciated with systemd devs could look into this.

For me the workaround from dutch109 worked, with some modification,
systemd/late-mount.service:
[Unit]
Description=Mount encrypted multi-device Btrfs filesystems that systemd fails
to mount due to https://bugs.freedesktop.org/show_bug.cgi?id=88483
Before=display-manager.service getty at tty1.service getty at tty2.service
getty at rrt3.service getty at tty4.service getty at tty5.service getty at tty6.service

[Service]
Type=oneshot
ExecStart=/etc/systemd/system/late-mount

[Install]
WantedBy=multi-user.target

systemd/late-mount:
#!/bin/bash -e
setfont Uni3-TerminusBold32x16.psf.gz
cryptdisks_start sda1_crypt
cryptdisks_start sdb1_crypt
mount /home

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/systemd-bugs/attachments/20170226/9df56493/attachment.html>


More information about the systemd-bugs mailing list