IT for operating businesses
Using the grub2-mkpasswd-pbkdf2 Command
Generate a hashed password for GRUB. More information: <https://manned.org/grub2-mkpasswd-pbkdf2>.
- Create a password hash for GRUB 2 using PBKDF2 and print it to
stdout:
sudo grub2-mkpasswd-pbkdf2 *[-c|--iteration-count]* *number_of_pbkdf2_iterations* *[-s|--salt]* *salt_length*
This content is compiled from the open-source tldr-pages project under the MIT license.