Bug 1661681
Summary: | Kernels since 4.19.9-300 fail to boot with amdgpu AMD Radeon RX 500 series graphics cards | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Robb Romans <robb> |
Component: | linux-firmware | Assignee: | David Woodhouse <dwmw2> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 29 | CC: | code, dwmw2, jan.public, jcline, jforbes, jwboyer, kernel-maint, labbott, tkil, y9t7sypezp |
Target Milestone: | --- | ||
Target Release: | --- | ||
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: | 2019-01-07 20:06:23 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
Robb Romans
2018-12-22 03:49:17 UTC
(In reply to Robb Romans from comment #0) ... > Additional info: > When booting with modprobe.blacklist=amdgpu, dmesg shows the actual error to > be a missing file in /lib/firmware/amdgpu: > polaris11_k_mc.bin ... That is: Bug 1661024 - 4.19.8-300.fc29.x86_64 -> 4.19.9-300.fc29.x86_64 update results in black screen (missing GPU firmware) You appear to have already worked around the problem, but for the record: There is a linux-firmware update available: # dnf update linux-firmware --enablerepo=updates-testing The initramfs needs to be rebuilt too: # dracut --kver 4.19.9-300.fc29.x86_64 --force # similarly for 4.19.10-300 See, also: bugfix update in Fedora 29 for linux-firmware https://bodhi.fedoraproject.org/updates/FEDORA-2018-ba224c644f Fix in comment 1 worked for me, thanks! (Do we want to close this one as a duplicate of bug 1661024?) Fix in comment 1 worked for me also. Since linux-firmware-20181219-89.git0f22c852.fc29 was already in updates, I just had to run the mentioned dracut command. *** This bug has been marked as a duplicate of bug 1659810 *** |