Linux password recovery rescue mode
Revision as of 23:14, 21 November 2019 by Pio2pio (talk | contribs) (Pio2pio moved page Linux password recovery to Linux password recovery rescue mode without leaving a redirect)
RHEL 8
This process should work for the most of distributions:
- Edit kernel boot in Grub by pressing
e ctrl+ego to end of the line removero crashand addrd.break enforcing=0ctrl+xstart the system- Remount root fs
mount -o remount,re /sysroot - Switch into
chroot /sysroot - Reset password
passwd - Enable SELinux relabeling
touch /.autorelable - Exit shell
exit