Comment 48 for bug 874774

Revision history for this message
luislupe (luislupe) wrote :

I installed 12.04, fresh installation, and this problem persists.

The boot process doesn't seem to find the encrypted partitions and asks me do skip S or go manual M.

These are the versions I have:

ii cryptmount 4.2.1-1 Management of encrypted file systems
ii cryptsetup 2:1.4.1-2ubuntu4 disk encryption support - startup scripts
ii cryptsetup-bin 2:1.4.1-2ubuntu4 disk encryption support - command line tools

# cat /etc/crypttab | grep -v '^#' | grep -v '^$'
cryptswap /dev/sda5 /dev/urandom swap
encriptado /dev/sda6

# grep -e 'cryptswap' -e 'encriptado' /etc/fstab
/dev/mapper/cryptswap swap swap defaults 0 0
/dev/mapper/encriptado /encriptado ext4 defaults 0 0

I can manually open the encrypted devices with no problem.

I've read in this thread (#38) that one could insert a sleep before a bulkid. I don't know if this is the solution. Where should I place it?
I kindly ask you to check this once again because it worked in 10.04 and now it doesn't.