RHEL Recover root Password: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 4: | Line 4: | ||
# During the GRUB2 countdown, Edit the first line by pressing <tt>'''"e"'''</tt>. | # During the GRUB2 countdown, Edit the first line by pressing <tt>'''"e"'''</tt>. | ||
## Locate the line that reads <tt>'''"linux"'''</tt>. | ## Locate the line that reads <tt>'''"linux"'''</tt>. | ||
## | ### Immediately following the <tt>'''"quiet"'''</tt> keyword append <tt>'''"rd.break"'''</tt> | ||
# Continue the boot process. | # Continue the boot process. | ||
#: Press <tt>'''Ctrl-x'''</tt> to boot. | #: Press <tt>'''Ctrl-x'''</tt> to boot. | ||
Latest revision as of 19:14, 2 April 2026
Red Hat Enterprise Linux
- Reboot OS into emergency mode.
- During the GRUB2 countdown, Edit the first line by pressing "e".
- Locate the line that reads "linux".
- Immediately following the "quiet" keyword append "rd.break"
- Locate the line that reads "linux".
- Continue the boot process.
- Press Ctrl-x to boot.
- The system will boot into emergency mode and the switch_root prompt will appear.
- Remount the /sysroot filesystem as rw.
- # mount -o remount,rw /sysroot
- chroot to the /sysroot filesystem.
- # chroot /sysroot
- Create a new password.
- # passwd
- Update the SELinux Security Context.
- # touch /.autorelabel
- Exit the /sysroot chroot.
- # exit
- Exit emergency mode.
- # exit