arch-luks-suspend icon indicating copy to clipboard operation
arch-luks-suspend copied to clipboard

Lock encrypted root volume on suspend in Arch Linux

Results 8 arch-luks-suspend issues
Sort by recently updated
recently updated
newest added

Since some upgrades behind it just doesn't work anymore, after pressing the suspend button it shows a black screen with written "starting version 235". Kernel version: 4.17.3-1-ARCH Systemd version: 239...

There may be more than one LUKS disk on the system. Be great if they could be suspended/resumed as well. Those disks would be entries in `/etc/crypttab`.

I'm not sure I fully understand why, but the system fails to enter sleep mode (`echo mem > /sys/power/state` hangs indefinitely) if systemd-journald.service is running. Stopping the service before entering...

Add support for luks keyfile (`--key-file` option to cryptsetup), by parsing the `cryptkey` option from the kernel commandline [1]. If the option is not set or could not be parsed...

I use LVM on my system, so my crypt device is `/dev/mapper/vgcrypt` and the root filesystem is actually mounted on `/dev/mapper/vgcrypt-root`. Here's my `/proc/cmdline`: ``` initrd=\initramfs-linux.img cryptdevice=/dev/sda4:vgcrypt:allow-discards acpi_backlight=vendor nouveau.nofbaccel=1 root=/dev/mapper/vgcrypt-root...

Please consider merging the arch-luks-suspend work upstream into luks-suspend so one day luks-suspend containing your changes is installable from packages.debian.org. (From where it naturally flows down to other Linux distributions.)...