Bug 1866203
Summary: | [dracut] boot screen employs basic text theme instead of charge theme | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Joachim Frieben <jfrieben> |
Component: | plymouth | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED DUPLICATE | QA Contact: | Desktop QE <desktop-qa-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.3 | CC: | dracut-maint-list, hdegoede |
Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
Target Release: | 8.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-09-30 19:04:31 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Joachim Frieben
2020-08-05 05:40:29 UTC
Probably need some help from plymouth maintainer. what is the output of ╎❯ plymouth-set-default-theme ╎❯ rpm -qa | grep plymouth ╎❯ cat /proc/cmdline ? The output for Red Hat Linux Beta 8.3 reads: $ plymouth-set-default-theme text $ rpm -qa | grep plymouth plymouth-scripts-0.9.4-1.20200615git1e36e30.el8.x86_64 plymouth-plugin-label-0.9.4-1.20200615git1e36e30.el8.x86_64 plymouth-core-libs-0.9.4-1.20200615git1e36e30.el8.x86_64 plymouth-plugin-two-step-0.9.4-1.20200615git1e36e30.el8.x86_64 plymouth-0.9.4-1.20200615git1e36e30.el8.x86_64 plymouth-theme-charge-0.9.4-1.20200615git1e36e30.el8.x86_64 plymouth-graphics-libs-0.9.4-1.20200615git1e36e30.el8.x86_64 plymouth-system-theme-0.9.4-1.20200615git1e36e30.el8.x86_64 $ cat /proc/cmdline BOOT_IMAGE=(hd0,msdos1)/vmlinuz-4.18.0-221.el8.x86_64 root=/dev/mapper/rhel-root ro crashkernel=auto resume=/dev/mapper/rhel-swap rd.lvm.lv=rhel/root rd.lvm.lv=rhel/swap rhgb quiet The corresponding output for Red Hat Beta 8.2 where the graphical boot procedure works as expected reads: $ plymouth-set-default-theme charge $ rpm -qa | grep plymouth plymouth-plugin-label-0.9.3-16.el8.x86_64 plymouth-0.9.3-16.el8.x86_64 plymouth-graphics-libs-0.9.3-16.el8.x86_64 plymouth-scripts-0.9.3-16.el8.x86_64 plymouth-theme-charge-0.9.3-16.el8.x86_64 plymouth-system-theme-0.9.3-16.el8.x86_64 plymouth-core-libs-0.9.3-16.el8.x86_64 plymouth-plugin-two-step-0.9.3-16.el8.x86_64 $ cat /proc/cmdline root=/dev/mapper/VolGroup00-LogVol00 ro crashkernel=auto resume=/dev/mapper/VolGroup00-LogVol03 rd.lvm.lv=VolGroup00/LogVol00 rd.luks.uuid=luks-e9d35f78-9e04-41cb-be7d-034449b8ee98 rd.lvm.lv=VolGroup00/LogVol03 rhgb quiet After running 'plymouth-set-default-theme charge --rebuild-initrd', the plymouth theme is set to "charge", and the graphical boot procedure works as expected. *** This bug has been marked as a duplicate of bug 1880509 *** |