Difference between revisions of "PLOP Linux"

From ERPXE Wiki
Line 29: Line 29:
  
 
It's designed to rescue data from a damaged system, backup and restore operating systems, automate tasks and more.
 
It's designed to rescue data from a damaged system, backup and restore operating systems, automate tasks and more.
 +
 +
{{TFTPPlugin
 +
| filename = ploplinux412-XXX.tar.gz
 +
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 +
| product = Plop Linux 4.1.2
 +
| producturl = http://www.plop.at/en/ploplinux.html#download
 +
| productfile = ploplinux-4.1.2-X.iso
 +
| pluginname = Plop Linux
 +
}}
 +
 +
Plop Linux x86: Copy bzimage , initramfs.gz to appropriate directory: (LOWER CASE ONLY!)
 +
 +
cp /mnt/cdrom/syslinux/bzimage /tftpboot/er/plugins/plop/i386/bzimage
 +
cp /mnt/cdrom/syslinux/initramfs.gz /tftpboot/er/plugins/plop/i386/initramfs.gz
 +
cp -R /mnt/cdrom/ploplinux/* /tftpboot/er/shares/plop/i386/ploplinux/
 +
 +
Plop Linux x64: Copy bzimage , initramfs.gz to appropriate directory: (LOWER CASE ONLY!)
 +
 +
cp /mnt/cdrom/syslinux/bzimage /tftpboot/er/plugins/plop/x86_64/bzimage
 +
cp /mnt/cdrom/syslinux/initramfs.gz /tftpboot/er/plugins/plop/x86_64/initramfs.gz
 +
cp -R /mnt/cdrom/ploplinux/* /tftpboot/er/shares/plop/x86_64/ploplinux/
 +
 +
for the additional opt.sqfs file (seperate download) place it in /tftpboot/er/shares/plop/
 +
 +
{{PluginInstructionsEnd}}

Revision as of 07:26, 4 February 2012

return to Plugins list

PLOP Linux 4.1.2
plop_pagetop.gif
http://www.plop.at/en/ploplinux.html

Information

ERPXE Module

  • Name: - PLOP Linux
  • Version: 4.1.2
  • Wikpedia Page:

Plugin type

Plugin type
PLOP Linux Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No No No Yes Yes

Plugin Requirments

Plugin Requirments
PLOP Linux CIFS HTTP Internet NFS Linux OS Windows OS
No No No Yes Yes No

Screen Shots

Special Information

Plop Linux is a small distribution that can boot from CD, DVD, USB flash drive (UFD), USB harddisk or from network with PXE.

It's designed to rescue data from a damaged system, backup and restore operating systems, automate tasks and more.

Linux Installation Instructions

Download ploplinux412-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract ploplinux412-XXX.tar.gz file:

tar -xvzf ploplinux412-XXX.tar.gz

Download Plop Linux 4.1.2 ISO Latest Version to /mnt/ :

http://www.plop.at/en/ploplinux.html#download

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/ploplinux-4.1.2-X.iso /mnt/cdrom/

Plop Linux x86: Copy bzimage , initramfs.gz to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/syslinux/bzimage /tftpboot/er/plugins/plop/i386/bzimage 
cp /mnt/cdrom/syslinux/initramfs.gz /tftpboot/er/plugins/plop/i386/initramfs.gz
cp -R /mnt/cdrom/ploplinux/* /tftpboot/er/shares/plop/i386/ploplinux/

Plop Linux x64: Copy bzimage , initramfs.gz to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/syslinux/bzimage /tftpboot/er/plugins/plop/x86_64/bzimage 
cp /mnt/cdrom/syslinux/initramfs.gz /tftpboot/er/plugins/plop/x86_64/initramfs.gz
cp -R /mnt/cdrom/ploplinux/* /tftpboot/er/shares/plop/x86_64/ploplinux/

for the additional opt.sqfs file (seperate download) place it in /tftpboot/er/shares/plop/

Verify files with filelist.txt in each folder.

All Done!