Re: [CentOS] Multiple grub2 Users with Passwords

2018-11-11 Thread Dr. Zenzic
I figured out my error. I had a typo in my 40_custom file and forgot to run grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg when I added the second user. For anyone that finds this message trying to solve this issue the correct syntax is:     set superusers="user1", "user2"     password_pbkdf2 u

[CentOS] Multiple grub2 Users with Passwords

2018-11-11 Thread Dr. Zenzic
Hello All, I am trying to set multiple users with passwords for modifying grub2 menu entries at boot. I know I can set a "root" user grub2 password with grub2-setpassword. I have also been able to make a grub2 user password using the grub2-mkpasswd-pbkdf2 command and adding     set superusers="us