I'm wanting my Centos 4.0 box to boot up into TEXT mode, like all of my other Linux servers do. Unfortunately, it only boots into graphics mode and there's some issue with the keyboard (it controls the mouse, very poorly). I can SSH into the box so I can re-config it.. But just don't know where to look in this new version. I tried GRUB.CONF and even the SYSTEM_CONFIG programs.. No luck.
Thanks.
Scott
On 4/5/05 2:13 PM, Scott Heisler wrote:
I'm wanting my Centos 4.0 box to boot up into TEXT mode, like all of my other Linux servers do. Unfortunately, it only boots into graphics mode and there's some issue with the keyboard (it controls the mouse, very poorly). I can SSH into the box so I can re-config it.. But just don't know where to look in this new version. I tried GRUB.CONF and even the SYSTEM_CONFIG programs.. No luck.
Edit /etc/inittab, specifically the line that begins "id:". Make the default runlevel 3 instead of 5. E.g.,
id:3:initdefault:
On Tuesday 05 April 2005 17:13, Scott Heisler wrote:
I'm wanting my Centos 4.0 box to boot up into TEXT mode, like all of my other Linux servers do. Unfortunately, it only boots into graphics mode and there's some issue with the keyboard (it controls the mouse, very poorly). I can SSH into the box so I can re-config it.. But just don't know where to look in this new version. I tried GRUB.CONF and even the SYSTEM_CONFIG programs.. No luck.
Thanks.
Scott
Hi Scott
As root you can go into the file /etc/sysconfig/init and look for the line that says GRAPHICAL=yes and change the yes to a no.
You should be good to go from there.
Hope this helps,
Phil
very poorly). I can SSH into the box so I can re-config it.. But just don't know where to look in this new version. I tried GRUB.CONF and even the SYSTEM_CONFIG programs.. No luck.
change in /etc/initab to runlevel 3
no need to reboot he system, from SSH promt run "telinit 3"
I like you're all guys! even a simple question like this you answered it very patiently. btw, it's better for you to googled before asking here so not flooded up the list for the common question like this (I know, maybe this was not simple to you that time happened, it also happened to me many times.)
-denny
On Apr 6, 2005 3:24 PM, darshan jadav root.devil@gmail.com wrote:
very poorly). I can SSH into the box so I can re-config it.. But just don't know where to look in this new version. I tried GRUB.CONF and even the SYSTEM_CONFIG programs.. No luck.
change in /etc/initab to runlevel 3
no need to reboot he system, from SSH promt run "telinit 3"
-- v2sw6PYUhw5ln6pr5Pck4ma7u7TBw5m6l7Ri2e6t5Xb5Oen7g6AMa28s5Mr6p7 hackerkey.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
You should look in /etc/inittab
and change the run level to 3 (from 5)
Change this line id:5:initdefault:
to this
id:3:initdefault:
This will give you a true text mode startup.
P.
Phil Savoie wrote:
On Tuesday 05 April 2005 17:13, Scott Heisler wrote:
I'm wanting my Centos 4.0 box to boot up into TEXT mode, like all of my other Linux servers do. Unfortunately, it only boots into graphics mode and there's some issue with the keyboard (it controls the mouse, very poorly). I can SSH into the box so I can re-config it.. But just don't know where to look in this new version. I tried GRUB.CONF and even the SYSTEM_CONFIG programs.. No luck.
Thanks.
Scott
Hi Scott
As root you can go into the file /etc/sysconfig/init and look for the line that says GRAPHICAL=yes and change the yes to a no.
You should be good to go from there.
Hope this helps,
Phil _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos