Bug 516104

Summary: dracut's plymouth text splash doesn't hide boot messages
Product: [Fedora] Fedora Reporter: Ray Strode [halfline] <rstrode>
Component: dracutAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dcantrell, harald
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-11 15:11:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 507678    

Description Ray Strode [halfline] 2009-08-06 18:11:19 UTC
Harald pointed out to me today that dracut built images have a screwed up plymouth experience.  All the messages normally redirected to boot.log show up at the same time as the text mode progress bar, creating tons of ugly noise all over the screen.

I looked into it a bit.  Plymouthd isn't getting started with the "redirect messages to boot.log" argument.

In 10plymouth-pretrigger.sh there is a

[ -x /bin/plymouthd ] && /bin/plymouthd

that line should have a --attach-to-session argument added to it.

Comment 1 Jesse Keating 2009-08-06 22:30:32 UTC
Given that we aren't booting dracut created images by default in Alpha, I don't believe that this is an alpha blocker.  Moving to Beta though.

Comment 2 Harald Hoyer 2009-09-11 15:11:22 UTC
should be fixed!