Booting in Single User Mode
-
2. Editing GRUB Config
Then Edit Boot Command
Appending:init=/bin/bash
At the End of the Line beginning with:
linux
And containing:
quiet
Like:
linux ... quiet ... init=/bin/bash
-
3. Booting
Then to Boot into Single User Mode:
Simply Press Ctrl+x or F10 :)
Contents