1KEXEC(8) System Manager's Manual KEXEC(8)
2
3
4
6 kexec - Tool to load a kernel for warm reboot and initiate a warm
7 reboot
8
10 kexec [options] files...
11
13 kexec allows one to load another kernel from the currently running
14 Linux kernel. Normally one would load a kernel, and possibly an initial
15 ramdisk, into the currently running kernel using kexec and then initiā
16 ate a warm reboot by executing kexec again with appropriate option.
17
19 These programs follow the usual GNU command line syntax, with long
20 options starting with two dashes (`-'). A summary of options is
21 included below.
22
23 -h, --help
24 Show summary of options.
25
26 -v, --version
27 Show version of program.
28
29 -f, --force
30 Force an immediate kexec without calling shutdown.
31
32 -x, --no-ifdown
33 Don't bring down network interfaces. (if used, must be last
34 option specified)
35
36 -l, --load
37 Load the new kernel into the current kernel.
38
39 -p, --load-panic
40 Load the new kernel for use on panic.
41
42 -u, --unload
43 Unload the current kexec target kernel.
44
45 -e, --exec
46 Execute a currently loaded kernel.
47
48 -t, --type=TYPE
49 Specify the new kernel is of this type.
50
51 --mem-min=<addr>
52 Specify the lowest memory addres to load code into.
53
54 --mem-max=<addr>
55 Specify the highest memory addres to load code into.
56
57 There may be additional options supported on individual architectures.
58 Use --help option to see those options.
59
61 kexec was written by Eric Biederman.
62
63 This manual page was written by Khalid Aziz <khalid.aziz@hp.com>, for
64 the Debian project (but may be used by others).
65
66
67
68 October 13, 2004 KEXEC(8)