Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 21, 2024, 10:13:57 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Kernel
»
grub password
« previous
next »
Print
Pages: [
1
]
Author
Topic: grub password (Read 8366 times)
truliar
New Member
Posts: 3
grub password
«
on:
September 11, 2010, 04:34:55 AM »
hiiii,.,.heya i've to use my grub passwd in linux mint,.,.tel me hw cud i ???i dn knw whr the grub file is in this???
Logged
gauravbajaj
LST CareTaker
Experienced
Posts: 658
Re: grub password
«
Reply #1 on:
September 12, 2010, 06:00:37 AM »
Use md5crypt to encrypt password:
At commad prompt type and then you will get the grub prompt :
#grub
Type md5crypt there: ( to crypt the password to md5)
grub> md5crypt
Password: ****** -----> Give any password here , it will make crypt using md5
Encrypted: $1$jxcdN0$hVHViq1aiPf8FziuGJGZp0
Copy down encrypted password:
$1$jxcdN0$hVHViq1aiPf8FziuGJGZp0
Exit grub mode:
grub> quit
Modify file /etc/grub.conf:
vi /etc/grub.conf
Insert encrypted password in between "splashimage..." and "title...":
...
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
password --md5 $1$jxcdN0$hVHViq1aiPf8FziuGJGZp0
title Linux red hat
Logged
truliar
New Member
Posts: 3
Re: grub password
«
Reply #2 on:
September 12, 2010, 08:24:56 AM »
heya thers no such thng in linux mint 9,.,.
Logged
truliar
New Member
Posts: 3
Re: grub password
«
Reply #3 on:
September 12, 2010, 08:27:07 AM »
?wat i do knw????heya ru on fbk ??
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Kernel
»
grub password