What if Linux forgets the root password and GRUB Password?

Source: Internet
Author: User
What if Linux forgets the root password and GRUB Password?

When we forget the root password, we can

Use a single user method to change the password. We need to use a CD to change the root password.

1. Place the system disc into the optical drive and set the Boot Mode of the optical drive.

 

2. Select f2 to go to system repair. Enter the command: Linux rescue.

 

3. the options below are the same as those when installing the system.

4. Remember the command: chroot/mnt/sysimage.

 

5. The next step is to change the password. We should first go to the "chroot/mnt/sysimage" mode.

 

6. Run the command passwd.
New Password
Confirm New Password
7. restart the computer.

How to encrypt GRUB: There are two types of grub passwords: plaintext and MD5.
Plaintext encryption: edit the grub. conf file
Vim/boor/GRUB/grub. conf add a line of Password = 1234567890 Under default = 0 (this is the plaintext password)

MD5 encryption: First Command grub-md5-crypt to calculate the MD5 value, and then copy this value to grub. password in the conf file -- MD5 $ byxen $ e5x/xots2ptpppwtgimhu1 (this is the value encrypted with MD5)

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.