somebody changes my password by entering recovery mode, how can I avoid that?

Asked by fartes

Is there any way to prevent unauthorized entry to recovery mode?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
juancarlospaco (juancarlospaco) said :
#1

" Recovery mode " ask your password to change it, so this person know's your passwords.

you can edit :
sudo gedit /boot/grub/menu.lst

Make backup, take care, and read how to make it.

Revision history for this message
fartes (crsdepr) said :
#2

The person doesn't know my passwords the only thing he does is he changes it for the user. That is why I'm trying to protect entry to recovery mode or somewhere in recovery mkode.

Revision history for this message
d1bro (d1bro) said :
#3

grub has the ability to protect it's menu by password:

edit following to true inside of /boot/grub/menu.lst

# should grub lock the alternative boot options in the menu
lockalternative="false"

afterwards run grub-update

hope this does the trick.

Can you help with this problem?

Provide an answer of your own, or ask fartes for more information if necessary.

To post a message you must log in.