Skip to content

Plop Linux

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.

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/