elementary / installer

Installer front-end for Linux-based OSes
https://elementary.io
GNU General Public License v3.0
171 stars 46 forks source link

Custom partitionioning "Decrypt" does not work #703

Open rasmus91 opened 1 year ago

rasmus91 commented 1 year ago

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

  1. Go into demo mode
  2. partition disk as:
    • 500 MB fat32 for efi
    • XGB whatever
  3. cryptsetup luksFormat --type luks2 /dev/<partition>
  4. open the installer
  5. When prompted for install type pick custom
  6. click the luks partition to use it for something, enter password, and press decrypt

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

neylsongularte commented 5 months ago

In my case decrypt doesn't work either, there must be a problem when running on top of lvm

Captura de tela de 2024-03-24 11 53 11

neylsongularte commented 5 months ago

image

image

In DecryptMenu.vala: image

image

image