Secure Grub boot loader menu

From Bitbull Wiki
Revision as of 16:36, 16 September 2017 by Chris (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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