Forrest logo
back to context overview

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-cmdline
    try on your machine
    explain 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 machine
    explain this command
  • kexec:tldr:4d212 kexec: Unload current kexec target kernel.
    $ kexec -u
    try on your machine
    explain this command
  • kexec:tldr:bfc8a kexec: Execute a currently loaded kernel.
    $ kexec -e
    try on your machine
    explain this command
back to context overview