Difference between revisions of "System Rescue CD"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Sysresccdlogo.png/70px-Sysresccdlogo.png |
| website = http://www.sysresccd.org/ | | website = http://www.sysresccd.org/ | ||
| wikipedia = http://en.wikipedia.org/wiki/System_Rescue_CD | | wikipedia = http://en.wikipedia.org/wiki/System_Rescue_CD | ||
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | ||
− | | version = | + | | version = 3.7.1 |
| from_erpxe_version = 1.0 | | from_erpxe_version = 1.0 | ||
| http = {{no}} | | http = {{no}} | ||
Line 19: | Line 19: | ||
| recovery = {{yes}} | | recovery = {{yes}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/SystemRescueCD.png/300px-SystemRescueCD.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:SystemRescueCD.png |
| image2 = | | image2 = | ||
| image2url = | | image2url = | ||
Line 34: | Line 34: | ||
{{TFTPPlugin | {{TFTPPlugin | ||
− | | filename = | + | | filename = sysrescuecd371-XXX.tar.gz |
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
− | | product = SystemRescueCD | + | | product = SystemRescueCD |
| producturl = http://www.sysresccd.org/Download | | producturl = http://www.sysresccd.org/Download | ||
− | | productfile = systemrescuecd-x86- | + | | productfile = systemrescuecd-x86-3.7.1.iso |
| pluginname = SystemRescueCD | | pluginname = SystemRescueCD | ||
}} | }} | ||
− | Copy initram.igz , rescue64 , | + | Copy initram.igz , rescue64 , rescue32 , sysrcd.dat to appropriate directory: (LOWER CASE ONLY!) |
cp /mnt/cdrom/isolinux/initram.igz /tftpboot/er/plugins/sysrescue/initram.igz | cp /mnt/cdrom/isolinux/initram.igz /tftpboot/er/plugins/sysrescue/initram.igz | ||
+ | cp /mnt/cdrom/isolinux/rescue32 /tftpboot/er/plugins/sysrescue/rescue32 | ||
cp /mnt/cdrom/isolinux/rescue64 /tftpboot/er/plugins/sysrescue/rescue64 | cp /mnt/cdrom/isolinux/rescue64 /tftpboot/er/plugins/sysrescue/rescue64 | ||
− | |||
cp /mnt/cdrom/sysrcd.dat /tftpboot/er/shares/sysrescue/sysrcd.dat | cp /mnt/cdrom/sysrcd.dat /tftpboot/er/shares/sysrescue/sysrcd.dat | ||
cp /mnt/cdrom/sysrcd.md5 /tftpboot/er/shares/sysrescue/sysrcd.md5 | cp /mnt/cdrom/sysrcd.md5 /tftpboot/er/shares/sysrescue/sysrcd.md5 | ||
Line 52: | Line 52: | ||
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
− | [[Category: | + | [[Category:Recovery Tools]] |
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 07:36, 5 May 2019
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
System Rescue CD 3.7.1 http://www.sysresccd.org/ |
---|
Contents
Information
ERPXE Module
- Name: - System Rescue CD
- Version: 3.7.1
- Official website: http://www.sysresccd.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/System_Rescue_CD
- Download: http://www.erpxe.com/downloads
Plugin type
System Rescue CD | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | No | Yes | Yes |
Plugin Requirments
System Rescue CD | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
SystemRescueCD is an operating system for the x86 computer platform, though the primary purpose of SystemRescueCD is to repair unbootable or otherwise damaged computer systems after a system crash.
SystemRescueCD is not intended to be used as a permanent operating system.
It runs from a Live CD or a USB flash drive. It was designed by a team led by François Dupoux, and is based on the Gentoo Linux distribution.
Linux Installation Instructions
Download sysrescuecd371-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract sysrescuecd371-XXX.tar.gz file:
tar -xvzf sysrescuecd371-XXX.tar.gz
Download SystemRescueCD ISO Latest Version to /mnt/ :
http://www.sysresccd.org/Download
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/systemrescuecd-x86-3.7.1.iso /mnt/cdrom/
Copy initram.igz , rescue64 , rescue32 , sysrcd.dat to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/isolinux/initram.igz /tftpboot/er/plugins/sysrescue/initram.igz cp /mnt/cdrom/isolinux/rescue32 /tftpboot/er/plugins/sysrescue/rescue32 cp /mnt/cdrom/isolinux/rescue64 /tftpboot/er/plugins/sysrescue/rescue64 cp /mnt/cdrom/sysrcd.dat /tftpboot/er/shares/sysrescue/sysrcd.dat cp /mnt/cdrom/sysrcd.md5 /tftpboot/er/shares/sysrescue/sysrcd.md5
Verify files with filelist.txt in each folder.
All Done!