Linux grub设置密码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux grub设置密码相关的知识,希望对你有一定的参考价值。

1.设置明文密码

1.1编辑grub.conf

[[email protected] ~]# vim /boot/grub/grub.conf


1.2插入password

#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
password=
title CentOS (2.6.32-642.11.1.el6.x86_64)

2.设置MD5加密密码

1.1生成MD5密码

[[email protected] ~]# grub-md5-crypt


1.2编辑grub.conf

[[email protected] ~]# vim /boot/grub/grub.conf


1.3插入password

#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
password --md5   #加上生的MD5密码
title CentOS (2.6.32-642.11.1.el6.x86_64)









以上是关于Linux grub设置密码的主要内容,如果未能解决你的问题,请参考以下文章

Linux安全

Linux中对启动过程中选择启动级别那个界面设置密码

linux6中grub菜单加密码

linux操作系统,我设的密码为空密码,进去不了,我应该怎样解决,

linux系统下安全管理

linux系统普通用户访问root时候,输入正确的密码始终提示是密码错误?