FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Redhat > Fedora User

 
 
LinkBack Thread Tools
 
Old 07-24-2011, 01:09 AM
Futuramerlin
 
Default Boot problem

Thanks!

On 23 July 2011 19:29, Avi Greenbury <lists@avi.co> wrote:


kyan wrote:



> How can I see what is happening during the display of the splash

> screen during Ubuntu boot? The splash screen is displaying for a very

> long time with no change other than the orange and white dots

> alternating, and then it displays a plain black screen (with

> backlight). I am using Ubuntu 10.10. Thanks!



You can edit the command line in Grub (select the kernel you want to

boot, then hit 'e' to get to a command line). You need to append the

'nosplash' option to it, and then hit the right command to carry on the

boot process - I can't remember what it is in Grub 2, but I know it

says it on the screen when you're editing.



--

Avi



--

ubuntu-users mailing list

ubuntu-users@lists.ubuntu.com

Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



--
—Elliot Wallace

http://futuramerlin.com/info@futuramerlin.com





--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 07-24-2011, 04:59 AM
Goh Lip
 
Default Boot problem

On 07/24/2011 07:29 AM, Avi Greenbury wrote:

kyan wrote:


How can I see what is happening during the display of the splash
screen during Ubuntu boot? The splash screen is displaying for a very
long time with no change other than the orange and white dots
alternating, and then it displays a plain black screen (with
backlight). I am using Ubuntu 10.10. Thanks!


You can edit the command line in Grub (select the kernel you want to
boot, then hit 'e' to get to a command line). You need to append the
'nosplash' option to it, and then hit the right command to carry on the
boot process - I can't remember what it is in Grub 2, but I know it
says it on the screen when you're editing.



You'll have to delete "quiet" as well to see 'what's happening'.
Deleting "splash" just bypass the splash screen (the alternating dots).


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.


So change
linux /boot/vmlinuz-2.6.xx-xx-generic root=UUID=xxxx ro splash quiet
to
linux /boot/vmlinuz-2.6.xx-xx-generic root=UUID=xxxx ro nomodeset

Regards - Goh Lip

--
I thought Fooking was a province in China until I discovered Fook Yew Wine.

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 07-24-2011, 05:12 AM
kyan
 
Default Boot problem

By backlight I mean the screen was not entirely dark, but had its http://en.wikipedia.org/wiki/Backlight backlight enabled. There was no cursor visible. I worked with someone on IRC: http://irclogs.ubuntu.com/2011/07/23/%23ubuntu.txt 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.



On 24 July 2011 00:59, Goh Lip <g.lip@gmx.com> wrote:


On 07/24/2011 07:29 AM, Avi Greenbury wrote:


kyan wrote:




How can I see what is happening during the display of the splash

screen during Ubuntu boot? The splash screen is displaying for a very

long time with no change other than the orange and white dots

alternating, and then it displays a plain black screen (with

backlight). I am using Ubuntu 10.10. Thanks!




You can edit the command line in Grub (select the kernel you want to

boot, then hit 'e' to get to a command line). You need to append the

'nosplash' option to it, and then hit the right command to carry on the

boot process - I can't remember what it is in Grub 2, but I know it

says it on the screen when you're editing.






You'll have to delete "quiet" as well to see 'what's happening'. Deleting "splash" just bypass the splash screen (the alternating dots).



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.





So change

linux * /boot/vmlinuz-2.6.xx-xx-generic root=UUID=xxxx ro * splash quiet

to

linux * /boot/vmlinuz-2.6.xx-xx-generic root=UUID=xxxx ro * nomodeset



Regards - Goh Lip



--

I thought Fooking was a province in China until I discovered Fook Yew Wine.



--

ubuntu-users mailing list

ubuntu-users@lists.ubuntu.com

Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 07-24-2011, 05:24 AM
Goh Lip
 
Default Boot problem

On 07/24/2011 01:12 PM, kyan wrote:

By backlight I mean the screen was not entirely dark, but had its
http://en.wikipedia.org/wiki/Backlight backlight enabled. There was no
cursor visible. I worked with someone on IRC:
http://irclogs.ubuntu.com/2011/07/23/%23ubuntu.txt 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.



Okay, thanks for the explanation. Try "nomodeset" then (per my last
message) and let us know if it boots okay. If it boots okay, resolve
with video driver/settings.


If it's video settings, and you need further help, others may have to
come in to help (I am not good in this). If you're on hdmi, and let
others know if that is the case.


Good luck - Goh Lip

--
I thought Fooking is a province in China until I discovered Fook Yew Wine.

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 07-24-2011, 05:27 AM
kyan
 
Default Boot problem

Thanks. No, it does not boot properly. It seems to be a problem with gdm, so I'm reinstalling. :-P Thanks for the good wishes! :-)

On 24 July 2011 01:24, Goh Lip <g.lip@gmx.com> wrote:


On 07/24/2011 01:12 PM, kyan wrote:


By backlight I mean the screen was not entirely dark, but had its

http://en.wikipedia.org/wiki/Backlight backlight enabled. There was no

cursor visible. I worked with someone on IRC:

http://irclogs.ubuntu.com/2011/07/23/%23ubuntu.txt 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.






Okay, thanks for the explanation. Try "nomodeset" then (per my last message) and let us know if it boots okay. If it boots okay, resolve with video driver/settings.



If it's video settings, and you need further help, others may have to come in to help (I am not good in this). If you're on hdmi, and let others know if that is the case.



Good luck - Goh Lip



--

I thought Fooking is a province in China until I discovered Fook Yew Wine.



--

ubuntu-users mailing list

ubuntu-users@lists.ubuntu.com

Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 07-24-2011, 05:45 AM
Goh Lip
 
Default Boot problem

On 07/24/2011 01:27 PM, kyan wrote:

Thanks. No, it does not boot properly. It seems to be a problem with
gdm, so I'm reinstalling. :-P Thanks for the good wishes! :-)


Then, instead of reinstalling first, have you tried to boot into
recovery (networking as root) then

update/upgrade
install-reinstall gdm (#if that's the problem, and should it be
ubuntu-desktop?)

apt-get -f install
dpkg --configure -a
update/upgrade (#for good measure)

Regards - Goh Lip


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 07-24-2011, 05:56 AM
Futuramerlin
 
Default Boot problem

I tried all except the last line; it still does not work. :-(

On 24 July 2011 01:45, Goh Lip <g.lip@gmx.com> wrote:



On 07/24/2011 01:27 PM, kyan wrote:


Thanks. No, it does not boot properly. It seems to be a problem with

gdm, so I'm reinstalling. :-P Thanks for the good wishes! :-)




Then, instead of reinstalling first, have you tried to boot into recovery (networking as root) then

update/upgrade

install-reinstall gdm Â*(#if that's the problem, and should it be ubuntu-desktop?)

apt-get -f install

dpkg --configure -a

update/upgrade Â* Â* Â* Â* Â*(#for good measure)



Regards - Goh Lip





--

ubuntu-users mailing list

ubuntu-users@lists.ubuntu.com

Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



--
—Elliot Wallace

http://futuramerlin.com/info@futuramerlin.com






--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 07-24-2011, 12:00 PM
"Goh Lip"
 
Default Boot problem

On Sun, 24 Jul 2011 13:56:14 +0800, Futuramerlin <info@futuramerlin.com>
wrote:



I tried all except the last line; it still does not work. :-(


Sorry then, I'm out of ideas.
Regards, take care - Goh Lip
--
I used to have an open mind,
but my brains kept falling out.

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 04-11-2012, 05:20 AM
Tom Bell
 
Default Boot problem

On 4/10/2012 10:13 PM, Rajubhai Ramvani wrote:
> dear sir,
> some websites are not open like speedtest.net
> <http://speedtest.net/> and massage was displaying update java
> othervise uninstall java and reinstall java so i uninstalled java .now
> i start the pc the pc is not starting pc only going booting process
> .how can i solve this problem.anybody can help me.i am using kubuntu
> 11.10.
> rajuramvani.
>
>

If you could try copying the message that appears when the failure occurs,
or, if there is no message, then describe what happens up until you get the
last screen.
Is this a dual boot machine?
Are you using a boot manager?

I have added subject line that describes as much of the problem
as I can garner from you message. Mostly to prevent this and future
messages from ending up in the spam directory.
Please make all requests/responses to the list.

Thank you!

Tom
(This message is BCC'd to OP.)

--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 04-12-2012, 03:00 AM
Tom Bell
 
Default Boot problem

On 4/11/2012 5:09 AM, Rajubhai Ramvani wrote:
> *ya my pc is dual machine and i amusingdual maneger.*
>
> On Wed, Apr 11, 2012 at 10:50 AM, Tom Bell <cbell44@cfl.rr.com
> <mailto:cbell44@cfl.rr.com>> wrote:
>
>
> On 4/10/2012 10:13 PM, Rajubhai Ramvani wrote:
> > dear sir,
> > some websites are not open like speedtest.net
> <http://speedtest.net>
> > <http://speedtest.net/> and massage was displaying update java
> > othervise uninstall java and reinstall java so i uninstalled
> java .now
> > i start the pc the pc is not starting pc only going booting process
> > .how can i solve this problem.anybody can help me.i am using kubuntu
> > 11.10.
> > rajuramvani.
> >
> >
>
> If you could try copying the message that appears when the failure
> occurs,
> or, if there is no message, then describe what happens up until
> you get the
> last screen.
> Is this a dual boot machine?
> Are you using a boot manager?
>
> I have added subject line that describes as much of the problem
> as I can garner from you message. Mostly to prevent this and future
> messages from ending up in the spam directory.
> Please make all requests/responses to the list.
>
> Thank you!
>
> Tom
> (This message is BCC'd to OP.)
>
>


I personally, cannot help you with this particular problem. You need to
subscribe to the list and submit all your questions to the list and check
it for answers. Someone can help, but only if you subscribe to the list.

--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 

Thread Tools




All times are GMT. The time now is 01:23 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org