PLOP Linux

From ERPXE Wiki

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

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 Yes

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/

Verify files with filelist.txt in each folder.

All Done!