Results 1 to 6 of 6
Anyone know off hand how to get a Fedora Core install to boot up in a text terminal only, requiring one to manually start x (e.g. so I can have ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-11-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 12
startup without gui
Anyone know off hand how to get a Fedora Core install to boot up in a text terminal only, requiring one to manually start x (e.g. so I can have different scripts for multiple monitors, tablet/no tablet etc)
- 03-11-2008 #2
Log in as root and open /etc/inittab file.
Replace
withCode:id:5:initdefault:
Save file and Reboot machine.Code:id:3:initdefault
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-11-2008 #3
No need to reboot the machine after editing the file. Just change the runlevel to whatever you wish using init (or telinit) e.g. to shutdown X, just enter "init 3" as root.
- 03-11-2008 #4It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-12-2008 #5
Well you could simply hit CTRL-ALT-BACKSPACE.
That will kill X and place you on a command line.
- 03-12-2008 #6


Reply With Quote

