since it sounds like the system is going into a non-multi-user mode by default, lets try a test to see if it will go to a full X session.<br><br>boot it to the root login prompt and enter the root password. run telinit 3 and log in as a regular user. run startx and test if the system x will run<br>
<br>If all of that succeeds, logout as regular user and back in as root and run telinit 5. If that&#39;s OK then the upgrade broke and didn&#39;t finish configuring the grub setting.<br><br>So the file to edit manually in fedora-land is /boot/grub/grub.conf and in ubuntu-land it&#39;s /boot/grub/menu.1st (I think). That is what grub uses to know what stuff to pass to the kernel during the initial start up. Odds are you won&#39;t find &quot;single&quot; on any kernel line but if you do, delete it.<br>
<br>Maybe I&#39;m being stubborn but I _like_ /etc/inittab. However adding RUNLEVEL=5 to the grub kernel line won&#39;t break anything.<br><br><div class="gmail_quote">On Mon, Jul 5, 2010 at 5:18 PM, drifter <span dir="ltr">&lt;<a href="mailto:drifter@oppositelock.org">drifter@oppositelock.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I continue my descent into madness with this issue.<br>
<br>
{Someone asked about the version of Grub. It is 0.97}<br>
<br>
With the help and hints of this community I have been exploring<br>
the idea that I have an &quot;upstart&quot; problem.<br>
<br>
Watching the boot process carefully, I see that I get an Ubuntu<br>
splash screen, complete with graphic for maybe two tenths of a<br>
second before the command prompt appears.  That indicates to<br>
me that for a brief moment the Xserver is running.   Then, I&#39;m<br>
guessing, something kills it.<br>
<br>
Hunting around I discovered /usr/share/doc/upstart. This directory contains<br>
the file, README.Debian.gz.  Ha, I thought. the answer to my problem may lie<br>
within.  But the file is owned by root, and there is no way for Joe user<br>
to unpack the file!!!!!!!!  Sometimes I just do not understand the<br>
convoluted minds of programmers.  What sort of peeled idiot would make<br>
a README file unreadable?<br>
<br>
Had to chown the file AND the directory to gain access.<br>
<br>
Now the fun begins:<br>
<br>
Reading the README file led me to /etc/init/rc-sysinit.conf<br>
<br>
It contains these lines:<br>
<br>
# Default runlevel, this may be overriden on the kernel command line<br>
#or by faking an old /etc/inittab entry<br>
env DEFAULT_RUNLEVEL=2<br>
<br>
<br>
Further down in the same file these lines appear:<br>
<br>
 # Check kernel command-line for typical arguments<br>
    for ARG in $(cat /proc/cmdline)<br>
    do<br>
        case &quot;${ARG}&quot; in<br>
        -b|emergency)<br>
            # Emergency shell<br>
            [ -n &quot;${FROM_SINGLE_USER_MODE}&quot; ] || sulogin<br>
            ;;<br>
        [0123456sS])<br>
            # Override runlevel<br>
            DEFAULT_RUNLEVEL=&quot;${ARG}&quot;<br>
            ;;<br>
        -s|single)<br>
            # Single user mode<br>
            [ -n &quot;${FROM_SINGLE_USER_MODE}&quot; ] || DEFAULT_RUNLEVEL=S<br>
            ;;<br>
        esac<br>
    done<br>
<br>
Doing  &lt;cat/proc/cmdline&gt; returns this:<br>
<br>
root=UUID=[long HEX string] ro quiet splash<br>
<br>
<br>
Now I have new questions:<br>
<br>
If I were to change the DEFAULT_RUNLEVEL to 5, would that help?<br>
<br>
----------------------<br>
<br>
To answer some other questions:<br>
<br>
David Tomaschik asked if there any lines above the root prompt?<br>
Nothing the least bit unusual there. The prompt I get needs a login/pswd<br>
pair and then I get a new prompt and can type &quot;startx&quot;<br>
<br>
I tried following David&#39;s suggestion of booting in recovery mode.  That may<br>
have helped some of the underlying problems, but at the end of that process<br>
I am still looking at the login prompt. The Xserver is not running.<br>
Trying a reboot.  Well, that&#39;s interesting. Logged in and typed &quot;shutdown<br>
now&quot; only to be told that I have to be root to do that. So tried &quot;sudo<br>
shutdown now&quot; and it still wanted the root password, not my user password.<br>
Only this is Ubuntu, and I have no earthly idea what the root password<br>
might be.  I never had a chance to set one.<br>
<br>
So I gave up and hit the power button. on restart I got the login prompt<br>
again.<br>
<br>
Thinking about Brian Pitts comments, how can I check the kernel arguments<br>
and erase the &quot;single&quot; if it appears there?  And should I then replace it<br>
with something else?<br>
<br>
My current plan is to backup /home and run a fresh install from the<br>
DVD I have in hand if I can&#39;t get this to work pretty damn soon now. :)<br>
<br>
If that doesn&#39;t work, then I will try installing FC13.<br>
<br>
For now I&#39;d prefer to stay with Ubuntu, as the new version provides a<br>
driver for the ethernet chip and can use the microphone so I can<br>
use Skype to talk with my grandson. Previous version of Ubuntu<br>
did not support either.<br>
<br>
Sean<br>
<div class="im"><br>
<br>
<br>
On Monday 05 July 2010 12:37:58 Brian Pitts wrote:<br>
&gt; On 07/04/2010 11:34 PM, David Tomaschik wrote:<br>
&gt; &gt; Does it say anything above the root prompt?  I rather suspect that<br>
&gt; &gt; something is erroring and aborting the boot. If it&#39;s giving you a root<br>
&gt; &gt; prompt with no login, that means it&#39;s dropping you into single-user<br>
&gt; &gt; mode, which is triggered either by an error during the boot or by the<br>
&gt; &gt; line &quot;single&quot; being appended to the kernel arguments.<br>
&gt; &gt;<br>
&gt; &gt; You don&#39;t really want startx anywhere -- init loads the services<br>
&gt; &gt; requested by the current run environment, and one of those (for<br>
&gt; &gt; Gnome-based &quot;vanilla&quot; Ubuntu) is gdm.  GDM will load X and provide you<br>
&gt; &gt; with the login screen you&#39;re used to.<br>
&gt; &gt;<br>
&gt; &gt; Menu.lst is not a shell script, so putting startx there will likely<br>
&gt; &gt; only make things worse -- and certainly won&#39;t get X going for you.<br>
&gt;<br>
&gt; I agree with the above. Your upgrade may not have completed<br>
&gt;  successfully.<br>
&gt;<br>
&gt; Make sure your computer is plugged into a wired network and turned off.<br>
&gt; Turn it on and hold down shift; this should bring up the GRUB2 menu.<br>
&gt; Select the entry labeled &quot;recovery mode&quot;. If you&#39;re not in too bad a<br>
&gt; shape, this should eventually load a menu with different automated<br>
&gt; recovery options you can choose. One of them is labeled something like<br>
&gt; &quot;repair broken packages&quot;. Choose it and see what happens.<br>
&gt;<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br>Actively in pursuit of Life, Liberty and Happiness <br>Doing pretty well on all 3 pursuits    <br><br>  Faith is a cop-out. If the only way you can accept an assertion is by faith, then you are conceding that it can’t be taken on its own merits.<br>
    Dan Barker, &quot;Losing Faith in Faith&quot;, 1992 <br><br>