SystemRescueCd – a live system that rescues data and systems
Emergency Medicine
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
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.