Bug 461641
Summary: | plymouth isn't always getting updated after yum updates | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ray Strode [halfline] <rstrode> |
Component: | plymouth | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | jlayton, krh, steved |
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: | 2008-09-30 20:31:37 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: |
Description
Ray Strode [halfline]
2008-09-09 17:02:33 UTC
out of curiosity do you have a /bin/plymouthd or /bin/plymouth file (you shouldn't)? No, neither file exists on this machine. I have both... rawhat$ ls /bin/plymouthd /bin/plymouthd* rawhat$ ls /bin/plymouth /bin/plymouth* rawhat$ steved can you remove them and then run /sbin/mkinitrd -f /boot/$(uname -r).img $(uname -r) ? The following steps did indeed allow my machine to boot with a serial console: mv /bin/plymouthd /bin/plymouthd.orig mv /bin/plymouth /bin/plymouth.orig mv /boot/initrd-2.6.27-0.314.rc5.git9.fc10.x86_64.img /boot/initrd2.6.27-0.314.rc5.git9.fc10.x86_64.img.orig /sbin/mkinitrd -f /boot/initrd-$(uname -r).img $(uname -r) thanks Ray! So jeremy fixed this today, I think: - Remove mkinitrd requires to break the dep loop and ensure things get installed in the right order |