Component
EC firmware
Device
NovaCustom NV4x 12th Gen
Dasharo version
v1.8.0 (2026-03-30)
Dasharo Tools Suite version
No response
Test case ID
No response
Brief summary
The laptop crashes randomly and silently multiple times per day with no warning. No kernel logs are written, no crash dump is produced, and the system reboots as if a hard reset occurr
How reproducible
Constantly - multiple times per day, completely at random with no apparent pattern (no specific workload, application, or activity triggers it).
How to reproduce
Boot laptop and use "as normal".
Expected behavior
Stable operation without random crashes.
Actual behavior
System "randomly" reboots with notice or indication of a problem.
Screenshots
No response
Additional context
Device: NovaCustom NV4x 12th Gen (NV41)
Dasharo version: v1.8.0 (2026-03-30)
EC firmware: 2025-10-31_af6bd04
OS: NixOS 25.11
Kernel: 6.12.83
Graphics: Intel-only (i915)
Kernel log observations:
intel-hid INT33D5:00: failed to enable HID power button
This appears on every boot and may be relevant.
Current kernel parameters:
i915.enable_psr=0 loglevel=4 lsm=landlock,yama,bpf crashkernel=128M nmi_watchdog=panic softlockup_panic=1
Additional notes:
The fact that kdump never fires and no logs are written strongly suggests the crash is occurring at the hardware or EC level rather than within the kernel. The system reboots rather than powering off. This issue was present before the v1.8.0 firmware update (on the previous Dasharo version) and has continued after it.
Solutions you've tried
- Upgraded from kernel 6.12.63 to 6.12.83 - no improvement.
- Added kernel parameter
i915.enable_psr=0 - no improvement.
- Added
crashkernel=128M and boot.crashDump.enable = true - no crash dump is ever produced in /var/crash, suggesting the crash happens below the kernel level.
- All relevant panic sysctls enabled (
kernel.hardlockup_panic=1, kernel.softlockup_panic=1, kernel.panic_on_oops=1 etc.) - none trigger.
- Persistent systemd journal enabled - journal from previous boot contains nothing useful around the time of crash.
Component
EC firmware
Device
NovaCustom NV4x 12th Gen
Dasharo version
v1.8.0 (2026-03-30)
Dasharo Tools Suite version
No response
Test case ID
No response
Brief summary
The laptop crashes randomly and silently multiple times per day with no warning. No kernel logs are written, no crash dump is produced, and the system reboots as if a hard reset occurr
How reproducible
Constantly - multiple times per day, completely at random with no apparent pattern (no specific workload, application, or activity triggers it).
How to reproduce
Boot laptop and use "as normal".
Expected behavior
Stable operation without random crashes.
Actual behavior
System "randomly" reboots with notice or indication of a problem.
Screenshots
No response
Additional context
Device: NovaCustom NV4x 12th Gen (NV41)
Dasharo version: v1.8.0 (2026-03-30)
EC firmware: 2025-10-31_af6bd04
OS: NixOS 25.11
Kernel: 6.12.83
Graphics: Intel-only (i915)
Kernel log observations:
intel-hid INT33D5:00: failed to enable HID power buttonThis appears on every boot and may be relevant.
Current kernel parameters:
i915.enable_psr=0 loglevel=4 lsm=landlock,yama,bpf crashkernel=128M nmi_watchdog=panic softlockup_panic=1Additional notes:
The fact that
kdumpnever fires and no logs are written strongly suggests the crash is occurring at the hardware or EC level rather than within the kernel. The system reboots rather than powering off. This issue was present before the v1.8.0 firmware update (on the previous Dasharo version) and has continued after it.Solutions you've tried
i915.enable_psr=0- no improvement.crashkernel=128Mandboot.crashDump.enable = true- no crash dump is ever produced in/var/crash, suggesting the crash happens below the kernel level.kernel.hardlockup_panic=1,kernel.softlockup_panic=1,kernel.panic_on_oops=1etc.) - none trigger.