-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom partitionioning "Decrypt" does not work #703
Comments
Well, I doubt that that's that, because I am not using LVM for my installs, and will not be using it. |
So for elementary OS 8.0 it 'seems' to work a bit better. I created a virtualbox VM and did the following:
sudo cryptsetup luksFormat --type luks2 /dev/sda2
# You will be prompted to make sure you mean it, type YES
sudo cryptsetup luksOpen /dev/sda2 crypt
# This creates /dev/mapper/crypt which is the raw luks2 partition, that now needs to be formatted
sudo mkfs.btrfs /dev/mapper/crypt
# Now theres a file system in it
TL;DR: The Installer will now decrypt and mount your luks2 partition, but it will not let you pick it as the |
What Happened?
When installing with custom partitioning, upon selecting a LUKS partition, a prompt will pop up, asking to decrypt the partition, but when "decrypt" is pressed, nothing seems to happen.
Steps to Reproduce
cryptsetup luksFormat --type luks2 /dev/<partition>
Expected Behavior
I expected the drive to decrypt so that i could install root to it.
OS Version
7.x (Horus)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: