Formatting code for LinuxSingle
{{parent page="Linux"}}
===Switching to single user mode with Grub===
At grub boot prompt, select your kernel to boot and type **e** to edit its boot parameters
{{image url="images/grub_select_kernel.png"}}
Then select the line that starts with **kernel**, and type **e** to edit its parameters
{{image url="images/grub_edit_boot.png"}}
At the end, insert **single** to boot to single user mode. If you want to mount your partitions as read-only, insert **single ro**
{{image url="images/grub_single.png"}}
Type **b** to boot.
===Switching to single user mode with Grub===
At grub boot prompt, select your kernel to boot and type **e** to edit its boot parameters
{{image url="images/grub_select_kernel.png"}}
Then select the line that starts with **kernel**, and type **e** to edit its parameters
{{image url="images/grub_edit_boot.png"}}
At the end, insert **single** to boot to single user mode. If you want to mount your partitions as read-only, insert **single ro**
{{image url="images/grub_single.png"}}
Type **b** to boot.