not asked for encrypion passphrase when booting encrypted drive after upgrade to 15.0

Bug #1463741 reported by Poldi
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu
Expired
Undecided
Unassigned

Bug Description

 I've had '/' and '/home' on two separate encrypted drives and was always prompted for both passphrases during boot prior to upgrading.

After upgrading to 15.04, I'm only prompted for the '/home' drive.

Following is the the fstab file, the /dev/mapper folder and the result from df

Thanks

Leo

llist@LeosGameLaptop:/var/log$ more /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/mapper/sda2_crypt / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=10585694-d533-4792-800a-f5121a20b432 /boot ext4 defaults 0 2
/dev/mapper/sda4_crypt /home ext4 defaults 0 2
/dev/mapper/sda5_crypt none swap sw 0 0

llist@LeosGameLaptop:/var/log$ ls -lsa /dev/mapper
total 0
0 drwxr-xr-x 2 root root 120 Jun 8 13:24 .
0 drwxr-xr-x 20 root root 5240 Jun 8 13:24 ..
0 crw------- 1 root root 10, 236 Jun 8 13:24 control
0 lrwxrwxrwx 1 root root 7 Jun 8 13:24 sda2_crypt -> ../dm-0
0 lrwxrwxrwx 1 root root 7 Jun 8 13:24 sda4_crypt -> ../dm-2
0 lrwxrwxrwx 1 root root 7 Jun 8 13:24 sda5_crypt -> ../dm-1

llist@LeosGameLaptop:/var/log$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 11M 1.6G 1% /run
/dev/dm-0 138G 12G 120G 9% /
tmpfs 7.8G 156K 7.8G 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/sda1 1.9G 113M 1.6G 7% /boot
/dev/mapper/sda4_crypt 763G 535G 190G 74% /home
tmpfs 1.6G 52K 1.6G 1% /run/user/1000
/dev/sdb3 18G 676M 17G 4% /media/llist/a27ca082-db83-46be-add6-b58eea9d6661
/dev/sdb2 518G 455G 38G 93% /media/llist/42f15844-5afc-41d4-ae97-3d918a666a5f
/dev/sdb1 1.3T 1.1T 238G 83% /media/llist/41481C8B5686EF95
encfs 763G 535G 190G 74% /home/llist/pers1
encfs 763G 535G 190G 74% /home/llist/pers2

 I did the following and the result seems to indicate that "/" "/home" and swap are encrypted.

Question is why is df not showing "/" and swap as "/dev/mapper/sda...." and why am I not prompted for the password for "/"

llist@LeosGameLaptop:~$ sudo blkid
/dev/mapper/sda2_crypt: UUID="17e3ce8c-ceb9-49bd-9387-15925fd4d512" TYPE="ext4"
/dev/sda1: UUID="10585694-d533-4792-800a-f5121a20b432" TYPE="ext4" PARTUUID="70669437-01"
/dev/sda2: UUID="0043e354-ccdf-4e1e-a619-1ff210375cbd" TYPE="crypto_LUKS" PARTUUID="70669437-02"
/dev/sda4: UUID="884ee544-b6d6-49e5-a99d-bbf4e86c4b3b" TYPE="crypto_LUKS" PARTUUID="70669437-04"
/dev/sda5: PARTUUID="70669437-05"
/dev/sdb1: UUID="41481C8B5686EF95" TYPE="ntfs" PARTUUID="3ac308c7-01"
/dev/sdb2: UUID="42f15844-5afc-41d4-ae97-3d918a666a5f" TYPE="ext4" PARTUUID="3ac308c7-02"
/dev/sdb3: UUID="a27ca082-db83-46be-add6-b58eea9d6661" TYPE="ext4" PARTUUID="3ac308c7-03"
/dev/sdc1: UUID="72DCBA59DCBA1777" TYPE="ntfs" PARTUUID="1766a869-01"
/dev/mapper/sda5_crypt: UUID="8a5ac623-5e13-4a3b-8fe7-5e0b6d8c41cf" TYPE="swap"
/dev/mapper/sda4_crypt: UUID="8e3687f1-2ba7-4a53-bb45-589b4b06e39d" TYPE="ext4"
/dev/sdd: LABEL="SANSA CLIPZ" UUID="6436-B2EF" TYPE="vfat"

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: evince 3.14.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
Uname: Linux 3.19.0-20-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jun 10 11:23:42 2015
InstallationDate: Installed on 2015-02-15 (115 days ago)
InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 (20140807)
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: Upgraded to vivid on 2015-06-08 (1 days ago)

Revision history for this message
Poldi (poldi) wrote :
Revision history for this message
Poldi (poldi) wrote :

Added a copy of the boot log

Revision history for this message
Poldi (poldi) wrote :

Just realised after the last boot the the device I get is sda_2 which is "/", not "/home" as stated in the initial post.

Paul White (paulw2u)
affects: evince (Ubuntu) → ubuntu
Revision history for this message
Paul White (paulw2u) wrote :

We are sorry that we do not always have the capacity to review all reported bugs in a timely manner.

Ubuntu 15.04 (vivid) reached end-of-life on February 4, 2016.

I'm setting this bug to "Incomplete" as it's not seen any activity for some time. If this is still an issue when using a maintained release of Ubuntu then please let us know otherwise this bug report can be left to expire in approximately 60 days time.

Changed in ubuntu:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Ubuntu because there has been no activity for 60 days.]

Changed in ubuntu:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.