How to disable graphical boot on Linux

On Fedora, edit “/etc/sysconfig/init” and set:

GRAPHICAL=no

Also edit “/boot/grub/grub.conf” and remove the “rhgb” option on kernel options line (“rhgb” standing for “Red Hat Graphical Boot”).

If you want to disable X11 automatic startup, change “/etc/inittab” default run level:

id:5:initdefault:

to:

id:3:initdefault:

You will then have to start X11 manually if you want to use X11.

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

  

  

  

This site uses Akismet to reduce spam. Learn how your comment data is processed.