diff --git a/scripts/fast-reboot b/scripts/fast-reboot index 2fa0106acc..bfdc191b78 100755 --- a/scripts/fast-reboot +++ b/scripts/fast-reboot @@ -444,7 +444,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()