|
keepgood
新手上路

积分 14
发帖 5
注册 2007-5-1
状态 离线
|
『楼 主』:
求grub password md5具体用法
使用 LLM 解释/回答一下
我在网上看了些关于grub启动密码设置的文章,我怎么设也没有用,
我是这样写的:
default 2
timeout 5
color green/black light-gray/blue
title Rescue Windows XP Environment
password=123456
lock
find --set-root /ldrxpe
chainloader /ldrxpe
boot
重启后进入grub启动,不要提示输入密码,这个究竟有没效果?
我采用md5生成秘码,老是密码不对:
我是这样做的:
grub> md5crypt
password:123456
$1$7uDL20$eSB.XRPG2A2Fv8AeH56nYI
我把"$1$7uDL20$eSB.XRPG2A2Fv8AeH56nYI"记下来后,重进在windows下打在menu.lst,这样写的:
default 2
timeout 5
color green/black light-gray/blue
title Rescue Windows XP Environment
password --md5 $1$7uDL20$eSB.XRPG2A2Fv8AeH56nYI
lock
find --set-root /ldrxpe
chainloader /ldrxpe
boot
保存后,进入grub启动,进入"Rescue Windows XP Environment"老是提示密码不对?
是为什么呢?还要怎么操作才能对呢?
I saw some articles on the Internet about setting the GRUB boot password, but no matter how I set it, it didn't work.
I wrote it like this:
default 2
timeout 5
color green/black light-gray/blue
title Rescue Windows XP Environment
password=123456
lock
find --set-root /ldrxpe
chainloader /ldrxpe
boot
After restarting, when entering GRUB boot, there is no prompt to enter the password. Does this actually have any effect?
I used md5 to generate the password, but the password was always incorrect:
I did it like this:
grub> md5crypt
password:123456
$1$7uDL20$eSB.XRPG2A2Fv8AeH56nYI
After writing down "$1$7uDL20$eSB.XRPG2A2Fv8AeH56nYI", I re-entered and typed it in menu.lst under Windows. I wrote it like this:
default 2
timeout 5
color green/black light-gray/blue
title Rescue Windows XP Environment
password --md5 $1$7uDL20$eSB.XRPG2A2Fv8AeH56nYI
lock
find --set-root /ldrxpe
chainloader /ldrxpe
boot
After saving, when entering GRUB boot, it always prompts that the password is incorrect when entering "Rescue Windows XP Environment"?
Why is that? What else do I need to do to make it correct?
|
|
2007-6-15 21:34 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2007-6-15 22:23 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2007-6-15 22:25 |
|
|
keepgood
新手上路

积分 14
发帖 5
注册 2007-5-1
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
具体怎么写,你们能不能写个例子给我了,我看了好多了,都是不对,
我哪里错了,我改就行了
Specifically how to write, can you write an example for me? I have read many, all are incorrect, where did I go wrong, I can correct it.
|
|
2007-6-16 00:00 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
”grub4dos初级教程“里有具体用法和例子。不要太急功近利,呵呵。要善于学习。
"grub4dos初级教程" has specific usage and examples. Don't be too eager for quick success, heh. Be good at learning.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-6-16 06:43 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
既然只想要结果,上网查下面这篇文章吧。
如何为GRUB系统引导管理器加上密码
Since you only want the result, just search the following article online.
How to add a password to the GRUB system boot manager
|

Windows 一键还原
http://www.yjhy.com |
|
2007-6-16 06:49 |
|
|
keepgood
新手上路

积分 14
发帖 5
注册 2007-5-1
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
呵呵,我是个新手,谢谢大家的帮助和指导
Hehe, I'm a newbie. Thanks for everyone's help and guidance
|
|
2007-6-16 14:06 |
|