Bug 905915
| Summary: | Booting on EFI laptop with radeon goes to black screen | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | William Brown <william> | ||||
| Component: | xorg-x11-drv-ati | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | gansalmon, itamar, jglisse, jonathan, kernel-maint, madhu.chinakonda, schaiba, xgl-maint | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-02-02 23:24:04 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: | |||||||
| Attachments: |
|
||||||
|
Description
William Brown
2013-01-30 13:16:02 UTC
You build your kernel with CONFIG_ACPI enabled ? Also please dump your vbios while booting in uefi mode with kms disabled (you can connect through ssh or log in level3). cd /sys/bus/pci/devices/0000:01:05.0 sudo sh -c "echo 1 > rom" sudo sh -c "cat rom > ~/bios.rom" replace 0000:01:05.0 by the pciid of your gpu and attach bios.rom to the bug Thanks Also when you say it was working before, you mean it was working before when booting in bios legacy mode or when booting in uefi mode ? CONFIG_ACPI should be enabled - this is the build from rawhide, I did not build it myself. It was working in kernel 3.7 series with the radeon card under EFI. Do you want the vbios rom from a working 3.7 boot and / or the non-working 3.8 boot? Created attachment 690720 [details]
Vbios rom from 6770m 3.7 kernel
Booting 3.8, that command yields a blank file.
Booting 3.7, the rom is present, and I have attached it.
Just for the record, these are both being booted from grub2-efi, and in efi mode (Not CSM) So this sounds like a kernel regression. Did you tested other 3.8rc that would narrow down the list of commit ? If you are able to do kernel bisection with something like : git bisect start drivers/gpu/drm/radeon (to restrict bisection to radeon assuming the issue is a patch against radeon) that would be helpfull. kernel 3.8.0-0-rc4.git1.1 is the "first" kernel with the issue. kernel 3.8.0-0-rc3.git1.1 is the "last" kernel that works. I am not sure how to "bisect" between the two of these, using the kernel git, but being able to produce rpms and initrd that works for fedora etc. Any tips and guidance would be appreciated. kernel 3.8.0-0-rc6 corrects this issue. |