Written by James McDonald

November 1, 2010

Found this after too much Googling so listing here for future reference.

Stop X Starting at Boot on an Upstart controlled system

update-rc.d -f remove gdm doesn’t work:
That is because Ubuntu doesn’t use System V init files for startup any more, it uses a program called Upstart. You have to edit the file /etc/init/gdm.conf and comment the ‘start’ line to obtain something like:

Code:
#start on (filesystem
#          and started dbus
#          and (graphics-device-added fb0 PRIMARY_DEVICE_FOR_DISPLAY=1
#               or drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
#               or stopped udevtrigger))
stop on runlevel [016]

http://www.uluga.ubuntuforums.org/showpost.php?p=9691917&postcount=2

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Network speed test host to host

On Ubuntu / Debian apt-get install iperf3 On Windows download it from https://iperf.fr/iperf-download.php#windows Make...

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...