Hi. I've been using encrypted partitions during install since available during installation, in 2007 April.
I have dual boot and have been running Jaunty and Karmic since alpha3. I tried a few other distros and came back to Karmic at alpha6, and found then that after installing an encrypted partition, it would not accept the password. The same problem exists with the current Karmic alternate CD. When a partition is encrypted during installation, on boot entering the passphrase and 'return' results in nothing. Entering 'return' a second time gives "no key found with this passphrase". I've entered the correct passphrase many times and it is rejected. After two or three attempts it needs a number of 'enter' or 'return' before there is a response from the system.
I re-installed without any encrypted partitions, then added the needed lines to /etc/fstab and /etc/crypttab which then still refused to accept my passphrase during boot. But, from a terminal I could manually mount the encrypted partitions with
This has two problems, the need to manually mount and umount for /home and using the quick access browser next to kickoff doesn't respond.
Any ideas?
I have dual boot and have been running Jaunty and Karmic since alpha3. I tried a few other distros and came back to Karmic at alpha6, and found then that after installing an encrypted partition, it would not accept the password. The same problem exists with the current Karmic alternate CD. When a partition is encrypted during installation, on boot entering the passphrase and 'return' results in nothing. Entering 'return' a second time gives "no key found with this passphrase". I've entered the correct passphrase many times and it is rejected. After two or three attempts it needs a number of 'enter' or 'return' before there is a response from the system.
I re-installed without any encrypted partitions, then added the needed lines to /etc/fstab and /etc/crypttab which then still refused to accept my passphrase during boot. But, from a terminal I could manually mount the encrypted partitions with
Code:
sudo cryptsetup luksOpen /dev/sda2 sda2_crypt sudo mount -t ext3 /dev/mapper/sda2_crypt /home
Any ideas?
Comment