Comment 14 for bug 1869672

Revision history for this message
Guilherme G. Piccoli (gpiccoli) wrote : Re: kdump kernel can't be loaded using kernel 4.15.0-76

Hi yamato, thank you for the great report! I think I found the problem - can you test my fix proposal? It's just a matter of adding the following PPA to your system and installing the kernel:

launchpad.net/~gpiccoli/+archive/ubuntu/test1869672

You can run the following commands in order to achieve that:
sudo add-apt-repository ppa:gpiccoli/test1869672
sudo apt-get update
sudo apt-get install linux-image-4.15.0-97-generic linux-modules-4.15.0-97-generic linux-modules-extra-4.15.0-97-generic

After that, reboot into this new kernel, and test kdump load if possible. Also, please send me the output of the commands "uname -a" and "kdump-config show" when running the PPA kernel.

Thanks again,

Guilherme