📖 ~1 min read
Table of contents
Symptom & Impact
After a crash there is no /var/crash//vmcore file.
Environment & Reproduction
Insufficient crashkernel memory or wrong target path.
kdumpctl status
cat /etc/kdump.conf
Root Cause Analysis
kdump kernel cannot boot or cannot reach the configured target.
Quick Triage
Verify reserved memory and kdump service state.
cat /sys/kernel/kexec_crash_size
systemctl status kdump
Step-by-Step Diagnosis
Test kdump by triggering a sysrq crash on a non-prod host.
echo 1 > /proc/sys/kernel/sysrq && echo c > /proc/sysrq-trigger

Solution – Primary Fix
Increase crashkernel and rebuild initrd.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
grubby --update-kernel=ALL --args=crashkernel=512M
kdumpctl restart

Solution – Alternative Approaches
Ship vmcore to a remote NFS or SSH target.
echo 'ssh user@dumphost' >> /etc/kdump.conf
kdumpctl propagate
Verification & Acceptance Criteria
After a triggered crash, /var/crash contains a fresh vmcore.
ls -ltrh /var/crash | tail
Rollback Plan
Revert grub args.
grubby --update-kernel=ALL --remove-args=crashkernel
Prevention & Hardening
Test kdump quarterly.
echo c > /proc/sysrq-trigger # scheduled in non-prod
Related Errors & Cross-Refs
kdump fails, kexec error, no vmcore generated.
Related tutorial: View the step-by-step tutorial for centos-stream-10.
View all centos-stream-10 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
kdump docs, makedumpfile reference.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.