Bug 219910
Summary: | Dell Precision T5600 (dual-socket Xeon E5-2680) fails to boot since kernel 6.6.0 (regression from 6.5.9) | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Actionless (actionless.loveless) |
Component: | x86-64 | Assignee: | platform_x86_64 (platform_x86_64) |
Status: | NEW --- | ||
Severity: | blocking | CC: | actionless.loveless, ardb |
Priority: | P3 | ||
Hardware: | Intel | ||
OS: | Linux | ||
See Also: | https://bugzilla.kernel.org/show_bug.cgi?id=218173 | ||
Kernel Version: | 6.6.0 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | a1b87d54f4e45ff5e0d081fb1d9db3bf1a8fb39a |
Description
Actionless
2025-03-22 17:53:49 UTC
i'll also start the bisecting process, but because build takes 30-40 minutes on that machine, i could build&test only 1-2 versions per evening - so i will upload results several days/weeks later which exact commit it would stuck on I minimized the config and used ccache to speed things up. π§ Bisection Complete β Root Cause Identified Iβve bisected the issue to the exact first bad commit: commit a1b87d54f4e45ff5e0d081fb1d9db3bf1a8fb39a Author: Ard Biesheuvel Title: x86/efistub: Avoid legacy decompressor when doing EFI boot π₯ This commit causes a silent failure during EFI boot (black screen β power-off within 1 minute) on: 𧬠BIOS version: A19 (not A18 as I previously thought β confirmed) EFI on this machine appears to falsely advertise capabilities that are required for the new decompressor path used after this commit. π‘ Conclusion: Legacy decompressor path was required on this platform, and skipping it unconditionally leads to total boot failure. Let me know if any logs or debug builds would help further β happy to test and assist. |