Steps were simple:
- In the boot grub menu select option to edit:
e
- Go to the line of Linux 16 and change
ro
withrw init=/sysroot/bin/sh
- Now press Control+x to start on single user mode.
- Now access the system with this command:
chroot /sysroot
- Reset the password:
passwd root
- Update selinux information:
touch /.autorelabel
- Reboot your system
"Probing EDD (edd=off to disable)"
After trying it a couple times, for the heck of it I plugged in a console cable and tried through Putty on my ThinkPad. Lo and behold, the VGA monitor was stuck still, but my Putty session showed the root bash! Root password changed, disaster averted.
No comments:
Post a Comment