General Linux > Get Started > Issue
<<
27 of 376
>>
Issue:
How do I boot into single user mode using the GRUB bootloader?
Resolution:
Single user mode can be accessed by appending an S (the capital letter S) to the kernel command line in GRUB. To do this, restart your system and when the GRUB splash screen presents itself:
- Select/highlight the kernel you wish to boot using the up/down arrow keys.
- Press the e key to edit the entry.
- Select/highlight the line starting with the word kernel.
- Press the e key to edit the line.
- Append the letter S to the end of the line.
- Press ENTER to accept the changes.
- Press the b key to boot the kernel with the modified command line.
This will take you into single user mode and should provide a bash shell to execute commands.
General Linux
>
Get Started
> Issue
<<
27
of
376
>>