situation:
new Arrowlake-class hardware
boots Ubuntu 25.04 from USB -> hardware is not faulty. Ubuntu comes with 6.14 kernel
does NOT boot any other way - my own kernels...
when from local NVMe storage: I get Grub menu, select kernel, and only see:
Code: Select all
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
EFI stub: Measured initrd data into PCR 9
when same kernel provided by PXE -> black screen
when booting my usual rescue kernel/system via PXE -> black screen
when booting from known-good USB SSD -> black screen
when booting either known-good 6.15.0 or 6.12.x configuration -> black screen
....this is the only system that hangs at early kernel init, all other system I have in reach boot all other variants of kernel.
This is the only system that I have that is so new - maybe Arrowlake graphics/console needs some kernel option?
(the "xe" kernel module is enabled as module)
I have already tried also booting with "nomodeset"
Googling leads to:
https://discourse.nixos.org/t/system-wo ... stub/29212
...if it would boot just without output, I would be able to ping it and login - it appears hung.When you stop getting any output after those lines, it pretty much always means one of two things.
An extremely early kernel panic. Like super early, before it’s even managed to setup a console. Sometimes you can use the earlycon= kernel param to get some output this early. But this is very unlikely to be your problem.
The much more likely possibility is that you just need to use the correct console= kernel param. The system is probably booting as expected, but just not showing it on the screen
...I havn't figured out this "earlycon" yet.
I have that already.found ACPI_DEBUG=y in the distros that worked for me.
...in my many years of using Linux, I never had a problem with kernel just being black and hang.
Any ideas on how to debug this? - otherwise I see as only option to grab the Ubuntu kernel (config), try to PXE boot it, and if it shows output, then bisect it with my kernel config. And this takes days...
Ideas appreciated.


