<div dir="ltr"><font face="verdana,sans-serif">By backlight I mean the screen was not entirely dark, but had its <a href="http://en.wikipedia.org/wiki/Backlight">http://en.wikipedia.org/wiki/Backlight</a> backlight enabled. There was no cursor visible. I worked with someone on IRC: <a href="http://irclogs.ubuntu.com/2011/07/23/%23ubuntu.txt">http://irclogs.ubuntu.com/2011/07/23/%23ubuntu.txt</a> and decided to back up my settings, erase the system, and restore them. I tried reinstalling various packages to fix the issue but was not successful.<br>

</font><br><div class="gmail_quote">On 24 July 2011 00:59, Goh Lip <span dir="ltr"><<a href="mailto:g.lip@gmx.com">g.lip@gmx.com</a>></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;">

<div class="im">On 07/24/2011 07:29 AM, Avi Greenbury wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
kyan wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
How can I see what is happening during the display of the splash<br>
screen during Ubuntu boot? The splash screen is displaying for a very<br>
long time with no change other than the orange and white dots<br>
alternating, and then it displays a plain black screen (with<br>
backlight). I am using Ubuntu 10.10. Thanks!<br>
</blockquote>
<br>
You can edit the command line in Grub (select the kernel you want to<br>
boot, then hit 'e' to get to a command line). You need to append the<br>
'nosplash' option to it, and then hit the right command to carry on the<br>
boot process - I can't remember what it is in Grub 2, but I know it<br>
says it on the screen when you're editing.<br>
<br>
</blockquote>
<br></div>
You'll have to delete "quiet" as well to see 'what's happening'. Deleting "splash" just bypass the splash screen (the alternating dots).<br>
<br>
But I think if it displays a plain black screen, (with backlight, meaning a 'blinking cursor'?), you have more to worry about, most likely a video driver issue. Adding "nomodeset" to the line may help and then when booted up, rectify your video driver.<br>


<br>
So change<br>
linux   /boot/vmlinuz-2.6.xx-xx-<u></u>generic root=UUID=xxxx ro   splash quiet<br>
to<br>
linux   /boot/vmlinuz-2.6.xx-xx-<u></u>generic root=UUID=xxxx ro   nomodeset<br>
<br>
Regards - Goh Lip<br><font color="#888888">
<br>
-- <br>
I thought Fooking was a province in China until I discovered Fook Yew Wine.</font><div><div></div><div class="h5"><br>
<br>
-- <br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/<u></u>mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br></div>