How to on enable kernel crash dump on Debian Linux
Enabling kernel crash dump on Debian Linux involves several steps, here is an overview of the process: Install the kexec-tools package: sudo apt update sudo apt install kexec-tools Configure the kernel to use the kdump feature by adding the following line to the /etc/default/grub file: GRUB_CMDLINE_LINUX_DEFAULT=”crashkernel=128M” Update the grub configuration: sudo update-grub Configure the kdump … Read more