HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

systemctl kexec — Reboot the system via kexec. More information: <https://www.freedesktop.org/software/systemd/man/lat

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandkexecrebootviaclisystemctl kexecsystem
linux

Problem

How to use the systemctl kexec command: Reboot the system via kexec. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#kexec>.

Solution

systemctl kexec — Reboot the system via kexec. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#kexec>.

Fast reboot using kexec (if kernel is pre-loaded):
systemctl kexec


Force normal reboot even if kexec is available:
systemctl kexec {{[-f|--force]}}

Code Snippets

Fast reboot using kexec (if kernel is pre-loaded)

systemctl kexec

Force normal reboot even if kexec is available

systemctl kexec {{[-f|--force]}}

Context

tldr-pages: linux/systemctl kexec

Revisions (0)

No revisions yet.