-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello, thank you for making this!
As a new year resolution, I decided to set up kdump properly to try and resolve these rare but annoying system freezes I get. I stumbled upon this on the Arch wiki and decided to give it a go. After following the setup, I got the service up and running but after triggering a crash manually (su and then sync; echo c > /proc/sysrq-trigger), the system froze as expected but the emergency shell never launched. I waited for about 10 minutes before forcing a shutdown. I'm not sure how I can troubleshoot this issue, is there something I missed in the configuration ?
This is what my /etc/conf.d/simple-kdump.conf file looks like :
# Kernel and initramfs for the kexec environment.
# Recommended to use the linux or linux-lts kernel with 'default' preset.
KERNEL=/boot/vmlinuz-linux
INITRAMFS=/boot/amd-ucode.img
# No crashkernel= option for the kexec kernel cmdline.
# Just regular boot options, the extra needed ones will be added by
# simple-kdump-setup service automatically.
BOOT_OPTIONS=root=/dev/os/root rw loglevel=5 console=ttyS0
I didn't really change anything except for the INITRAMFS one. And I do have a crashkernel=768M kernel parameter. The service seems to be running fine :
Starting Setup kexec environment for simple-kdump...
Finished Setup kexec environment for simple-kdump.