systemd 261-rc1 Released With OS Installer, IMDS Subsystem & New storagectl

systemd 261-rc1 Released With OS Installer, IMDS Subsystem & New storagectl

systemd 261-rc1 Released With OS Installer, IMDS Subsystem & New storagectl

https://www.phoronix.com/news/systemd-261-rc1

Publish Date: 2026-05-22 10:27:00

Source Domain: www.phoronix.com

The first release candidate of systemd 261 is out today and it includes yet more features for this Linux init system and service manager.

Systemd 261 brings new features including systemd-sysinstall as a Linux OS installer of sorts for modern environments, the Instance Metadata Service “IMDS” for expanded systemd functionality on cloud VMs, a new storagectl command, and many other additions and improvements to existing features.

systemd 261-rc1

Some of the release highlights of systemd 261-rc1 include:

– A new subsystem with systemd 261 is the Instance Metadata Service “IMDS”. This includes the new systemd-imdsd that 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 introducing storagectl as 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 now systemd-sysinstall that 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.

systemd 261-rc1 Released With OS Installer, IMDS Subsystem & New storagectl

– A new service systemd-tpm2-swtpm.service for 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 new tmpfiles.d/root.conf for 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…

Source