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 24th May 2011, 12:36 PM
Jamwa Offline
Registered User
 
Join Date: Jan 2008
Location: Nairobi Kenya
Posts: 540
linuxfirefox
Downside of removing plymouth

I miss the old days of the screen printing [OK][OK][OK] when loading. I had tweaked my plymouth to achieve the same but seems like an update to F15 undid what I had done.

My question therefore is, if I yum remove plymouth, will my PC still boot?
Reply With Quote
  #2  
Old 24th May 2011, 01:33 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 4,979
linuxopera
Re: Downside of removing plymouth

Rather than remove plymouth (which will probably be necessary for something or other), I've found that if I remove the rhgb quiet at the end of the kernel line, even when the kernel updates, it will continue to show the boot screen. (That is, when a new kernel is installed, grub automatically updates, putting the new kernel as the first one listed. However, when it does it, if you have removed the rhgb quiet from the previous kernel, when the new one is installed, it too will not have rhgb quiet at the end of the line.)
Reply With Quote
  #3  
Old 25th May 2011, 06:47 AM
Jamwa Offline
Registered User
 
Join Date: Jan 2008
Location: Nairobi Kenya
Posts: 540
linuxfirefox
Re: Downside of removing plymouth

Quote:
Originally Posted by smr54 View Post
Rather than remove plymouth (which will probably be necessary for something or other), I've found that if I remove the rhgb quiet at the end of the kernel line, even when the kernel updates, it will continue to show the boot screen. (That is, when a new kernel is installed, grub automatically updates, putting the new kernel as the first one listed. However, when it does it, if you have removed the rhgb quiet from the previous kernel, when the new one is installed, it too will not have rhgb quiet at the end of the line.)
I have removed rhgb quiet and now it is a lot more verbose.

Yes I notice though that F15 does not have as many [OK] messages as F14. Am guessing its as nirik mentioned about parallel starts.

By the way GNOME 3 is so different (nicely). Takes a new mindset to navigate it. I like!
Reply With Quote
  #4  
Old 24th May 2011, 08:35 PM
nirik's Avatar
nirik Online
Community Manager
 
Join Date: Mar 2009
Location: Broomfield, CO
Posts: 385
linuxmidori
Re: Downside of removing plymouth

The "[OK]" stuff was more a function of upstart back in f14.
In f15 we have systemd, and since it starts things in parallel as much as it can, the OK's don't match up, so it's a lot less useful.
Reply With Quote
  #5  
Old 24th May 2011, 08:45 PM
Chilly Willy's Avatar
Chilly Willy Online
Registered User
 
Join Date: Jul 2008
Posts: 1,248
linuxfedorafirefox
Re: Downside of removing plymouth

Yeah, F15 has a whole LOT of new, different ways of doing things from what they were before, I just wonder how long it will take to figure THIS mess out?
__________________
Chilly Willy, Tux's little cousin...

By its very nature, Windows is a PANE!
Reply With Quote
  #6  
Old 24th May 2011, 08:57 PM
DukeNukem Offline
Registered User
 
Join Date: Jul 2005
Posts: 237
linuxiceweasel
Re: Downside of removing plymouth

Quote:
Originally Posted by Chilly Willy View Post
Yeah, F15 has a whole LOT of new, different ways of doing things from what they were before, I just wonder how long it will take to figure THIS mess out?
The Fedora Project aims to lead the advancement of FOSS, not follow. Its frequently changing nature is a direct consequence of that aim.

If this is not what you want, use something else
__________________
Fedora KDE Multimedia Guide

2010-11-21 Dangermouse - i like thee name "DukeNukem" reminds me of a game i used to play yeeeeeeears ago.. (good game)
Reply With Quote
  #7  
Old 24th May 2011, 10:01 PM
Chilly Willy's Avatar
Chilly Willy Online
Registered User
 
Join Date: Jul 2008
Posts: 1,248
linuxfedorafirefox
Re: Downside of removing plymouth

Maybe "mess" was a poor choice of words, as I didn't mean it in a negative sense. - Just that there IS a whole lot of changes (a lot more than I recall in any one version change before) & they MAY get a bit overwhelming to figure out, (for a while, at least) whereas if there were only a few, (as usual) not so much of a problem. BUT, that is what makes "cutting edge" fun. (& lets face it, sometimes a PITA) But given the alternatives? - I'll stick with Fedora!!!
__________________
Chilly Willy, Tux's little cousin...

By its very nature, Windows is a PANE!
Reply With Quote
  #8  
Old 6th June 2011, 01:06 AM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 4,979
linuxchrome
Re: Downside of removing plymouth

Just for fun, I removed plymouth, its core libs and scripts--of course, it wanted to take dracut with it, which is wrong, as dracut, according to the wiki, has no dependencies.


So, turns out it is unnecessary.

BTW, @DukeNukem, one doesn't always have the choice of using something else. For better or worse, RH dominates the server market, at least in the US, so if you work in the field, it's necessary to keep ahead of what RH will do next.

(Not to mention various folks taking courses, whether in a university or not, who are required to use Fedora.)

Last edited by smr54; 6th June 2011 at 01:28 AM.
Reply With Quote
  #9  
Old 6th June 2011, 01:21 AM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,112
linuxfirefox
Re: Downside of removing plymouth

If you want to see a mess, run the mount command in a terminal. Someone has a strange sense of humor.

Hope they know what they're doing.
Reply With Quote
  #10  
Old 6th June 2011, 01:36 AM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,620
linuxfirefox
Re: Downside of removing plymouth

Quote:
Originally Posted by Jamwa
if I yum remove plymouth, will my PC still boot?
Yes. Plymouth is not necessary at all for booting. This worked for me:
Code:
rpm -e plymouth plymouth-scripts plymouth-core-libs dracut
My F15 system boots just fine without plymouth. The one semi-useful thing plymouth did do was to save all those "Starting <some_service>" screen messages to /var/log/boot.log, but I watch those messages as they go by anyway. So I don't see any real downside to removing plymouth.
Reply With Quote
  #11  
Old 7th May 2012, 10:23 AM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608
linuxchrome
Re: Downside of removing plymouth

I know the topic as a bit aged, but as i had removed plymouth using yum, it remopved dracut along it.
Now i'm not sure, but isnt dracut quite essential to boot properly?
At least, the 3 boots i had done without it, worked well, BUT, as soon i had sent any command in a terminal window, i lost the GUI was sent back to console where no keypress worked as expected.

Any ideas about this?

PS: This is for F16.
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb

Last edited by sea; 7th May 2012 at 10:28 AM.
Reply With Quote
  #12  
Old 7th May 2012, 11:37 AM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,112
linuxfirefox
Re: Downside of removing plymouth

Reading man dracut.cmdline there is an option "plymouth.enable=0" to disable plymouth.

I would think that your initramfs would get stale before too long without dracut to build a new one, like after a kernel update. Although, dracut describes itself as "event-driven", which makes it similar in theory to systemd. Hmmm, perhaps there is a method to their madness after all.
Reply With Quote
  #13  
Old 7th May 2012, 04:28 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,620
linuxfedorafirefox
Re: Downside of removing plymouth

Quote:
Originally Posted by sea View Post
isnt dracut quite essential to boot properly?
No. I'm running F16 with no problems, without plymouth or dracut installed. I have no idea why your terminal is acting up. The only thing I can think of is that maybe your desktop environment is trying to do something behind the scenes that depends on dracut.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #14  
Old 7th May 2012, 04:34 PM
nirik's Avatar
nirik Online
Community Manager
 
Join Date: Mar 2009
Location: Broomfield, CO
Posts: 385
macosmidori
Re: Downside of removing plymouth

You can uninstall dracut if you like, but you won't be able to generate a new initramfs file (so you won't be able to update kernels).

Even though you don't have dracut installed, it's output (the initramfs) still exists and runs on boot.
Reply With Quote
  #15  
Old 7th May 2012, 05:27 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,620
linuxfedorafirefox
Re: Downside of removing plymouth

Quote:
Originally Posted by nirik View Post
You can uninstall dracut if you like, but you won't be able to generate a new initramfs file (so you won't be able to update kernels).
Not quite true. When you get a new kernel through yum update it pulls in dracut and plymouth as dependencies. So you can update the kernel and then just remove dracut and plymouth again if you like. That's what I do, it works for me.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
Reply

Tags
downside, plymouth, removing

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
Removing notifications and Safely Removing Drives pampero Using Fedora 5 13th September 2010 12:06 AM
Tried KDE - Removing It - Seems to Be Removing Gnome Stuff nightmarcus Using Fedora 10 18th April 2010 11:29 PM
Plymouth in F11 freakLick Using Fedora 2 22nd October 2009 09:36 PM
Where is my plymouth? HBeaumont Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 13 26th May 2009 05:40 PM


Current GMT-time: 00:57 (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