I’ve just installed my first endeavourOs.
For some reason I am required to unencrypt twice. I believe I’ve figured out my mistake.
Question is, what is most easiest solution?
swapping to grub? that easy?
using LVM?
Swap file instead of partition?
I was hoping I could do this from chroot or systemmd? or even in terminal hopes and prays
What i meant was I’m not sure if you use a swap file whether it would require two password because the swap file would be located on the root partition which is already encrypted. At least that’s what i would think.
It is not hard to do to remove a swap partition and create a swipe file. I’m not sure in the case of a swap partition that is installed with encryption?
Hmmm, I’m guessing that if the encryption got in the way, it would simply be a case of unlocking it with cryptsetup?
I’ll take a look into it. In the meantime, if someone chimes in with some more info - that would be great.
I’ll update the thread for search purposes if I figure it out.
you could create an installation like your hardware installation in a virtual environment.
after that you could first solve the problem in the vm before you solve it on the hardware. so you are on the safe side.
I believe this is related to choosing systemd-boot for the bootloader. Because systemd-boot stores the initramfs images on the unencrypted EFI partition, a keyfile should not be stored in the initramfs (source). Without a keyfile, the passphrase needs to be entered more than once if you have more than one luks partition.
In this thread, a couple folks successfully switched from systemd-boot to Grub:
I wouldn’t say it was easy–it took 119 posts to figure it out! But it can be done. Hats off to those guys for sticking with it.
After you are switched over to Grub, you can set up a keyfile as described in the ArchWiki here:
Depending on how deeply configured your system is by now (since you just installed it), if you want to switch over to the Grub bootloader it might be easier to back up whatever you need to back up and just reinstall.
It’s not too bad actually. First, deactivate the swap space:
As an alternative to creating an entire partition, a swap file offers the ability to vary its size on-the-fly, and is more easily removed altogether. This may be especially desirable if disk space is at a premium (e.g. a modestly-sized SSD).
Swap file creation
Note: For Btrfs, follow the procedure described in Btrfs#Swap file instead of the steps below.
Use dd to create a swap file the size of your choosing. For example, creating an 8 GiB swap file:
@remgee
I just did an install of EOS Xfce4 using systemd-boot and encryption with erase disc and ext4 with swap file on vmware and it only requires one password as i suspected. Becasue the swap file is loacted on root.
Edit:
[ricklinux@rick-vmware201 ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 18G 0 disk
├─sda1 8:1 0 1000M 0 part /efi
└─sda2 8:2 0 17G 0 part
└─luks-9e671a8b-b202-4f6f-a41f-48b0937542e3 254:0 0 17G 0 crypt /
For future search ref; I tried the above suggestions on a raspberry pi as a tester, following the arch wiki linked above, and opting for btrfs, encryption, hibernate, I was able to install without having to unencrypt twice at boot up.
Now to do the same on my desktop. Sunday morning with a cup of tea and some music, ahhhhh