Grub don't ask pwd
by maddy0 from LinuxQuestions.org on (#6N89M)
Hello :D
Code:grub-mkpasswd-pbkdf2Then i wrote my PWD twice.
I got the code and wrote in the /etc/grub.d/00_header
Code:nano /etc/grub.d/00_headercat << EOF
set superusers = irooti
password_pdkdf2 root grub.pbkdf2.sha512.Mycode
EOF
Code:sudo update-grubCode:sudo rebootBut system reboot without asking me for a PWD.
Code:grub-mkpasswd-pbkdf2Then i wrote my PWD twice.
I got the code and wrote in the /etc/grub.d/00_header
Code:nano /etc/grub.d/00_headercat << EOF
set superusers = irooti
password_pdkdf2 root grub.pbkdf2.sha512.Mycode
EOF
Code:sudo update-grubCode:sudo rebootBut system reboot without asking me for a PWD.