Operating System - Linux
1819792 Members
3087 Online
109607 Solutions
New Discussion

Boot on single user mode in linux

 
SOLVED
Go to solution
Alfonso_4
Advisor

Boot on single user mode in linux

How can I boot on single user mode if my server has installed RedHat linux 7.2 and use Grub to boot.

Thank you in advance.
1 REPLY 1
I_M
Honored Contributor
Solution

Re: Boot on single user mode in linux


press "e" for edit

go to "kernel" line and press "e" for edit.
add s (for single user) or 1 (runlevel 1) at the end of the line.

press "b" for boot.
You will see the sh-2.04# prompt.

Regards,