* [Bug 220646] New: Regression: kernel 6.16.8 fails to boot on Intel Raptor Lake Z790 (ahci/xhci error -12)
@ 2025-10-08 13:54 bugzilla-daemon
2025-10-08 15:46 ` [Bug 220646] " bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2025-10-08 13:54 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=220646
Bug ID: 220646
Summary: Regression: kernel 6.16.8 fails to boot on Intel
Raptor Lake Z790 (ahci/xhci error -12)
Product: Drivers
Version: 2.5
Hardware: Intel
OS: Linux
Status: NEW
Severity: high
Priority: P3
Component: Platform_x86
Assignee: drivers_platform_x86@kernel-bugs.osdl.org
Reporter: jn@yaloub.com
Regression: No
Hardware:
- MSI MAG Z790 TOMAHAWK WIFI (MS-7D91), Intel i9-14900KF
- Chipset: Intel Raptor Lake (Z790)
- Storage: Samsung SSD 860 EVO (SATA), Corsair MP600 NVMe
- GPU: NVIDIA RTX 4070 Ti
Issue:
- Booting 6.16.8+kali-amd64 fails with:
ahci: failed to start port (errno=-12)
xhci_hcd 0000:00:14.0: init failed, error -12
- System drops into initramfs, USB keyboard not functional at that point.
- GRUB works (disk visible to firmware).
- Booting older kernel 6.12.38+kali-amd64 works fine on same hardware.
Additional:
- Also see:
platform INT3515:01: deferred probe pending: Error creating i2c-client, idx
0
- This message appears on both kernels, but is not fatal on 6.12.
Steps to reproduce:
1. Boot system with kernel 6.16.8.
2. Observe ahci/xhci errors and initramfs hang.
3. Reboot and select 6.12.38 → boots normally.
Conclusion:
Regression between 6.12 and 6.16 affecting Intel Raptor Lake SATA AHCI and USB
XHCI controllers.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 220646] Regression: kernel 6.16.8 fails to boot on Intel Raptor Lake Z790 (ahci/xhci error -12)
2025-10-08 13:54 [Bug 220646] New: Regression: kernel 6.16.8 fails to boot on Intel Raptor Lake Z790 (ahci/xhci error -12) bugzilla-daemon
@ 2025-10-08 15:46 ` bugzilla-daemon
2025-10-13 11:08 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2025-10-08 15:46 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=220646
--- Comment #1 from Artem S. Tashkinov (aros@gmx.com) ---
Please bisect
https://docs.kernel.org/admin-guide/bug-bisect.html
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 220646] Regression: kernel 6.16.8 fails to boot on Intel Raptor Lake Z790 (ahci/xhci error -12)
2025-10-08 13:54 [Bug 220646] New: Regression: kernel 6.16.8 fails to boot on Intel Raptor Lake Z790 (ahci/xhci error -12) bugzilla-daemon
2025-10-08 15:46 ` [Bug 220646] " bugzilla-daemon
@ 2025-10-13 11:08 ` bugzilla-daemon
2025-10-21 8:01 ` bugzilla-daemon
2026-02-28 14:27 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2025-10-13 11:08 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=220646
Artem S. Tashkinov (aros@gmx.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 220646] Regression: kernel 6.16.8 fails to boot on Intel Raptor Lake Z790 (ahci/xhci error -12)
2025-10-08 13:54 [Bug 220646] New: Regression: kernel 6.16.8 fails to boot on Intel Raptor Lake Z790 (ahci/xhci error -12) bugzilla-daemon
2025-10-08 15:46 ` [Bug 220646] " bugzilla-daemon
2025-10-13 11:08 ` bugzilla-daemon
@ 2025-10-21 8:01 ` bugzilla-daemon
2026-02-28 14:27 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2025-10-21 8:01 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=220646
Vedran Miletić (vedran@miletic.net) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vedran@miletic.net
--- Comment #2 from Vedran Miletić (vedran@miletic.net) ---
(In reply to Jean-Nicolas from comment #0)
> Hardware:
> - MSI MAG Z790 TOMAHAWK WIFI (MS-7D91), Intel i9-14900KF
> - Chipset: Intel Raptor Lake (Z790)
> - Storage: Samsung SSD 860 EVO (SATA), Corsair MP600 NVMe
> - GPU: NVIDIA RTX 4070 Ti
>
> Issue:
> - Booting 6.16.8+kali-amd64 fails with:
> ahci: failed to start port (errno=-12)
> xhci_hcd 0000:00:14.0: init failed, error -12
> - System drops into initramfs, USB keyboard not functional at that point.
> - GRUB works (disk visible to firmware).
> - Booting older kernel 6.12.38+kali-amd64 works fine on same hardware.
>
> Additional:
> - Also see:
> platform INT3515:01: deferred probe pending: Error creating i2c-client,
> idx 0
> - This message appears on both kernels, but is not fatal on 6.12.
>
> Steps to reproduce:
> 1. Boot system with kernel 6.16.8.
> 2. Observe ahci/xhci errors and initramfs hang.
> 3. Reboot and select 6.12.38 → boots normally.
>
> Conclusion:
> Regression between 6.12 and 6.16 affecting Intel Raptor Lake SATA AHCI and
> USB XHCI controllers.
Is your BIOS set to Intel RST or AHCI mode?
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 220646] Regression: kernel 6.16.8 fails to boot on Intel Raptor Lake Z790 (ahci/xhci error -12)
2025-10-08 13:54 [Bug 220646] New: Regression: kernel 6.16.8 fails to boot on Intel Raptor Lake Z790 (ahci/xhci error -12) bugzilla-daemon
` (2 preceding siblings ...)
2025-10-21 8:01 ` bugzilla-daemon
@ 2026-02-28 14:27 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2026-02-28 14:27 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=220646
--- Comment #3 from Jean-Nicolas (jn@yaloub.com) ---
From what I can tell: AHCI mode.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-02-28 14:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-08 13:54 [Bug 220646] New: Regression: kernel 6.16.8 fails to boot on Intel Raptor Lake Z790 (ahci/xhci error -12) bugzilla-daemon
2025-10-08 15:46 ` [Bug 220646] " bugzilla-daemon
2025-10-13 11:08 ` bugzilla-daemon
2025-10-21 8:01 ` bugzilla-daemon
2026-02-28 14:27 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox