一、grub2-mkpasswd-pbkdf2 生成密码过程: grub2-mkpasswd-pbkdf2 输入口令:(需要输入密码) Reenter password: (需要再次输入刚才的密码) PBKDF2 hash of your password is grub.pbkdf2.sha512.10000.8854921E3867A245C7DE1A522FA125FFA4A03FBCD2EF0A2F181353CCD579FCC8A99EAC649C619CBE1F49D6A134149158BC49B...
If you encounter the below error while running the grub2-mkpasswd-pbkdf2 command: grub2-mkpasswd-pbkdf2: command not found you may try installing the below package: # dnf install grub2-tools-minimal-1 1. The first thing you’ll do is create a password hash for your new users: On Ubunt...