On Thu, Nov 13, 2003 at 07:32:34AM +0000, santhosh amin wrote:
I have RED-HAT 9.0 installed with GRUB as boot
loader.My query is how do i get into single user mode in Grub.In LILO when u press the TAB key u get the boot labels and then u can type Linux Single on the lilo prompt to bot to single user mode.How can i do the same on the GRUB boot loader.
Follow the instructions at the bottom of the grub menu, to edit the parameters that are sent to the kernel. You simply have to append "single" to the line that starts with the word "kernel".
Its usually the line that looks like:
kernel /boot/vmlinuz root=/dev/hdax ro
Change it to:
kernel /boot/vmlinuz root=/dev/hdax ro single
This does not change the actual entry in the menu, you'll be presented with the original menu when you boot again.
Sameer.