(In reply to Takashi Iwai from comment #0) > Loading kdump on openSUSE Leap beta1 failed. > > journal shows: > > kdump[7917]: Loaded kdump kernel: /sbin/kexec -p > /boot/vmlinuz-4.1.6-10-desktop --append="quiet elevator=deadline sysrq=yes > reset_devices acpi_no_memhotplug cgroup_disable=memory irqpoll nr_cpus=1 > root=kdump disable_cpu_apicid=0 panic=1" > --initrd=/boot/initrd-4.1.6-10-desktop-kdump -s, Result: kexec_file_load > failed: Key was rejected by service > load.sh[7861]: kexec_file_load failed: Key was rejected by service openSUSE doesn't support kernel module verification, so kernel didn't embedded key. I think that's why the crash kernel binary doesn't pass the verification. I will set CONFIG_KEXEC_VERIFY_SIG=n then check the status of loading crash kernel by kexec.