diff --git a/scripts/fast-reboot b/scripts/fast-reboot index 843661ed11..dbd13aa9f2 100755 --- a/scripts/fast-reboot +++ b/scripts/fast-reboot @@ -411,7 +411,7 @@ function load_aboot_secureboot_kernel() { function load_kernel() { # Load kernel into the memory - /sbin/kexec -l "$KERNEL_IMAGE" --initrd="$INITRD" --append="$BOOT_OPTIONS" + /sbin/kexec -a -l "$KERNEL_IMAGE" --initrd="$INITRD" --append="$BOOT_OPTIONS" } function unload_kernel()