Systemd 261 released with systemd-sysinstall, IMDSD, and storagectl
Summary
Systemd 261 is released with significant new features including the systemd-sysinstall OS installer, IMDSD for unified cloud metadata access, and storagectl for storage management.
View Cached Full Text
Cached at: 06/20/26, 11:18 PM
systemd 261 Released With New systemd-sysinstall OS Installer, IMDSD & Storagectl
Source: https://www.phoronix.com/news/systemd-261

Systemd 261 is out as stable today with a number of new features and ready to coincide with H2’2026 Linux distributions.
The systemd 261 release is out today with a host of new features and capabilities for this Linux init system and service manager and a lot more. As covered previously on Phoronix, some of the interesting additions with systemd 261 include:
- A new subsystem with systemd 261 is the Instance Metadata Service “IMDS”. This includes the newsystemd-imdsdthat makes IMDS services accessible to local programs. There is also a hardware database for recognizing established public clouds via SMBIOS information such as for Amazon EC2, Microsoft Azure, Google COmpute Engine, Oracle Cloud, Tencent Cloud, Hetzner, and others. This makes for a nice unified way of accessing virtual machine metadata from systemd.
- Systemd 261 is also introducingstoragectlas a new command-line tool and Varlink interface for exposing storage resources in a unified manner for use as managed user storage.
- There is also nowsystemd-sysinstallthat provides a simple, modern textual installer for an OS. This wraps around systemd’s partitioning capabilities, credential management, and other system management functionality while copying the OS from a temporary boot medium like a USB drive.
- A new servicesystemd-tpm2-swtpm.servicefor running the IBM Software TPM “swtpm” for an automatic fallback on systems that lack a pysical TPM but where TPM functionality should be made available.
- A newtmpfiles.d/root.conffor ensuring that root directory permissions get set to 0555.
- PID1 now supports the Linux kernel’s Live Update Orchestrator “LUO” and Kernel Handover “KHO” capabilities.
- User session managers now support persisting user units’ FD Stores
- A new unit setting of**CPUSetPartition=**allows for configuring the CPU set cgroup partition type such as root, isolated, or member for systemd services.
- There is a new setting of**RestrictFileSystemAccess=**that leverages a BPF LSM program for restricting execution to only binaries that are stored on a signed and verified DM-VERITY protected file-system.
- New Varlink methods for the systemd manager interface for requesting system shutdown.
-**DefaultMemoryZSwapWriteback=**is a new manager setting for a system-wide default of the Zswap writeback setting over the existing per-unit setting.
-Individual binaries now embedding the dlopen ELF metadata note.
Systemd 261 source downloads and more details on the dozens of changes in full viaGitHub.
Similar Articles
NixOS 26.05 released
NixOS 26.05 'Yarara' is released, featuring systemd in initrd, GNOME 50, deprecation of x86_64-darwin, and thousands of package updates.
CachyOS June 2026 Release
CachyOS June 2026 release brings a new Hyprland Noctalia desktop option, DNS-over-QUIC support, Python and GCC performance improvements, and various installer and hardware detection fixes.
Flatpak will depend on systemd
Flatpak's next major version will likely depend on systemd to move permission management to a service layer, potentially breaking compatibility with non-systemd distributions.
Bcachefs 1.38.6 Brings Many Performance Improvements
Bcachefs-Tools 1.38.6 has been released with many performance improvements including lockless journal flushes, btree optimizations, and improved sharding. It also supports up to 255 storage devices per filesystem and offers Ubuntu 26.04 LTS packages.
Replacing Systemd with OpenRC in Debian
A guide to replacing Systemd with OpenRC on Debian, including installation steps and challenges faced.