1# kexecme23A quick way to call `kexec`.45For now, it uses the parameters specified by Grub config, which means it's most6handy when you want to boot into a different kernel as if through the normal7boot process. More configuration may be added in the future.89## Running1011To run, simply call `kexec` with superuser permissions. You will be prompted12to select a kernel version to boot. That's it!1314```15$ sudo ./kexecme160 5.18.16-200.fc36.x86_64171 5.18.15-200.fc36.x86_64182 5.18.13-200.fc36.x86_64193 0-rescue-9524f74ece9c47a288d25f5a117f65f920Select a kernel (0-3)[0]<CR>21Booting...22```2324## Dependencies2526- Grub must be the bootloader with entries in `/boot/loader/entries`27- systemd