Skip to main content

Linux: Booting into Single-User Mode

At the bootloader screen, press the e key to edit the GRUB configuration.

image.png

Use the up arrow and down arrow keys to navigate the GRUB configuration.

image.png


Edit the line starting with the word linux and change ro to rw and add init=/bin/bash to the end of the line. This will cause the filesystem to mount read-write and initialize with /bin/bash at boot.

image-2.png

before


image-3.png

after


Press CTRL+X or F10 to begin the boot procedure.

image-4.png