Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12th June 2012, 06:01 AM
efid845 Offline
Registered User
 
Join Date: Mar 2012
Location: israel
Posts: 39
windows_7firefox
Fedora 17 stuck on logo

I have fedora 17.
I have just boot up my PC, and from some reason, Fedora just stucks on the logo
** its getting "filled up", the full logo showed up, and thats it**

What can I do?
Reply With Quote
  #2  
Old 12th June 2012, 08:25 AM
weitjong's Avatar
weitjong Offline
Registered User
 
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 741
linuxfirefox
Re: Fedora 17 stuck on logo

You can try to press the ESC key while Plymouth is in progress (the Fedora logo splash in your case) to see the boot process behind the scene. Alternatively, you may also try to boot in text mode by intercepting grub2 and change the boot option to exclude the 'rhgb' and 'quite'.

If you still cannot figure out what is the offending process that stop your boot, see if you can switch to virtual terminal by pressing CTRL+ALT+2 combo after Plymouth stops. And check the logs in /var/log/ after you login as root in the terminal.
__________________
YaoWT - Leave no window unbroken ^_^
Reply With Quote
  #3  
Old 12th June 2012, 10:36 AM
efid845 Offline
Registered User
 
Join Date: Mar 2012
Location: israel
Posts: 39
windows_7firefox
Re: Fedora 17 stuck on logo

Quote:
Originally Posted by weitjong View Post
You can try to press the ESC key while Plymouth is in progress (the Fedora logo splash in your case) to see the boot process behind the scene. Alternatively, you may also try to boot in text mode by intercepting grub2 and change the boot option to exclude the 'rhgb' and 'quite'.

If you still cannot figure out what is the offending process that stop your boot, see if you can switch to virtual terminal by pressing CTRL+ALT+2 combo after Plymouth stops. And check the logs in /var/log/ after you login as root in the terminal.
OK, I have gave him about 15min to run,
and it stuck on this line:
Stopping Sendmail Mail Transport Client.

BTW, all the processes ware signed as OK...

What should I do?
Reply With Quote
  #4  
Old 12th June 2012, 02:23 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,627
linuxfirefox
Re: Fedora 17 stuck on logo

Did you try logging in as root using the virtual terminal as weitjong suggested? CTRL+ALT+F2 *might* get you to VT ...

Also, try [removing] the boot options - 'rhgb', 'quiet'

Last edited by nonamedotc; 12th June 2012 at 04:04 PM. Reason: edited to correct a mistake
Reply With Quote
  #5  
Old 12th June 2012, 03:50 PM
droidhacker Offline
Registered User
 
Join Date: Oct 2009
Posts: 824
linuxfirefox
Re: Fedora 17 stuck on logo

Quote:
Originally Posted by nonamedotc View Post
Did you try logging in as root using the virtual terminal as weitjong suggested? CTRL+ALT+F2 *might* get you to VT ...

Also, try the boot options - 'rhgb', 'quiet'
I think you mean to REMOVE those boot options....
Reply With Quote
  #6  
Old 12th June 2012, 04:03 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,627
linuxfirefox
Re: Fedora 17 stuck on logo

Apologies! yes - that's what I meant.
Reply With Quote
  #7  
Old 12th June 2012, 05:51 PM
efid845 Offline
Registered User
 
Join Date: Mar 2012
Location: israel
Posts: 39
windows_7firefox
Re: Fedora 17 stuck on logo

Quote:
Originally Posted by nonamedotc View Post
Did you try logging in as root using the virtual terminal as weitjong suggested? CTRL+ALT+F2 *might* get you to VT ...

Also, try [removing] the boot options - 'rhgb', 'quiet'
Quote:
Originally Posted by droidhacker View Post
I think you mean to REMOVE those boot options....
Quote:
Originally Posted by nonamedotc View Post
Apologies! yes - that's what I meant.
OK, but how exactly can i remove them?
Isn't it make any problems?
Reply With Quote
  #8  
Old 12th June 2012, 06:48 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Fedora 17 stuck on logo

Open an editor as root and edit /etc/default/grub
Then remove rghb and quiet and save.
Then run, as root
grub2-mkconfig -o /boot/grub2/grub.cfg

This will make the boot process show a lot of messages next time you boot.
Reply With Quote
  #9  
Old 12th June 2012, 07:13 PM
efid845 Offline
Registered User
 
Join Date: Mar 2012
Location: israel
Posts: 39
windows_7firefox
Re: Fedora 17 stuck on logo

Quote:
Originally Posted by secipolla View Post
Open an editor as root and edit /etc/default/grub
Then remove rghb and quiet and save.
Then run, as root
grub2-mkconfig -o /boot/grub2/grub.cfg

This will make the boot process show a lot of messages next time you boot.
OK, But where can i run it?
Fedora wont boot up
Reply With Quote
  #10  
Old 12th June 2012, 07:23 PM
weitjong's Avatar
weitjong Offline
Registered User
 
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 741
linuxfedorafirefox
Re: Fedora 17 stuck on logo

You don't have to use grub2-mkconfig unless you want to make the changes permanent. For your case, you just want to change the option adhocly. When your PC just power on, press the "e" key the first instance you see Grub2 showing the boot menu. In the editor mode, you can remove the "rhgb" and "quite" options before continuing booting.

You may want to disable or mask the sendmail service first to see if that solve your boot problem. Unfortunately, to do that you must either reach the virtual terminal to login as root. The other way is to boot using Fedora LiveCD or DVD into rescue mode. That is, if you are really suspect sendmail is the culprit.
__________________
YaoWT - Leave no window unbroken ^_^
Reply With Quote
  #11  
Old 12th June 2012, 09:01 PM
droidhacker Offline
Registered User
 
Join Date: Oct 2009
Posts: 824
linuxfirefox
Re: Fedora 17 stuck on logo

You can also set the runlevel at the kernel command line. Where you take out "rhgb quiet", you can ADD "1". This is single user mode and many services don't start in this mode, so it is more likely to work for you.
Reply With Quote
  #12  
Old 13th June 2012, 04:55 AM
efid845 Offline
Registered User
 
Join Date: Mar 2012
Location: israel
Posts: 39
windows_7firefox
Re: Fedora 17 stuck on logo

Quote:
Originally Posted by weitjong View Post
You don't have to use grub2-mkconfig unless you want to make the changes permanent. For your case, you just want to change the option adhocly. When your PC just power on, press the "e" key the first instance you see Grub2 showing the boot menu. In the editor mode, you can remove the "rhgb" and "quite" options before continuing booting.

You may want to disable or mask the sendmail service first to see if that solve your boot problem. Unfortunately, to do that you must either reach the virtual terminal to login as root. The other way is to boot using Fedora LiveCD or DVD into rescue mode. That is, if you are really suspect sendmail is the culprit.
Didn't work.
It stuck on Starting Display Manger.


Quote:
Originally Posted by droidhacker View Post
You can also set the runlevel at the kernel command line. Where you take out "rhgb quiet", you can ADD "1". This is single user mode and many services don't start in this mode, so it is more likely to work for you.
I will try it

BTW, How can i disable process?
Reply With Quote
  #13  
Old 13th June 2012, 05:00 AM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,627
linuxfirefox
Re: Fedora 17 stuck on logo

Once you know what process is causing problems, you can use the command below
Code:
systemctl disable name.service
Reply With Quote
  #14  
Old 13th June 2012, 05:45 AM
efid845 Offline
Registered User
 
Join Date: Mar 2012
Location: israel
Posts: 39
windows_7firefox
Re: Fedora 17 stuck on logo

Quote:
Originally Posted by nonamedotc View Post
Once you know what process is causing problems, you can use the command below
Code:
systemctl disable name.service
But where should I write this command?
Reply With Quote
  #15  
Old 13th June 2012, 08:39 AM
weitjong's Avatar
weitjong Offline
Registered User
 
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 741
linuxfedorafirefox
Re: Fedora 17 stuck on logo

Quote:
Originally Posted by efid845 View Post
Didn't work.
It stuck on Starting Display Manger.
The removal of "rhgb" and "quite" from the boot option is not the fix in itself. It merely facilitates you to see more verbose output during boot. You still have to figure out from those output what went wrong.

From all the posts above, you must be aware by now that you must at least reach a console/terminal before you can do anything: gain access to the boot log for troubleshooting or disabling/masking the suspected service from running, etc.

Try to get the terminal by:
1. Ctrl+Alt+F2. It depends on where the boot process stucks, one may or may not be able to switch to virtual terminal.
2. Boot into single user mode. Press 'e' in grub2 and append '1' at the end of the kernel boot option.
3. Use the liveCD/DVD to boot into rescue mode.

Perhaps we should take a step back. Can you tell us what did you last install that cause this problem? ATI/NVIDIA drivers perhaps? Or have you tried to boot using previous known good kernel version? You can choose which kernel version to boot into from Grub2 menu.
__________________
YaoWT - Leave no window unbroken ^_^
Reply With Quote
Reply

Tags
fedora, logo, stuck

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Fedora 15 stuck at blue Fedora logo screen Gumptron Using Fedora 0 1st November 2011 01:01 PM
Help, I'm stuck at the nvidia logo trist007 Using Fedora 5 8th April 2008 09:22 PM
Fedora Logo Rupam Bezbarua Using Fedora 1 18th December 2006 11:05 PM
FC5 Logo / Bahamas Logo Flyboy917 Fedora Core 5 - Dev 6 15th February 2006 10:11 AM


Current GMT-time: 01:10 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat