Lines Matching full:kexec
2 Documentation for Kdump - The kexec-based Crash Dumping Solution
11 Kdump uses kexec to quickly boot to a dump-capture kernel whenever a
20 Kdump and kexec are currently supported on the x86, x86_64, ppc64,
26 The kexec -p command loads the dump-capture kernel into this reserved
37 kexec backs up the first 64KB memory.
63 Install kexec-tools
68 2) Download the kexec-tools user-space package from the following URL:
70 http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools.tar.gz
74 The latest kexec-tools git tree is available at:
76 - git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
77 - http://www.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
80 http://www.kernel.org/git/?p=utils/kernel/kexec/kexec-tools.git
82 More information about kexec-tools can be found at
83 http://horms.net/projects/kexec/
87 tar xvpzf kexec-tools.tar.gz
89 4) Change to the kexec-tools directory, as follows::
91 cd kexec-tools-VERSION
130 1) Enable "kexec system call" or "kexec file based system call" in
208 kexec boot loader will load it in memory region reserved for dump-capture
393 kexec -p <dump-capture-kernel-vmlinux-image> \
400 kexec -p <dump-capture-kernel-bzImage> \
407 kexec --type zImage -p <dump-capture-kernel-bzImage> \
415 kexec -p <dump-capture-kernel-Image> \
445 systems with more than 4GB memory. On i386, kexec automatically checks if
606 - kexec@lists.infradead.org