Results 1 to 8 of 8
Hi everybody. Im not incredibly familiar with Linux, but not new to it either. Anyway, I had some trouble on a new install (Debian) with Gnome or X Window causing ...
- 04-27-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 66
[SOLVED] Setting to default to NO GUI
Hi everybody. Im not incredibly familiar with Linux, but not new to it either. Anyway, I had some trouble on a new install (Debian) with Gnome or X Window causing my computer to be unusable. I have currently re-installed without the desktop option, so no GUI is installed. I just want to make sure that my system, by default, does not boot the GUI. Any help is greatly appreciated.
The boot loader is SILO, which I think is similar to LILO. The machine is a Sun Ultra5 with a 270MHz UltraSPARC, 384MB RAM, and a 40GB hard drive. I ultimately want to use this machine (or an Ultra2 I have) for CNC. Hopefully it is fast enough. I also am enjoying working on Sun hardware for the first time.
Well thanks for any help.
-Chris P
- 04-27-2010 #2Just Joined!
- Join Date
- Apr 2010
- Posts
- 66
BTW, after I am sure that my system will not try to auto load the GUI, I plan to install Xfce.
- 04-27-2010 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-27-2010 #4Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Google: linux runlevel
To understand how Linux boots up.
What's the current runlevel set to?
Debian/Ubuntu = Runlevel 2Code:cat /etc/inittab # The default runlevel. id:2:initdefault:
Google: debian runlevel disable gui
In short, you have nothing to disable if no desktop is installed. Only after one is installed can you "disable" it my removing the start link under /etc/rc2.d. You can do that manually or by using the update-rc.d command.
* Redhat/SuSE distro's use runlevel 3 as "multiuser + networking" and runlevel 5 as "multiuser, networking, and GUI." Debian/Ubuntu distro's do not and by default only use runlevel 2.
- 04-27-2010 #5Just Joined!
- Join Date
- Apr 2010
- Posts
- 66
OK I checked and the file /etc/inittab states my default runlevel is 2. Seems to me the solution you gave me (to remove the start link) should be what I am after. So, shortly, my plan of action is to:
aptitude install xorg
aptitude install xfce4
and then remove the start link under /etc/rc2.d/
First going to read the link you provided as well as Google.
Thanks again
- 04-27-2010 #6Just Joined!
- Join Date
- Apr 2010
- Posts
- 66
- 04-27-2010 #7Just Joined!
- Join Date
- Apr 2010
- Posts
- 66
I installed xorg and xfce. Then I ran the command update-rc.d -f xfce remove. Then I installed rcconf, ran it, and unchecked X11 (nice little program). I think that should be enough to make it safe to reboot without fear of it auto starting the GUI. But before I restart, Im going to configure xorg.conf a little.
- 04-27-2010 #8Just Joined!
- Join Date
- Apr 2010
- Posts
- 66
OK I successfully re-booted and the GUI did not automatically try to start. So this problem is solved.
Time for the next problem, getting a GUI or X to work! That will be the subject of a new thread.
Thanks for the help
-Chris P




