<div dir="ltr"><div><div><div>>> For the benefit of others affected, the /usr entry in fstab *must* begin<br>>> with /dev/mapper/. My fstab had the /dev/$VG/$LV style and the script<br>>> does not know what to do with that.<br><br>> Right, that the lvm2 initramfs code has never supported that naming<br>> scheme for root, and now we have the same problem for /usr.  We will<br>> probably make another update to each of initramfs-tools and lvm2 before<br>> release and can either fix or document this.<br><br></div>I would like to add that my setup uses UUID, for a long time, and LVM works with this (1), at least for /<br></div>But for a separated /usr, it do not work anymore :( I get an emergency console and have to manually active my usr LV.<br><br></div>(1) ie, in /etc/fstab :<br>UUID=...   /        ext4 ...<br>UUID=...  /boot   ext4 ...<br>UUID=...   /usr     ext4 ...<br>UUID=...  /var     ext4 ...<br></div>