SystemRescue 13.0: Key Updates in the Live Distro for System Recovery
SystemRescue 13.0 was released on March 28, 2026, as a live distro based on Arch Linux for repairing and restoring computer systems. The amd64 image is 1.2 GB, graphical environment — Xfce. This is the third major update after versions 11.0 (January 2024) and 12.0 (March 2025).
Kernel and Filesystem Updates
The Linux kernel has been updated to LTS version 6.18.20, providing long-term hardware support and stability in recovery scenarios. bcachefs tools and the corresponding kernel module have been brought to 1.37.3 — this improves performance of modern filesystems with support for compression, deduplication, and snapshots.
System improvements for HiDPI screens have been implemented: the kernel font is used by default, avoiding overly small rendering. A script has been added for dynamic scaling factor adjustment based on display configuration, which is crucial for laptops and high-resolution external monitors.
The yay-prepare script has been fixed to resolve crashes related to AUR package dependencies, simplifying environment preparation in live mode.
New Utilities and Tools
The distro now includes the CLI utility yq for parsing and manipulating YAML, XML, and TOML files. This is useful for automating configurations in recovery scripts or log analysis.
I/O monitoring now uses iotop-c instead of the original iotop — a version with an improved interface and lower system load.
GParted has been updated to 1.8.1, adding support for new filesystems and improving partition handling on NVMe disks.
Added Packages
- fatsort: sorts files on FAT/NTFS for defragmentation and restoring order after crashes;
- nss-mdns: name resolution via mDNS for local networks without a DNS server.
These additions expand network discovery capabilities and support for legacy media.
Detailed Change Log
The full list of updates covers more than 10 components focused on stability and compatibility:
- Linux kernel 6.18.20 LTS;
- bcachefs tools/kernel module 1.37.3;
- yay-prepare script fixes;
- Kernel default font for HiDPI;
- HiDPI scaling adjustment script;
- yq CLI utility;
- iotop → iotop-c;
- GParted 1.8.1;
- fatsort, nss-mdns packages;
- Minor fixes in Xfce dependencies.
These changes make SystemRescue 13.0 the preferred choice for mid/senior admins working with fault-tolerant systems.
Key Highlights
- LTS kernel 6.18.20: at least 2 years of updates guaranteed, focus on enterprise stability;
- bcachefs 1.37.3: full support for CoW filesystem in high-load scenarios;
- HiDPI adaptation: automatic scaling and fonts for modern displays;
- yq and iotop-c: tools for automation and monitoring in live sessions;
- GParted 1.8.1: extended partition handling, including Btrfs and ZFS.
The distro maintains its focus on minimalism: all tools are pre-installed, with no network required for basic recovery. The image size remains compact despite the additions.
— Editorial Team
No comments yet.