About 399,000 results
Open links in new tab
  1. Debian Cryptsetup docs – README

    Dec 9, 2015 · Debian Cryptsetup Initramfs integration 1. Introduction Kernels more recent than 2.6.12 have dropped support for devfs, which means that initrd-tools can no longer be used to boot into an …

  2. 24.10 /etc/crypttab is not unlocking drives on boot with 1000

    Nov 9, 2024 · # # Configuration file for the cryptroot initramfs hook. # # # KEYFILE_PATTERN: ... # # The value of this variable is interpreted as a shell pattern. # Matching key files from the crypttab(5) …

  3. Encrypted root on Debian with keyfile/keyscript - devork

    Dec 15, 2016 · The key # file location is supplied as $1 from the third field in /etc/crypttab, or can # be hardcoded in this script. # If using a key embedded in initrd.img-*, a hook script in # /etc/initramfs …

  4. Unlock LUKS encrypted Debian root with key file on boot partition

    Oct 27, 2014 · I have created the hooks to the initramfs and the key file is on the /boot directory inside the initrd.img-* file. The path to the key file (/boot/keyfile) is on the /etc/crypttab file. I updated the …

  5. crypttab (5) — cryptsetup — Debian trixie — Debian Manpages

    This option is specific to the Debian crypttab format. It's not supported by systemd. initramfs The initramfs hook processes the root device, any resume devices and any devices with the initramfs …

  6. linux - How do we run a key script in initramfs to unlock cryptsetup ...

    Mar 1, 2022 · Does anyone know how to unlock the LUKS encrypted partition using key script? The idea is to run the keyscript in order to retrieve the key stored in the TPM's NVram and supply that to the …

  7. Initramfs hooks (network + ssh + luks, sleep, ...) - GitHub

    To make my life easier it brings a little menu, a script to unlock entrys from crypttab and maybe someday a remote-control-friendly tool to unlock my mediacenter. This script has a few config settings in the …

  8. initramfs /etc/crypttab keyscript option not readed - Debian User …

    Jul 7, 2022 · Have you checked if the crypttab and keyscript are included in the generated initramfs using the lsinitramfs command? The keyscript and rest of the initramfs code runs before systemd is …

  9. /etc/crypttab not updating in initramfs - Unix & Linux Stack Exchange

    Jul 3, 2022 · To make /etc/crypttab available as /cryptroot/crypttab in initramfs, create the following script in the /etc/initramfs-tools/hooks directory and make it executable:

  10. crypttab (5) — cryptsetup — Debian jessie — Debian Manpages

    The initramfs hook processes the root device, any resume devices and any devices with the initramfs option set. These devices are processed within the initramfs stage of boot. As an example, that …

  11. Debian Cryptsetup docs – README

    Jun 9, 2019 · If you wish to perform a Debian installation to an encrypted root, you might be interested in using a version of Debian Installer with partman-crypto, which will install the system and setup …

  12. initramfs-tools (7) — initramfs-tools-core — Debian buster — Debian ...

    HOOK SCRIPTS ¶ Hooks can be found in two places: /usr/share/initramfs-tools/hooks and /etc/initramfs-tools/hooks. They are executed during generation of the initramfs-image and are …