SystemRescueCd – a live system that rescues data and systems
Emergency Medicine

© Lead Image © Author, 123RF.com
The SystemRescueCd live system contains numerous tools that you can use to recover deleted files or a defective system.
The SystemRescueCd live system above all offers programs with which you can reanimate defective data carriers and recover data. It includes the Firefox browser, which can also be used to search for solutions to a problem on the Internet if the permanently installed system fails to boot. Finally, SystemRescueCd provides useful tools for everyday work, such as creating or shrinking hard disk partitions. The live system relies on standard tools such as the well-known GParted for partitioning hard disks.
Bloated
As the CD in the name indicates, the SystemRescueCd fit on a CD for a long time. In version 6.0.0, however, the developers replaced the existing substructure with Arch Linux. As a result, the SystemRescueCd 6.0.2 (the latest release when this article was written), occupies almost 871MB of disk space. With a little luck, you can just about burn it onto an extra length CD (100-minute CD). But in any case, SystemRescueCd can be booted from a DVD or USB stick.
On the downside, the live system now only runs on 64-bit systems with Intel or AMD processors. If you want to save an ancient system with a 32-bit processor, you first need to remove the hard disk and, for example, connect it to another system via an external hard disk enclosure. Alternatively, you can turn to the older SystemRescueCd v5.3.2, which you can still find in the project archive [1]. Furthermore, SystemRescueCd will not start on systems where the secure boot mechanism is enabled: You first need to disable this in the BIOS or UEFI settings.
DIY Burning
To start using SystemRescueCd, go to the project website [2]. When you get there, click on Site map and then Download in the page's left margin; in the table that appears, then click on the file name next to Download link. Burn the resulting ISO image onto an extra-long CD or DVD using an appropriate program. The developers recommend K3b, Brasero, Xfburn, or cdrecord.
If you want to boot the live system from a USB stick, you only have to write the file with the extension .iso
to an empty USB stick. The SystemRescueCd developers recommend the dd
command-line tool for Linux.
In Listing 1, replace systemrescuecd-6.0.2.iso
with the file name of the downloaded ISO image and /dev/sdc
with the device name of the USB stick. Caution: dd
overwrites all the data on the target medium. Make sure that of=
is followed by the USB stick's device name. If in doubt, you can use lsblk
to list all data carriers. Further assistance for this process can be found on the project's website [3].
Listing 1
Writing SystemRescueCD to a USB Stick
$dd if=systemrescuecd-6.0.2.iso of=/dev/sdc; sync
Alternatively, you can order a USB stick with preinstalled SystemRescueCd from various retailers, such as OSDisc [4].
Booted
As soon as you boot a system from the prepared start medium, the menu in Figure 1 appears. Pressing the Enter key enables the first menu item and boots the live system directly. If you select Boot SystemRescueCd and copy system to RAM, SystemRescueCd first copies the complete boot media to the main memory and then starts the live system from there. After booting, you can remove the boot media, which can be advantageous for notebooks with only a few USB ports or only one DVD drive.

The other options in Figure 1 are only available if you launch the SystemRescueCd on a system with BIOS. Boot existing OS lets you start a system already installed on the computer. This is handy if you accidentally forgot the DVD with SystemRescueCd in the drive or the bootloader does not work. Run Memtest86+ (RAM test) starts the program of the same name, which checks the main memory for defects.
You should always run the tool if you suddenly notice strange system behavior while working on your system or if Linux starts to swap data to the hard disk extremely frequently. Older versions of SystemRescueCd had some additional tools in the menu, which had to be removed with version 6.0.0. Reboot and Power Off let you restart or shut down.
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
Linux Kernel Reducing Long-Term Support
LTS support for the Linux kernel is about to undergo some serious changes that will have a considerable impact on the future.
-
Fedora 39 Beta is Now Available for Testing
For fans and users of Fedora Linux, the first beta of release 39 is now available, which is a minor upgrade but does include GNOME 45.
-
Fedora Linux 40 to Drop X11 for KDE Plasma
When Fedora 40 arrives in 2024, there will be a few big changes coming, especially for the KDE Plasma option.
-
Real-Time Ubuntu Available in AWS Marketplace
Anyone looking for a Linux distribution for real-time processing could do a whole lot worse than Real-Time Ubuntu.
-
KSMBD Finally Reaches a Stable State
For those who've been looking forward to the first release of KSMBD, after two years it's no longer considered experimental.
-
Nitrux 3.0.0 Has Been Released
The latest version of Nitrux brings plenty of innovation and fresh apps to the table.
-
Linux From Scratch 12.0 Now Available
If you're looking to roll your own Linux distribution, the latest version of Linux From Scratch is now available with plenty of updates.
-
Linux Kernel 6.5 Has Been Released
The newest Linux kernel, version 6.5, now includes initial support for two very exciting features.
-
UbuntuDDE 23.04 Now Available
A new version of the UbuntuDDE remix has finally arrived with all the updates from the Deepin desktop and everything that comes with the Ubuntu 23.04 base.
-
Star Labs Reveals a New Surface-Like Linux Tablet
If you've ever wanted a tablet that rivals the MS Surface, you're in luck as Star Labs has created such a device.