Difference between revisions of "System Rescue CD"
Line 26: | Line 26: | ||
}} | }} | ||
− | + | 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. | 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. | 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. | ||
+ | |||
+ | {{TFTPPlugin | ||
+ | | filename = sysrescuecd241-XXX.tar.gz | ||
+ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
+ | | product = SystemRescueCD 2.4.1 | ||
+ | | producturl = http://www.sysresccd.org/Download | ||
+ | | productfile = systemrescuecd-x86-2.4.1.iso | ||
+ | | pluginname = SystemRescueCD | ||
+ | }} | ||
+ | |||
+ | Copy initram.igz , rescue64 , rescuecd , sysrcd.dat to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/isolinux/initram.igz /tftpboot/er/plugins/sysrescue/initram.igz | ||
+ | cp /mnt/cdrom/isolinux/rescue64 /tftpboot/er/plugins/sysrescue/rescue64 | ||
+ | cp /mnt/cdrom/isolinux/rescuecd /tftpboot/er/plugins/sysrescue/rescuecd | ||
+ | cp /mnt/cdrom/sysrcd.dat /tftpboot/er/shares/sysrescue/sysrcd.dat | ||
+ | |||
+ | {{PluginInstructionsEnd}} |
Revision as of 06:56, 4 February 2012
return to Plugins list
System Rescue CD 2.4.1 http://www.sysresccd.org/ |
---|
Contents
Information
ERPXE Module
- Name: - System Rescue CD
- Version: 2.4.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 | Optional | No | No | Yes | No |
Plugin Requirments
System Rescue CD | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | Yes | Yes | No | No | 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 sysrescuecd241-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract sysrescuecd241-XXX.tar.gz file:
tar -xvzf sysrescuecd241-XXX.tar.gz
Download SystemRescueCD 2.4.1 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-2.4.1.iso /mnt/cdrom/
Copy initram.igz , rescue64 , rescuecd , sysrcd.dat to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/isolinux/initram.igz /tftpboot/er/plugins/sysrescue/initram.igz cp /mnt/cdrom/isolinux/rescue64 /tftpboot/er/plugins/sysrescue/rescue64 cp /mnt/cdrom/isolinux/rescuecd /tftpboot/er/plugins/sysrescue/rescuecd cp /mnt/cdrom/sysrcd.dat /tftpboot/er/shares/sysrescue/sysrcd.dat
Verify files with filelist.txt in each folder.
All Done!