Hello matt,
> CONFIG_PROC_VMCORE=y
Is it specified for the capture kernel ?
By any chance, did you run kdump-config on the system kernel,
not on the capture kernel ?
> DESCRIPTION
> kdump-config manages the kdump feature of the Linux kernel. When a
> kdump enabled kernel panics, it immediately boots into a clean kernel
> called the kdump kernel. The memory image of the panicked kernel will
> be presented in /proc/vmcore while the kdump kernel (or "capture
> kernel") is running.
/proc/vmcore doesn't be created on the system kernel, this tool should be
run on the capture kernel.
And this document may help you:
Documentation/kdump/kdump.txt
Thanks
Atsushi Kumagai