You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I'm looking for some guidance on using systemd-boot with kiwi-ng. This isn't an issue per se, but I haven't been able to get it working properly. I'm trying to create an image with two root partitions to enable an A/B upgrade strategy using systemd_boot (grub2 works fine). However, I keep encountering a "no space left to copy initramfs" error. Has anyone successfully set up a similar configuration, or does anyone have suggestions on how to resolve this?
For systemd-boot everything needs to live in the ESP (EFI partition). The initrd + kernel and other data exceeds the default size that we use for this space. If you give your ESP a bigger space this should solve it. As mentioned by @talk2drys
k.type.efipartsize.attribute =
## For images with an EFI fat partition this attribute
## specifies the size in MB. If not set the min efipart
## size is set to 20 MB
attribute efipartsize { xsd:nonNegativeInteger }
Hi everyone,
I'm looking for some guidance on using systemd-boot with kiwi-ng. This isn't an issue per se, but I haven't been able to get it working properly. I'm trying to create an image with two root partitions to enable an A/B upgrade strategy using systemd_boot (grub2 works fine). However, I keep encountering a "no space left to copy initramfs" error. Has anyone successfully set up a similar configuration, or does anyone have suggestions on how to resolve this?
Thanks in advance for any help!
here is the error
here is my description file, in some test, i also added efipartsize and efipartition to 2GB but still i always get
no space left
The text was updated successfully, but these errors were encountered: