
kexec
List of commands for kexec:
-
kexec:tldr:0c3b2 kexec: Load a new kernel with current boot parameters.$ kexec -l ${path-to-kernel} --initrd=${path-to-initrd} --reuse-cmdlinetry on your machineexplain this command
-
kexec:tldr:301c3 kexec: Load a new kernel.$ kexec -l ${path-to-kernel} --initrd=${path-to-initrd} --command-line=${arguments}try on your machineexplain this command
-
kexec:tldr:4d212 kexec: Unload current kexec target kernel.$ kexec -utry on your machineexplain this command
-
kexec:tldr:bfc8a kexec: Execute a currently loaded kernel.$ kexec -etry on your machineexplain this command