Grub2 password configuration
From Notes_Wiki
<yambe:breadcrumb>Fedora|Fedora</yambe:breadcrumb>
grub2 password configuration
grub2-password was configured by using following steps as root user:
- Run 'grub2-mkpasswd-pbkdf2' and get password hash of desired password
- Edit '/etc/grub.d/40_custom' file and append:
- set superusers="root"
- password root <password-hash>
- Run 'grub2-mkconfig > /etc/grub2.cfg'
Note that these steps just caused password prompt to appear during 'e' (edit) or 'c' (command-line) request at grub, but the authentication never succeeded.