Difference between revisions of "PLD Rescue"
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = |
| website = http://rescuecd.pld-linux.org/ | | website = http://rescuecd.pld-linux.org/ | ||
| wikipedia = http://en.wikipedia.org/wiki/PLD_Linux_distribution | | wikipedia = http://en.wikipedia.org/wiki/PLD_Linux_distribution | ||
Line 6: | Line 6: | ||
| version = 11.02 | | version = 11.02 | ||
| from_erpxe_version = 1.0 | | from_erpxe_version = 1.0 | ||
− | | http = {{ | + | | http = {{no}} |
| nfs = {{no}} | | nfs = {{no}} | ||
| cifs = {{no}} | | cifs = {{no}} | ||
− | | internet = {{ | + | | internet = {{no}} |
− | | linux = {{ | + | | linux = {{yes}} |
| windows = {{yes}} | | windows = {{yes}} | ||
| antivirus = {{no}} | | antivirus = {{no}} | ||
− | | deployment = {{ | + | | deployment = {{no}} |
− | | diagnostic = {{ | + | | diagnostic = {{yes}} |
| installation = {{no}} | | installation = {{no}} | ||
| live = {{yes}} | | live = {{yes}} | ||
− | | recovery = {{ | + | | recovery = {{yes}} |
| image1 = | | image1 = | ||
| image1url = | | image1url = | ||
Line 35: | Line 35: | ||
{{TFTPPlugin | {{TFTPPlugin | ||
− | | filename = | + | | filename = pld1102-ARCH-XXX.tar.gz |
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
− | | product = | + | | product = PLD Rescue 11.02 |
− | | producturl = http:// | + | | producturl = http://rescuecd.pld-linux.org/ |
− | | productfile = | + | | productfile = RCD_11_02.iso |
− | | pluginname = | + | | pluginname = PLD Rescue |
}} | }} | ||
− | Copy | + | 32 bit: |
+ | Copy custom.cpi , rescue.cpi , vmlinuz to appropriate directory: (LOWER CASE ONLY!) | ||
+ | cp /mnt/cdrom/custom/custom.cpi /tftpboot/er/plugins/pldrescue/i386/custom.cpi | ||
+ | cp /mnt/cdrom/rescue.cpi /tftpboot/er/plugins/pldrescue/i386/rescue.cpi | ||
+ | cp /mnt/cdrom/boot/isolinux/vmlinuz /tftpboot/er/plugins/pldrescue/i386/vmlinuz | ||
− | + | 64 bit: | |
− | cp | + | Copy custom.cpi , rescue.cpi , vmlinuz to appropriate directory: (LOWER CASE ONLY!) |
+ | cp /mnt/cdrom/custom/custom.cpi /tftpboot/er/plugins/pldrescue/x86_64/custom.cpi | ||
+ | cp /mnt/cdrom/rescue.cpi /tftpboot/er/plugins/pldrescue/x86_64/rescue.cpi | ||
+ | cp /mnt/cdrom/boot/isolinux/vmlinuz /tftpboot/er/plugins/pldrescue/x86_64/vmlinuz | ||
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} | ||
+ | [[Category:Plugins]] | ||
+ | [[Category:Recovery Tools]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 07:39, 5 May 2019
return to Plugins list
PLD Rescue 11.02 http://rescuecd.pld-linux.org/ |
---|
Contents
Information
ERPXE Module
- Name: - PLD Rescue
- Version: 11.02
- Official website: http://rescuecd.pld-linux.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/PLD_Linux_distribution
- Download: http://www.erpxe.com/downloads
Plugin type
PLD Rescue | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | No | Yes | Yes |
Plugin Requirments
PLD Rescue | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | No | Yes | Yes |
Screen Shots
Special Information
PLD RescueCD is a bootable disk that contains a live Linux distribution based on PLD Linux (2.6.37 modular kernel) made in Poland.
Furthermore this version uses transparent compression (squashfs) to fit about 180 MB of software onto a single mini CD in usable form.
PLD RescueCD can be used to rescue ailing machines, perform intrusion post-mortems, act as a temporary secure linux-based workstation (using ssh, vpn connecting to remote host - other networking clients are also supported), install PLD Linux, and perform many other tasks that we haven't yet imagined.
It provides a much nicer rescue environment than your average rescue floppy.
Linux Installation Instructions
Download pld1102-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract pld1102-ARCH-XXX.tar.gz file:
tar -xvzf pld1102-ARCH-XXX.tar.gz
Download PLD Rescue 11.02 ISO Latest Version to /mnt/ :
http://rescuecd.pld-linux.org/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/RCD_11_02.iso /mnt/cdrom/
32 bit: Copy custom.cpi , rescue.cpi , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/custom/custom.cpi /tftpboot/er/plugins/pldrescue/i386/custom.cpi cp /mnt/cdrom/rescue.cpi /tftpboot/er/plugins/pldrescue/i386/rescue.cpi cp /mnt/cdrom/boot/isolinux/vmlinuz /tftpboot/er/plugins/pldrescue/i386/vmlinuz
64 bit: Copy custom.cpi , rescue.cpi , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/custom/custom.cpi /tftpboot/er/plugins/pldrescue/x86_64/custom.cpi cp /mnt/cdrom/rescue.cpi /tftpboot/er/plugins/pldrescue/x86_64/rescue.cpi cp /mnt/cdrom/boot/isolinux/vmlinuz /tftpboot/er/plugins/pldrescue/x86_64/vmlinuz
Verify files with filelist.txt in each folder.
All Done!