You need to alter the runlevel of the system.  Generally on linux systems runlevel 5 is the default runlevel for multiuser systems running an X environment, but I believe on Ubuntu and its derivatives runlevel 2 is used for any multiuser mode.  If /etc/inittab exists on your system, you can type the following in a terminal:<div>


<br></div><div><font face="arial, helvetica, sans-serif">     grep "^id:" /etc/inittab</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><span style="font-family:arial,helvetica,sans-serif">to determine what the current runlevel is. T</span><font face="arial, helvetica, sans-serif">he output may be something like this </font></div>


<div><font face="arial, helvetica, sans-serif">   </font></div><div><font face="arial, helvetica, sans-serif">     </font><span style="font-family:arial,helvetica,sans-serif;background-color:rgb(247,247,247)">id:5:initdefault:</span></div>


<div><span style="font-family:arial,helvetica,sans-serif"><br></span></div><div><span style="font-family:arial,helvetica,sans-serif">Then type in a terminal</span></div><div><font face="arial, helvetica, sans-serif"><br>

</font></div>
<div><font face="arial, helvetica, sans-serif">     sudo nano /etc/inittab</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><pre style="width:694px;margin-top:0px;margin-bottom:0px;overflow:auto;background-color:rgb(247,247,247)">

<font face="arial, helvetica, sans-serif">and alter the number in the following line</font><span style="background-color:transparent">
</span></pre><pre style="width:694px;margin-top:0px;margin-bottom:0px;overflow:auto;background-color:rgb(247,247,247)"><font face="arial, helvetica, sans-serif"><br></font></pre><pre style="width:694px;margin-top:0px;margin-bottom:0px;overflow:auto;background-color:rgb(247,247,247)">

<font face="arial, helvetica, sans-serif">     </font><span style="font-family:arial,helvetica,sans-serif">id:5:initdefault:</span><span style="background-color:transparent">
</span></pre><pre style="width:694px;margin-top:0px;margin-bottom:0px;overflow:auto;background-color:rgb(247,247,247)"><span style="font-family:arial,helvetica,sans-serif"><br></span></pre><pre style="width:694px;margin-top:0px;margin-bottom:0px;overflow:auto;background-color:rgb(247,247,247)">

<span style="font-family:arial,helvetica,sans-serif">to 3 which is a multiuser mode without the X environment (commandline interface).</span></pre><pre style="width:694px;margin-top:0px;margin-bottom:0px;overflow:auto;background-color:rgb(247,247,247)">

<span style="font-family:arial,helvetica,sans-serif"><br></span></pre><pre style="width:694px;margin-top:0px;margin-bottom:0px;overflow:auto;background-color:rgb(247,247,247)"><span style="font-family:arial,helvetica,sans-serif">More than likely, /etc/inittab does not exist and this link will be more pertinent, </span><span style="background-color:transparent"><font face="arial, helvetica, sans-serif"><a href="http://ubuntuforums.org/showpost.php?s=c31226fed753b7cd29ae039fd72436f8&p=9290090&postcount=4">http://ubuntuforums.org/showpost.php?s=c31226fed753b7cd29ae039fd72436f8&p=9290090&postcount=4</a>.  Instead of altering gdm.conf, you might have to alter something related to lightdm.</font></span></pre>

<div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">On Sat, Aug 11, 2012 at 6:23 PM, Nicolas <span dir="ltr"><<a href="mailto:nicolas.ea@gmail.com" target="_blank">nicolas.ea@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br><br>Don't know if this is the correct way to participate. If not please let me know.<br>Here is the question: I would like to modifiy my boot process so my sistem starts with a command line login, without lightdm loaded. As i am new to xubuntu and even a well read xubuntu user, i would like to investigate  about the whole xubuntu boot process after grub selection in order to make my modification. Any tip where to start?<br>




<br>Thanks in advance,<br>Nicolas.<br>
<br>--<br>
xubuntu-users mailing list<br>
<a href="mailto:xubuntu-users@lists.ubuntu.com" target="_blank">xubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-users</a><br>
<br></blockquote></div><br></div>