diff --git a/apertis-image-sdk.yaml b/apertis-image-sdk.yaml
index f77b46a0f03d3d3a74a0c6197e6053bda764a3d9..55a21f6e5ac68a7f99a03d747a9c740b610b444f 100644
--- a/apertis-image-sdk.yaml
+++ b/apertis-image-sdk.yaml
@@ -69,21 +69,17 @@ actions:
 
   - action: filesystem-deploy
     description: Deploying ospack onto image
+    append-kernel-cmdline: {{ $cmdline }}
 
   - action: apt
     packages:
-      - gummiboot
+      - systemd-boot
 
   - action: run
     description: Install UEFI bootloader
     chroot: true
     command: bootctl --path=/boot/efi install
 
-  - action: run
-    description: Add kernel parameters
-    chroot: true
-    command: sed -i -e 's%GUMMIBOOT_OPTIONS=.*%GUMMIBOOT_OPTIONS="{{ $cmdline }}"%' /etc/default/gummiboot
-
   - action: apt
     description: Kernel and system packages for {{$architecture}}
     packages: