Difference between revisions of "Secure Grub boot loader menu"

From Bitbull Wiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 16:36, 16 September 2017

if you want to gernerate gruby password hashes, use

/sbin/grub-md5-crypt

to protect a unsecure OS from booting by grub password

title DOS
lock
password --md5 password-hash
...

allow to boot without a password, but don't allow to add arguments

...
image=/boot/vmlinuz-version
       password=password
       restricted