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
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
News
-
An All-Snap Version of Ubuntu is In The Works
Along with the standard deb version of the open-source operating system, Canonical will release an-all snap version.
-
Mageia 9 Beta 2 Ready for Testing
The latest beta of the popular Mageia distribution now includes the latest kernel and plenty of updated applications.
-
KDE Plasma 6 Looks to Bring Basic HDR Support
The KWin piece of KDE Plasma now has HDR support and color management geared for the 6.0 release.
-
Bodhi Linux 7.0 Beta Ready for Testing
The latest iteration of the Bohdi Linux distribution is now available for those who want to experience what's in store and for testing purposes.
-
Changes Coming to Ubuntu PPA Usage
The way you manage Personal Package Archives will be changing with the release of Ubuntu 23.10.
-
AlmaLinux 9.2 Now Available for Download
AlmaLinux has been released and provides a free alternative to upstream Red Hat Enterprise Linux.
-
An Immutable Version of Fedora Is Under Consideration
For anyone who's a fan of using immutable versions of Linux, the Fedora team is currently considering adding a new spin called Fedora Onyx.
-
New Release of Br OS Includes ChatGPT Integration
Br OS 23.04 is now available and is geared specifically toward web content creation.
-
Command-Line Only Peropesis 2.1 Available Now
The latest iteration of Peropesis has been released with plenty of updates and introduces new software development tools.
-
TUXEDO Computers Announces InfinityBook Pro 14
With the new generation of their popular InfinityBook Pro 14, TUXEDO upgrades its ultra-mobile, powerful business laptop with some impressive specs.