my steps to configure kdump/kexec
Hi! I used linux-2.6.31.13 on Ubuntu 9.10 on my VMware to configure kdump &kexec, but I failed. My steps are:
1.I uncompressed linux-2.6.31.13.tar.bz2 twice, and got 2 source code. I named it as linux-2.6.31.13-system and linux-2.6.31.13-capture , i.e., the "system kernel" and "capture kernel".
2.I first compiled the "system kernel" with the following options:
CONFIG_KEXEC=y
CONFIG_SYSFS=y
CONFIG_DEBUG_INFO=Y
local version: -system
3.I executed these commands:
make install
make modules_install
And then I produced file:
initrd.img-2.6.31.13-system .