13.10 regression: No password asked for encrypted partitions during boot
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cryptsetup (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
# cat /etc/crypttab
home /dev/sda3 none luks
# cat /etc/fstab
...
/dev/mapper/home /home ext4 defaults 0 0
During boot, there's a message that /home isn't ready or not present.
Skip or Manual recovery
Expected: prompt me for password
This works:
cryptsetup luksOpen /dev/sda3 home; mount /home
13.04 used to work with same setup (and it also detected the encrypted partition during install, and set it up for me. 13.10 ignores it)
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: cryptsetup-bin 2:1.4.3-4ubuntu4
ProcVersionSign
Uname: Linux 3.11.0-5-generic x86_64
ApportVersion: 2.12.1-0ubuntu4
Architecture: amd64
Date: Fri Sep 13 21:25:13 2013
InstallationDate: Installed on 2013-09-13 (0 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130909)
MarkForUpload: True
SourcePackage: cryptsetup
UpgradeStatus: No upgrade log present (probably fresh install)
tags: | added: regression-release |
tags: | removed: regression-release |
What plymouth theme / frontend are you using? I'm able to reproduce an issue like this with plymouth- theme-ubuntu- text: the prompt is shown, but is then almost immediately overwritten when the screen refreshes to show the 'Continue to wait, [...]' message. But if I start typing, it's captured as a passphrase and I'm able to unlock the disk - and all disks are mounted correctly.
So I think this is a bug in the text theme. But I don't see any way that this could be a regression since 13.04, because the text theme hasn't changed since raring. So maybe instead something has changed with your hardware that causes the text splash to be used instead of the graphical splash? Have you recently enabled nvidia/fglrx binary drivers for your system?