Loading...
Loading...
{
"latency": 727,
"ipAddresses": [
"172.67.179.37",
"104.21.31.183",
"2606:4700:3037::ac43:b325",
"2606:4700:3034::6815:1fb7"
],
"dns": {
"NS": [
"guss.ns.cloudflare.com.",
"linda.ns.cloudflare.com."
],
"A": [
"172.67.179.37",
"104.21.31.183"
],
"AAAA": [
"2606:4700:3037::ac43:b325",
"2606:4700:3034::6815:1fb7"
]
}
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SystemRescue - System Rescue Homepage</title>
<link rel="stylesheet" href="/system-rescue.css" type="text/css"/>
<meta name="generator" content="Hugo 0.139.3">
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="toptitle">
<div id="head1">
<span id="head1logo">
<a href="https://www.system-rescue.org"><img src="/images/logo.png" alt="logo"/></a>
</span>
</div>
</div>
<div id="topmenu">
<ul>
<li><a href="https://www.system-rescue.org/">Homepage</a></li>
<li><a href="/manual/">Manual</a></li>
<li><a href="/Books/">Book</a></li>
<li><a href="/disk-partitioning/">Disk Partitioning</a></li>
<li><a href="/lvm-guide-en/">LVM Guide</a></li>
</ul>
</div>
</div>
<div id="contents">
<div id="colleft">
<h5>Site map</h5>
<div><a href="/">Homepage</a></div>
<div><a href="/Download/">Download</a></div>
<div><a href="/Changes-x86/">ChangeLog</a></div>
<div><a href="/System-tools/">System tools</a></div>
<div><a href="/Installing-SystemRescue-on-a-USB-memory-stick/">Bootable USB</a></div>
<div><a href="/Detailed-packages-list/">Package list</a></div>
<div><a href="/Screenshots/">Screenshots</a></div>
<div><a href="/Books/">Book</a></div>
<div><a href="/FAQ/">FAQ</a></div>
<div><a href="/manual/Booting_SystemRescue/">Boot options</a></div>
<hr/>
<div id="sponsors-left">
<hr>
<h5>Sponsors</h5>
<a href="https://www.fastly.com" target="_blank"><img src="/images/fastly_logo_large.png"
alt="fastly" width="90"/></a>
<br>
<a href="https://www.netcup.eu" target="_blank"><img src="/images/netcup_logo_large.png"
alt="netcup" width="90"/></a>
</div>
</div>
<div id="colcenter">
<h1>System Rescue Homepage</h1>
<hr/>
<h2 id="about-systemrescue">About SystemRescue</h2>
<p><strong>Description:</strong> SystemRescue (formerly known as SystemRescueCd) is a Linux
system rescue toolkit available as a bootable medium for administrating or
repairing your system and data after a crash. It aims to provide an easy way to
carry out admin tasks on your computer, such as creating and editing the hard
disk partitions. It comes with a lot of <a href="/System-tools/">Linux system utilities</a>
such as GParted, fsarchiver, filesystem tools and basic tools (editors, midnight
commander, network tools). It can be used for both Linux
and <a href="/manual/Backup_data_from_an_unbootable_windows_computer/">windows</a>
computers, and on desktops as well as servers. This rescue system requires no
installation as it can be booted from a CD/DVD drive or
<a href="/Installing-SystemRescue-on-a-USB-memory-stick/">USB stick</a>, but it can be
<a href="/manual/Installing_SystemRescue_on_the_disk/">installed on the hard disk</a>
if you wish. The kernel supports all important file systems (ext4, xfs, btrfs,
vfat, ntfs), as well as network filesystems such as Samba and NFS.</p>
<h2 id="system-and-networking-guides">System and Networking Guides</h2>
<p>In addition to the <a href="/Quick_start_guide/">Quick Start Guide</a>
and <a href="/manual/">SystemRescue documentation</a> here are other guides:</p>
<ul>
<li><strong><a href="/disk-partitioning/">Disk Partitioning</a></strong>:
<a href="/disk-partitioning/Introduction-to-disk-partitioning/">Introduction</a>,
<a href="/disk-partitioning/Partitions-attributes/">Attributes</a>,
<a href="/disk-partitioning/Standard-partitioning-tools/">Tools</a>,
<a href="/disk-partitioning/The-new-GPT-disk-layout/">GPT Disks</a>,
<a href="/disk-partitioning/Grub-boot-stages/">How Grub boots</a>,
<a href="/disk-partitioning/Repairing-a-damaged-Grub/">How to repair Grub</a></li>
<li><strong><a href="/lvm-guide-en/">LVM Volume-Manager</a></strong>:
<a href="/lvm-guide-en/Overview-of-the-logical-volume-manager/">Overview</a>,
<a href="/lvm-guide-en/How-the-logical-volume-manager-works/">How it works</a>,
<a href="/lvm-guide-en/Booting-linux-from-LVM-volumes/">Booting</a>,
<a href="/lvm-guide-en/Moving-the-linux-rootfs-to-an-LVM-volume/">Rootfs on LVM</a>,
<a href="/lvm-guide-en/Making-consistent-backups-with-LVM/">Snapshots and Backups</a></li>
</ul>
<h2 id="project-documentation">Project documentation</h2>
<p>This project comes with good <a href="/manual/">documentation</a>. Here are the most important pages:</p>
<h3 id="for-the-impatient">For the impatient:</h3>
<ul>
<li><a href="/Quick_start_guide/">Quick start guide</a>: please read this if this is the
first time you are using this system recovery cd.</li>
</ul>
<h3 id="chapters-about-basic-usage">Chapters about basic usage:</h3>
<ul>
<li><a href="/manual/Overview/">Overview of the livecd</a></li>
<li><a href="/manual/Downloading_and_burning/">Downloading and burning</a></li>
<li><a href="/Installing-SystemRescue-on-a-USB-memory-stick/">How to install SystemRescue on an USB-stick</a></li>
<li><a href="/manual/Booting_SystemRescue/">Booting SystemRescue (boot options)</a></li>
<li><a href="/manual/Starting_to_use_the_system/">Starting to use the system</a></li>
<li><a href="/manual/Network_configuration_and_programs/">Network: configuration and programs</a></li>
<li><a href="/manual/Mounting_ntfs_filesystems/">Mounting an NTFS partition with full Read-Write support</a></li>
</ul>
<h3 id="chapters-about-advanced-usage">Chapters about advanced usage:</h3>
<ul>
<li><a href="/manual/Installing_SystemRescue_on_the_disk/">Installing SystemRescue on the disk</a></li>
<li><a href="/manual/Installing_packages_with_pacman/">Installing additional software packages with pacman</a></li>
<li><a href="/manual/Configuring_SystemRescue/">Configuring SystemRescue with YAML files</a></li>
<li><a href="/manual/Creating_a_backing_store/">Creating a backing-store to keep your modifications</a></li>
<li><a href="/manual/PXE_network_booting/">PXE network booting with SystemRescue</a></li>
<li><a href="/manual/Run_your_own_scripts_with_autorun/">Run your own scripts at start-up with autorun</a></li>
<li><a href="/manual/Secure_Deletion_of_Data/">Secure Deletion of Data</a></li>
<li><a href="/manual/Backup_data_from_an_unbootable_windows_computer/">Backup data from an unbootable Windows computer</a></li>
<li><a href="/manual/Backup_and_transfer_your_data_using_rsync/">Backup and transfer your data using rsync</a></li>
</ul>
<h2 id="system-tools-included">System tools included</h2>
<ul>
<li><a href="http://www.gnu.org/software/parted/"><strong>GNU Parted</strong></a>: creates, resizes, moves, copies partitions, and filesystems (and more).</li>
<li><a href="http://gparted.org/"><strong>GParted</strong></a>: GUI implementation using the GNU Parted library.</li>
<li><a href="http://www.fsarchiver.org/"><strong>FSArchiver</strong></a>: flexible archiver that can be used as both system and data recovery software</li>
<li><a href="http://www.gnu.org/software/ddrescue/"><strong>ddrescue</strong></a> : Attempts to make a copy of a block device that has hardware errors, optionally filling corresponding bad spots in input with user defined pattern in the copy.</li>
<li><strong>File systems tools</strong> (for Linux and Windows filesystems): format, resize, and debug an existing partition of a hard disk</li>
<li><a href="/manual/Mounting_ntfs_filesystems/"><strong>Ntfs3g</strong></a>: enables read/write access to MS Windows NTFS partitions.</li>
<li><a href="http://www.cgsecurity.org/wiki/TestDisk"><strong>Test-disk</strong></a> : tool to check and undelete partition, supports reiserfs, ntfs, fat32, ext3/ext4 and many others</li>
<li><a href="https://www.memtest.org/"><strong>Memtest</strong></a>: to test the memory of your computer (first thing to test when you have a crash or unexpected problems)</li>
<li><a href="/manual/Backup_and_transfer_your_data_using_rsync/"><strong>Rsync</strong></a>: very-efficient and reliable program that can be used for remote backups.</li>
<li><strong>Network tools</strong> (Samba, NFS, ping, nslookup, …): to backup your data across the network</li>
</ul>
<p>Browse the <a href="/System-tools/">short system tools page</a> for more details about the most important software included.</p>
<p>Browse the <a href="/Detailed-packages-list/">detailed package list</a> for a full list of the packages.</p>
<p><strong>It is possible to make custom versions of the system.</strong>
For example, you can add your own scripts, make an automatic restoration of the
system. It is also possible to create custom versions of SystemRescue.</p>
<p><strong>You can use SystemRescue to <a href="/manual/Backup_data_from_an_unbootable_windows_computer/">backup data from an unbootable Windows computer</a></strong>, if you
want to backup the data stored on a Windows computer that cannot boot any more.</p>
<p><strong>It is very easy to <a href="/Installing-SystemRescue-on-a-USB-memory-stick/">install SystemRescue on a USB stick</a></strong>. That is very useful in
case you cannot boot from the CD/DVD drive. You just have to copy several files to
the stick and run syslinux. The install process can be done from Linux or
Windows. Follow instructions from the <a href="/manual/">manual</a> for more details.</p>
<h2 id="more-information-about-this-project">More information about this project</h2>
<p>SystemRescue sources can be found on
<a href="https://gitlab.com/systemrescue/systemrescue-sources">GitLab</a> and these are
licensed under the <a href="https://opensource.org/licenses/GPL-3.0">GPLv3</a> license.</p>
</div>
<div id="colright">
<h5>Documentation</h5>
<div><a href="/manual/">Manual (EN)</a></div>
<div><a href="/lvm-guide-en/">LVM Guide</a></div>
<div><a href="/disk-partitioning/">Disk partitioning</a></div>
<hr/>
<h5>Project</h5>
<div><a href="https://gitlab.com/systemrescue/systemrescue-sources">Git repository</a></div>
<div><a href="https://gitlab.com/systemrescue/systemrescue-website">Website sources</a></div>
<div><a href="https://gitlab.com/systemrescue/systemrescue-sources/-/issues">Bug tracker</a></div>
<hr/>
</div>
</div>
</div>
</body>
</html>
{
"status": 200,
"statusText": "",
"headers": {
"age": "60615",
"alt-svc": "h3=\":443\"; ma=86400",
"cache-control": "max-age=14400",
"cf-cache-status": "HIT",
"cf-ray": "90f816cb8a1028a8-IAD",
"connection": "keep-alive",
"content-encoding": "br",
"content-type": "text/html; charset=utf-8",
"date": "Mon, 10 Feb 2025 00:47:38 GMT",
"expires": "Sun, 09 Feb 2025 08:07:23 GMT",
"last-modified": "Sat, 07 Dec 2024 07:20:32 GMT",
"nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}",
"permissions-policy": "interest-cohort=()",
"report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=H60kr7qlSEpTkHdhwZFk1ojMLQn5wEmWvl9I8EKhJbCuQNxe5DLpWiKtcchawISSlCnCwZcDAtYYQWwFCS70brO4tnXTmS04DrtU3l99wffEwOOdh0eN6JfMluwrwftHm%2Fo5QCk%2FCwlt4T6BiUo2%2Bk0uGX0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
"server": "cloudflare",
"server-timing": "cfL4;desc=\"?proto=TCP&rtt=823&min_rtt=627&rtt_var=375&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3203&recv_bytes=800&delivery_rate=6449760&cwnd=252&unsent_bytes=0&cid=8e2ad8e83e42839b&ts=30&x=0\"",
"transfer-encoding": "chunked",
"vary": "Origin, Accept-Encoding"
}
}
[
{
"url": "https://system-rescue.org",
"technologies": [
{
"slug": "hugo",
"name": "Hugo",
"versions": [
"0.125.5"
],
"trafficRank": 61,
"confirmedAt": 1724446496,
"icon": "Hugo.svg",
"categories": [
{
"id": 57,
"slug": "static-site-generator",
"name": "Static site generator"
}
]
},
{
"slug": "cloudflare",
"name": "Cloudflare",
"versions": [],
"trafficRank": 60,
"confirmedAt": 1724446496,
"icon": "CloudFlare.svg",
"categories": [
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
]
},
{
"slug": "http-3",
"name": "HTTP/3",
"versions": [],
"trafficRank": 60,
"confirmedAt": 1724446496,
"icon": "HTTP3.svg",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
}
]
}
]
{
"error": false,
"result": {
"success": true,
"ogTitle": "SystemRescue - System Rescue Homepage",
"ogLocale": "en",
"charset": "utf-8",
"requestUrl": "https://system-rescue.org"
},
"response": {}
}
{
"CrUX Dataset": "CrUX is a data collection system that gathers information about how real users interact with websites. This website is included in the user experiences data gathered from Google Chrome and thus considered sufficiently popular on the Internet.",
"CrUX Top 5m": "Relative measure of site popularity within the CrUX dataset, measured by the total number of navigations on the origin. This site is in the top 5 million.",
"Cloudflare Radar": "The website appears on the Cloudflare Radar Top 1m sites list",
"Cloudflare": "Automatically optimizes the delivery of your web pages so your visitors get the fastest page load times and best performance.",
"Hugo": "A flexible static site generator.",
"FLoC": "FLoC - Federated Learning of Cohorts provides a privacy-preserving mechanism for interest-based ad selection.",
"FLoC Opt-Out": "The website has opted-out of FLoC to declare that it does not want to be included in the user's list of sites for cohort calculation.",
"Cloudflare DNS": "DNS services provided by Cloudflare.",
"Cloudflare Hosting": "Supercharged web hosting service.",
"SSL by Default": "The website redirects traffic to an HTTPS/SSL version by default.",
"IPv6": "The website has an IPv6 record.",
"Cloudflare CDN": "Content owned by this site hosted on the Cloudflare CDN."
}
{
"data": {
"total": 0,
"personal_emails": 0,
"generic_emails": 0,
"department": {
"executive": 0,
"it": 0,
"finance": 0,
"management": 0,
"sales": 0,
"legal": 0,
"support": 0,
"hr": 0,
"marketing": 0,
"communication": 0,
"education": 0,
"design": 0,
"health": 0,
"operations": 0
},
"seniority": {
"junior": 0,
"senior": 0,
"executive": 0
}
},
"meta": {
"params": {
"domain": "system-rescue.org",
"company": null,
"type": null
}
}
}
{
"whois.pir.org": {
"Domain Status": [
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"guss.ns.cloudflare.com",
"linda.ns.cloudflare.com"
],
"Domain Name": "system-rescue.org",
"Registry Domain ID": "251bb781cda7461d9c37fd20741a32e2-LROR",
"Registrar WHOIS Server": "whois.namecheap.com",
"Registrar URL": "http://www.namecheap.com",
"Updated Date": "2022-03-10T22:12:25Z",
"Created Date": "2012-08-05T06:51:12Z",
"Expiry Date": "2031-08-05T06:51:12Z",
"Registrar": "NameCheap, Inc.",
"Registrar IANA ID": "1068",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+1.6613102107",
"Registry Registrant ID": "",
"Registrant Name": "",
"Registrant Organization": "Privacy service provided by Withheld for Privacy ehf",
"Registrant Street": "",
"Registrant City": "",
"Registrant State/Province": "Capital Region",
"Registrant Postal Code": "",
"Registrant Country": "IS",
"Registrant Phone": "",
"Registrant Phone Ext": "",
"Registrant Fax": "",
"Registrant Fax Ext": "",
"Registrant Email": "Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.",
"Registry Admin ID": "",
"Admin Name": "",
"Admin Organization": "",
"Admin Street": "",
"Admin City": "",
"Admin State/Province": "",
"Admin Postal Code": "",
"Admin Country": "",
"Admin Phone": "",
"Admin Phone Ext": "",
"Admin Fax": "",
"Admin Fax Ext": "",
"Admin Email": "Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.",
"Registry Tech ID": "",
"Tech Name": "",
"Tech Organization": "",
"Tech Street": "",
"Tech City": "",
"Tech State/Province": "",
"Tech Postal Code": "",
"Tech Country": "",
"Tech Phone": "",
"Tech Phone Ext": "",
"Tech Fax": "",
"Tech Fax Ext": "",
"Tech Email": "Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.",
"DNSSEC": "unsigned",
"URL of the ICANN Whois Inaccuracy Complaint Form": "https://www.icann.org/wicf/",
">>> Last update of WHOIS database": "2025-02-10T00:47:40Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp",
"",
"Terms of Use: Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to (a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Identity Digital except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy. The Registrar of Record identified in this output may have an RDDS service that can be queried for additional information on how to contact the Registrant, Admin, or Tech contact of the queried domain name."
]
},
"whois.namecheap.com": {
"Domain Status": [
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"guss.ns.cloudflare.com",
"linda.ns.cloudflare.com"
],
"Domain Name": "system-rescue.org",
"Registry Domain ID": "251bb781cda7461d9c37fd20741a32e2-LROR",
"Registrar WHOIS Server": "whois.namecheap.com",
"Registrar URL": "http://www.namecheap.com",
"Updated Date": "2022-03-10T22:12:25.91Z",
"Created Date": "2012-08-05T06:51:12.87Z",
"Expiry Date": "2031-08-05T06:51:12.87Z",
"Registrar": "NAMECHEAP INC",
"Registrar IANA ID": "1068",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+1.9854014545",
"Reseller": "NAMECHEAP INC",
"Registry Registrant ID": "",
"Registrant Name": "",
"Registrant Organization": "Privacy service provided by Withheld for Privacy ehf",
"Registrant Street": "Kalkofnsvegur 2",
"Registrant City": "Reykjavik",
"Registrant State/Province": "Capital Region",
"Registrant Postal Code": "101",
"Registrant Country": "IS",
"Registrant Phone": "+354.4212434",
"Registrant Phone Ext": "",
"Registrant Fax": "",
"Registrant Fax Ext": "",
"Registrant Email": "[email protected]",
"Registry Admin ID": "",
"Admin Name": "",
"Admin Organization": "Privacy service provided by Withheld for Privacy ehf",
"Admin Street": "Kalkofnsvegur 2",
"Admin City": "Reykjavik",
"Admin State/Province": "Capital Region",
"Admin Postal Code": "101",
"Admin Country": "IS",
"Admin Phone": "+354.4212434",
"Admin Phone Ext": "",
"Admin Fax": "",
"Admin Fax Ext": "",
"Admin Email": "[email protected]",
"Registry Tech ID": "",
"Tech Name": "",
"Tech Organization": "Privacy service provided by Withheld for Privacy ehf",
"Tech Street": "Kalkofnsvegur 2",
"Tech City": "Reykjavik",
"Tech State/Province": "Capital Region",
"Tech Postal Code": "101",
"Tech Country": "IS",
"Tech Phone": "+354.4212434",
"Tech Phone Ext": "",
"Tech Fax": "",
"Tech Fax Ext": "",
"Tech Email": "[email protected]",
"DNSSEC": "unsigned",
"URL of the ICANN WHOIS Data Problem Reporting System": "http://wdprs.internic.net/",
">>> Last update of WHOIS database": "2025-02-09T16:47:41.65Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp"
]
}
}