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

12th June 2012, 06:01 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: israel
Posts: 39

|
|
|
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?
|

12th June 2012, 08:25 AM
|
 |
Registered User
|
|
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 741

|
|
|
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 ^_^
|

12th June 2012, 10:36 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: israel
Posts: 39

|
|
|
Re: Fedora 17 stuck on logo
Quote:
Originally Posted by weitjong
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?
|

12th June 2012, 02:23 PM
|
 |
Formerly known as"professorrmd"
|
|
Join Date: Mar 2011
Posts: 2,627

|
|
|
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
|

12th June 2012, 03:50 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 824

|
|
|
Re: Fedora 17 stuck on logo
Quote:
Originally Posted by nonamedotc
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....
|

12th June 2012, 04:03 PM
|
 |
Formerly known as"professorrmd"
|
|
Join Date: Mar 2011
Posts: 2,627

|
|
|
Re: Fedora 17 stuck on logo
Apologies! yes - that's what I meant.
|

12th June 2012, 05:51 PM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: israel
Posts: 39

|
|
|
Re: Fedora 17 stuck on logo
Quote:
Originally Posted by nonamedotc
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
I think you mean to REMOVE those boot options....
|
Quote:
Originally Posted by nonamedotc
Apologies! yes - that's what I meant.
|
OK, but how exactly can i remove them?
Isn't it make any problems?
|

12th June 2012, 06:48 PM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 700

|
|
|
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.
|

12th June 2012, 07:13 PM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: israel
Posts: 39

|
|
|
Re: Fedora 17 stuck on logo
Quote:
Originally Posted by secipolla
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
|

12th June 2012, 07:23 PM
|
 |
Registered User
|
|
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 741

|
|
|
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 ^_^
|

12th June 2012, 09:01 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 824

|
|
|
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.
|

13th June 2012, 04:55 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: israel
Posts: 39

|
|
|
Re: Fedora 17 stuck on logo
Quote:
Originally Posted by weitjong
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
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?
|

13th June 2012, 05:00 AM
|
 |
Formerly known as"professorrmd"
|
|
Join Date: Mar 2011
Posts: 2,627

|
|
|
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
|

13th June 2012, 05:45 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: israel
Posts: 39

|
|
|
Re: Fedora 17 stuck on logo
Quote:
Originally Posted by nonamedotc
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?
|

13th June 2012, 08:39 AM
|
 |
Registered User
|
|
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 741

|
|
|
Re: Fedora 17 stuck on logo
Quote:
Originally Posted by efid845
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 ^_^
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 01:10 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|