You are not logged in.
Pages: 1
If I detached the luks header and store it in the usb,
Q1:do I need to stick the usb in when booting?
Q2:what happens if I unplug the usb after unlock luks?
Last edited by IM_N00b (2025-10-04 15:01:16)
Offline
If you want to open the LUKS you have to provide the header somehow, when you boot it...
The header is only required at the time you open it (via luksOpen or luksResume after luksSuspend but almost no one uses it).
Otherwise you only need the header when changing passphrase and such things. So yes, you can unmount and unplug it.
Deniability is a weird concept, and LUKS is not designed for it. So moving all headers and traces (so /boot entirely) to an independent / external device is already about the best you can do. But it will still look obviously encrypted...
Offline
Personally I would just make a boot and/or efi partition on a USB, and what happens when it's removed is your system won't even display there's anything there in the Bios, until you plug it back in, be aware any alteration or addition to the boot partition post install needs to be done carefully, 1 wrong grub install for example will lock you out, keep MKInitcpio & initramfs up to date frequently.
Last edited by 5thtimebypassing (2022-06-12 02:26:12)
Offline
Thx i understand.
Offline
Pages: 1