I’m trying to follow https://linuxconfig.org/redhat-8-recover-root-password to reset a root password on a RHEL8 box.
I successfully select ‘e’ on image ‘4.18.0-240.1.1.el8_3.x86_64’ and arrive at the ‘edit’ screen.
I see a ‘linux’ line, but content ends after “crashkernel=auto”. The “resume=” and other stuff from the tutorial is missing.
I added “ rd.break” right after “crashkernel=auto”, but after Ctrl-X, it hangs indefinitely (I waited up to 30 minutes). I never get the switch_root prompt shown by the tutorial.
Any ideas why it would not get to that prompt?
RHEL 8 reboot hangs on rd.break
257 Views Asked by WayneTabor At
1
There are 1 best solutions below
Related Questions in PASSWORD-RECOVERY
- Add account verification and password recovery using tokens with react and postgres
- NextJs Supabase, Reset Password. Email verification token
- Forgot the pattern for my one plus 7t pro mobile, how to recovery it?
- Metamask PW recovery
- How to prevent users from resetting passwords to previously used passwords on wordpress site?
- RHEL 8 reboot hangs on rd.break
- How to use different password reset broker in Laravel with mailable class using queues and jobs?
- Error: The argument type 'Future<dynamic>' can't be assigned to the parameter type 'void Function()?'
- 'User' object has no attribute 'user', Where is the problem?
- password reset email is not receiving?
- duplicator wordpress password lost
- How can I generate every possible rule based password combinations?
- Github account recovery stuck
- Customize django-allauth / django-rest-auth Password Reset Confirm
- How to prevent attackers from using my password reset mechanism to email bomb people?
Related Questions in RHEL8
- Install docker on RHEL 8.8. Service does not start because of error : "Failed to initialize nft: Protocol not supported"
- How to deploy C# console app to RHEL host that has FIPS enabled
- AWK Command Output
- Ansible - install yum packages with preconfigured sudoers privileges
- Hadoop-Hive bigdata access using JDBC
- Jenkins initial setup not pregressing
- Error: OCI runtime error: runc: exec failed: container does not exist --> podman 4.4.1, RHEL 8.8
- Installing Openssl3.x on Rhel 8 running into warnings
- Installing traffic control on a docker container
- compiled & installed mono 6,12,0.199 on RHEL8, vbc complains, csc succeeds
- RPM Require installs wrong dependency
- C# Console application on Linux and Environment variable
- Nomad .net Core 8 service and Exit Code: 134, Signal: 6
- What happens to syslog if i lock /var/log/messages with fcntl. Will the logs be permanently lost or rsyslog will wait for fcntl to unlock messages?
- how to install sqlitebrowser on RHEL
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Steps to reset root password if forgotten and have no sudo user:
Now you should be able to login into root without any worries. PS (If console-tty0 option is not present it can be skipped) but as it is present in your "linux" I have added.
Just recently solved this :) partially with the help of this link: https://forums.rockylinux.org/t/how-to-recover-root-password/3433