Lines Matching refs:crash
96 It is possible to kdump from Xen or Linux to a Linux crash kernel.
97 It is not possible to use xen as a crash kernel.
101 Xen -> Linux | first hypervisor & | crash kernel
104 Linux -> Linux | first kernel | crash kernel
107 prepare a linux crash kernel. You will also need to have kexec-tools
114 This is the area of memory that the crash kernel will use, thus allowing it
116 called the crash kernel region and is reserved using the crashkernel
121 This is the simplest and recommended way to reserve the crash kernel
141 This allows us to place the crash kernel within the usuable address
146 use, the crash kernel region should appear in /proc/iomem on x86. If it
162 you can prepare to kdump by loading the crash kernel into the
168 CRASH_KERNEL_IMAGE: the crash kernel image
169 CRASH_KERNEL_ARGS: command line arguments to the crash kernel
172 maxcpus=1 is required if the crash kernel is SMP
176 vmlinux image is used as the crash kernel
178 e.g. kexec -p /boot/crash-vmlinuz \
181 On x86 systems the crash kernel may be either
192 Once the second kernel is loaded, the crash kernel will be executed if the
214 If you don't see the crash kernel booting within a second or so,