Difference between revisions of "PLOP Linux"
From ERPXE Wiki
Line 50: | Line 50: | ||
cp /mnt/cdrom/syslinux/initramfs.gz /tftpboot/er/plugins/plop/x86_64/initramfs.gz | 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/ | cp -R /mnt/cdrom/ploplinux/* /tftpboot/er/shares/plop/x86_64/ploplinux/ | ||
− | |||
− | |||
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} |
Revision as of 07:29, 4 February 2012
return to Plugins list
PLOP Linux 4.1.2 http://www.plop.at/en/ploplinux.html |
---|
Contents
Information
ERPXE Module
- Name: - PLOP Linux
- Version: 4.1.2
- Official website: http://www.plop.at/en/ploplinux.html
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
PLOP Linux | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | No | Yes | Yes |
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/
Verify files with filelist.txt in each folder.
All Done!