I have Ubuntu lucid on my home computer. Today I was experimenting with runlevels and I couldn't figure out how to change the default run level of Ubuntu. I can do that using /etc/inittab on Debian 504 but that file is not there in Ubuntu. I have searched on the web but couldn't figure out the answer.
Thanks in advance.
As per
man inittab
:If you look into
/etc/init/rc-sysinit.conf
you should find a line similar to this:Either change this or use manually generated
/etc/inittab
.Ubuntu uses the upstart init daemon which by default boots to (an equivalent of?) runlevel 2. If you want to change the default runlevel then create an /etc/inittab with an initdefault entry for the runlevel you want.
would bring the system up to runlevel 3.
An article on it here