Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Contraseña GRUB2


En Libreboot

    1. Generar el hash de la contraseña
grub2-mkpasswd-pbkdf2

La salida debería ser algo como:

grub.pbkdf2.sha512.10000.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    1. Abrir con sudo /etc/grub.d/40_custom. Al final agrega:
#──────────────────────────────────────
set superusers="admin"
password_pbkdf2 admin grub.pbkdf2.sha512.10000.XXXXXXXXXXXXXXXXXXXXXXXX
#──────────────────────────────────────
    1. Actualizar GRUB
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
sudo reboot
    1. Probar Probar con “e”, debería pedir un usuario y una contraseña.