I am trying to install bookworm (debian-12.8.0-amd64-netinst.iso) with encrypted root and unencrypted boot following an old guide which I successfully used in the past:
https://xo.tc/setting-up-full-disk-encr ... essie.html
This guide was written before UEFI.
After setting up all the partitions, the partition table looks like this (sorry, I am copying and translating the table by hand, the images I am trying to upload do not show up correctly in the preview):
Code: Select all
Encrypted volume (nvme0n1p3_crypt) - 236.0 GB Linux device mapper (crypt)
#1 236.0 GB f ext4 /
/dev/nvme0n1 - 256.1 GB SAMSUNG MZVL4256HBJD-00BTW
1.0 MB FREE SPACE
#1 272.6 MB B K ESP EFI system p
#2 511.7 MB F ext4 BOOT /boot
#3 236.0 GB K crypto ROOT_CRYPT (nvme0n1p3_crypt)
#4 19.3 GB FREE SPACE
When being asked to write the changes to the disks, the installer says (again translating):
Code: Select all
The partition tables of the following devices were changed:
Encrypted volume (nvme0n1p3_crypt)
Write partitions to disks?
Code: Select all
The attempt to mount the file system of type ext4 on the encrypted volume (nvme0n1p3_crypt) on / failed.
You can continue partitioning...
Best,
Toquinho