GRUB2 : GRUB へのパスワード制限の手順
まず次のコマンドを打ち、パスワードのハッシュを求めます。
# grub-mkpasswdpbkdf2
Enter Password: <pass>
Reenter Password: <pass>
Your PBKDF2 is <some long string>
次にgrubの設定ファイルに、パスワード設定を書きます。
# vim /etc/grub.d/40_custom
### Add Following lines
set superusers="username"
password_pbkdf2 username <some long string>
GRUB2 で、/etc/default/grubに上記の設定を書くと grub.cfg を生成するときに、エラーが出ました。
0 件のコメント:
コメントを投稿