kexec

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

Debian Debian
RUN apt-get update && \ apt-get install -y kexec-tools
Ubuntu
RUN apt-get update && \ apt-get install -y kexec-tools
Arch Arch Linux
RUN pacman -S --noconfirm kexec-tools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y kexec-tools
CentOS
RUN yum install -y kexec-tools
Fedora
RUN dnf install -y kexec-tools
Raspbian
RUN apt-get update && \ apt-get install -y kexec-tools
click the source code to copy install kexec on any operating system with command-not-found.com