logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Kexec - Reboot Kernel Directly | Online Free DevTools by Hexmos

Reboot directly into a new kernel with kexec. Manage kernel loading, execution, and unloading efficiently. Free online tool, no registration required.

kexec

Directly reboot into a new kernel. More information: https://manned.org/kexec.

  • Load a new kernel:

kexec {{[-l|--load]}} {{path/to/kernel}} --initrd={{path/to/initrd}} --command-line={{arguments}}

  • Load a new kernel with current boot parameters:

kexec {{[-l|--load]}} {{path/to/kernel}} --initrd={{path/to/initrd}} --reuse-cmdline

  • Execute a currently loaded kernel:

kexec {{[-e|--exec]}}

  • Unload current kexec target kernel:

kexec {{[-u|--unload]}}

See Also