Linux: Grub Boot into single user mode
Q. How do I boot Linux system into single user mode?
A. Single user mode is useful to fix some system problem. Following are steps you need to use to boot Grub boot loader into single user mode.
Procedure: Boot Linux Grub Boot Loader into single user mode
(1) At grub boot screen (after restart)
(2) Select the kernel
(3) Press the e key to edit the entry
(4) Select second line (the line starting with the word kernel)
(5) Press the e key to edit kernel entry so that you can append single user mode
(6) Append the letter S (or word Single) to the end of the (kernel) line

(7) Press ENTER key
(8) Now press the b key to boot the Linux kernel into single user mode
(9) When prompted give root password and you be allowed to login into single user mode.

See also:
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Linux reset forgotten root password
- Disable graphical GRUB splash screen
- I2O block arrays trouble - Linux fails to install GRUB at the end of successful installation
- Linux Disable Hyper Threading for Pentium 4 server GRUB boot loader
- Error /dev/hdX does not have any corresponding BIOS drive and Solution
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: boot_linux, boot_loader, grub, linux_kernel, single_user_mode




February 26th, 2008 at 7:08 am
am using red hat 9.
user should not be allowed to change root password in single user mode,as it’s in SUSE.
i have already tried grub password.
i want some other method.
pls help me out.