Category Archives: Debian 13

Intel NUC Debian 13 headless HDMI crash

with the latest Debian 13.5 update the kernel seems to clash with the 8th generation Intel Nuc causing it to kernel panic when no physical display is connected.

the fix is to add this to you grub:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1 i915.enable_dc=0 i915.enable_psr=0"