You are not logged in.
Is it possible to change password prompt for encrypted drive?
I have my drive encrypted with cryptluks. I use systemd boot.
During the startup, there is a prompt, "Please enter the password for Samsung nvme..."
Is it possible (and how) to change this prompt to something else?
Offline
Why do you want to change this line ? Is there a typo, or do you want to hide something ?
Also please be more specific, "cryptluks" does not exists.
Do you use LUKS, Plain dm-crypt, encrypted boot partition, encrypt hook, systemd-cryptsetup-generator ...
Offline
Look if plymouth helps, it hides the system boot with a graphical interface and usually just shows a box to input password.
Offline
Why do you want to change this line ? Is there a typo, or do you want to hide something ?
Also please be more specific, "cryptluks" does not exists.
Do you use LUKS, Plain dm-crypt, encrypted boot partition, encrypt hook, systemd-cryptsetup-generator ...
Now it asks me for a password for nvme hard disk..
I wonder if I could change it just for a better look.
I use systemd boot.
So I have unencrypted efi partition, and encrypted system partition.
My encryption was pretty much default (cryptsetup luksFormat device) with changes in iteration time and hash.
I use sd-encrypt hook
Plymouth helps but I didn't want to use additional software.
Offline
I use sd-encrypt hook
By default it uses "Please enter passphrase for disk encrypted-device-identifier (dm-name): ".
The encrypted-device-identifier probably uses the drive model for you (you can find it with lsblk -o +MODEL). If you set a PARTLABEL for the encrypted partition, then the password prompt will show that one instead.
Offline