Difference between revisions of "How to reset root password in Oracle Redhat"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
* Press '''e''' key while rebooting
 
* Press '''e''' key while rebooting
* Select '''Oracle Linux Server Unbreakable Enterprise Kernel ...'''
+
* Select '''Oracle Linux Server Unbreakable Enterprise Kernel ...'''. (Don't press Enter.)
 
* Press '''e''' to edit.
 
* Press '''e''' to edit.
 
* Select '''kernel /vmliuz-.....'''
 
* Select '''kernel /vmliuz-.....'''

Latest revision as of 08:53, 30 August 2014

  • Press e key while rebooting
  • Select Oracle Linux Server Unbreakable Enterprise Kernel .... (Don't press Enter.)
  • Press e to edit.
  • Select kernel /vmliuz-.....
  • Press e to edit.
  • Append single to the original syntax and then press Enter.

e.g., ....rhgb quiet single

  • Press b to boot
  • System will boot up in the single mode.
  • At # prompt, type passwd to change the root password.
  • Type reboot to reboot.