Kali Linux(2023.1) randomly hard freezes on Dell Latitude 7490. This can happen immediately or after few minutes.
This is likely caused by a bug in integrated Intel GPU (i915) driver, see the following links for more information:
Bug 102586 - System freeze with Kernels > 4.11.x (freeze on 4.12.x and 4.13.x)
Fix for Intel i915 GPU Freeze on Recent Linux Kernels
Linux 5.x random kernel panic workaround
Workaround:
- Touch /etc/modprobe.d/i915.conf
- Add this line
options i915 enable_psr=0 - Reboot
//end
Comments