LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   booting to command line in grub (https://www.linuxquestions.org/questions/linux-newbie-8/booting-to-command-line-in-grub-180865/)

nmistry 05-12-2004 07:24 PM

booting to command line in grub
 
Simple question from a newbee...

How do I boot to the command line in Redhat, I have a Grub loader but can't find details on how to change my kernal argument.

I'm new to Linux so a detailed response would be good, talk to me like a five year old, I dont mind.

Thanks

qwijibow 05-12-2004 08:48 PM

boot as normal.

become super user with the command 'su'

open the file /etc/inittab with a text editor.. ( kedit, gedit, vi, kwriter, whatever is installed)
'kedit /etc/inittab'

and look for the line that says
"id:5:initdefault:"

change it to read
"id:3:initdefault:"

next time you boot, you will be iin command line mode.



the command "startx" will load the Graphical mode again.


All times are GMT -5. The time now is 06:56 PM.