Moved to: https://github.com/ceremcem/unlock-luks-partition
Last active
July 31, 2021 14:48
-
-
Save ceremcem/53fd10092b5e82ed1dba5d3011ac54c6 to your computer and use it in GitHub Desktop.
How to unlock LUKS root partition on boot via SSH
Ubuntu 16.04.02:
apt-get install dropbear initramfs-tools busybox
ls: cannot access '/etc/dropbear-initramfs': No such file or directory
What OS is this gist for?
This recipe is tested on Debian 7-8-9 and should work on Ubuntu without any modifications.
(Sorry for the late reply but I didn't get any notifications)
apt-get install dropbear-initramfs dropbear
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
On Debian Jessie after
apt-get install dropbear initramfs-tools busybox
find: `dropbear-initramfs': No such file or directory
Any ideas?