2 Live Plop Linux versions + swap space on one FAT formatted partition on an USB drive:Go to the download section of the
Live Plop Linux.
Download the "Small" version and extract it.
Enter the extracted directory tree. You see efi.disabled, ploplinux and syslinux.
Copy the '
ploplinux' directory to the root directory of the USB drive.
On the USB drive, rename the '
ploplinux' directory to '
ploplinux-small'.
Now download the standard version and extract it.
Enter the extracted directory tree. You see efi.disabled, ploplinux and syslinux.
Copy
all 3 directories to the root directory of the USB drive.
On the USB drive create a swap file in the root directory of the drive.
Example for 1 GB:
dd if=/dev/zero of=swap bs=1M count=1024
mkswap swapTo enable the swap at boot time edit the file '
ploplinux/bin/rc.local' and '
ploplinux-small/bin/rc.local'
Add at the end, before the line with 'exit 0' add '
swapon /media/swap'.
On the USB drive edit the file '
syslinux/syslinux.cfg'
Insert the following lines at line 16.
label linuxsmall
menu label Plop Linux Small
kernel kernel/bzImage
append vga=1 initrd=kernel/initramfs.gz nomodeset dir=/ploplinux-small/
Now unmount the USB drive.
Make the USB drive bootable with Syslinux. If the USB drive is /dev/sdd then run '
syslinux /dev/sdd1' for the first partition on the USB drive.
Take care that you use the correct device node!Note: If you never booted from that drive, then you have to activate the boot flag for the partition and maybe write a new mbr boot section. If you need help with that then see at
https://www.plop.at/en/ploplinux/live/usb.html Thats it. Boot from USB.Best regards
Elmar