Switching to single user mode with Grub
At grub boot prompt, select your kernel to boot and type e to edit its boot parameters
Then select the line that starts with kernel, and type e to edit its parameters

At the end, insert single to boot to single user mode. If you want to mount your partitions as read-only, insert single ro

Type b to boot.