kdump is very good tool to debug complex system like cloud data center, it can easy to save kernel status when crash.
Running kdump in ARM64 just like running in x86, but I met a strange problem on ARM64 platform.
The kernel version is HWE kernel, current version is 4.18.0-25, mihbt be encounter those problems
Tag Archives: Kdump
Kdump in ubuntu 18.04 ARM64
Posted by richliu
on 2019/07/16
No comments
ARM64 Kdump cannot allocate crashkernel
Posted by richliu
on 2019/07/11
No comments
In ARM64 server and installed memory around 128G, ubuntu default /etc/default/grub.d/kdump-tools.cfg default configuration might cause kdump allocate memory failed. error message as below
Read more »[ 0.000000] cannot allocate crashkernel (size:0x80000000)
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.18.0-25-generic root=UUID=ee8be10d-d649-425d-a807-640751836186 ro console=tty0 crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M
近期留言