16
Feb/094
Feb/094
Linux: Boot to text mode instead of graphical interface
So you installed your Linux server with gnome or kde and now want to boot to text mode, mostly to save some resources that are being used by your X server…
Debian:
go to /etc/init.d and execute:
update-rc.d -f gdm remove
for kde:
update-rc.d -f kdm remove
to restore:
update-rc.d -f gdm/kdm defaults
The above command works for pretty much any script you want loaded during boot. Simply copy your script to /etc/init.d or make a symbolic link and execute the command.
CentOS/REHL:
Edit your GRUB
nano /boot/grub/menu.lst
and add runlevel you need to the boot line. Text mode is usually runlevel 3:
kernel /vmlinuz-2.6.9-78.0.1.EL ro root=LABEL=/ rhgb quiet 3
SuSE:
Edit grub and add level 3 to your boot line:
kernel /vmlinuz-2.6.27.21-0.1-pae root=/dev/sda5 resume=/dev/sda9 splash=silent crashkernel=128M-:64M@16M showopts vga=0x317 level 3
You can always run to graphical mode by using the command:
startx
Other distros: google it
Related posts:
- Linux: Crontab notes for different users – run a cron job every time a system reboots
- Debian: open-iscsi, use iSCSI initiator to connect to a SAN
Enjoy this article?
Comments (4)
Trackbacks (0) ( subscribe to comments on this post )
Leave a comment
No trackbacks yet.
12:39 AM on March 10th, 2009
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
now in my rss reader)))
7:08 AM on March 10th, 2009
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00
Hello, I can’t understand how to add your blog in my rss reader
8:59 PM on March 13th, 2009
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 (.NET CLR 3.5.30729)
Click on the RSS icon on top right and select your RSS/Atom reader from the drop down menu.
11:14 AM on April 27th, 2009
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9 (.NET CLR 3.5.30729)
works great. thanks.