PBM6 can be started like a Linux Kernel by linux loaders.
You can start it over the network with Syslinux in the same ways as Plop Boot Manager 5.

SYSLINUX
========

You can start PBM6 with the keyword "linux" and "kernel".

Examples
--------
label pbm6
    menu label ^Plop Boot Manager 6
    linux plop/pbm6


label plp6
    menu label ^Plop Boot Manager 6
    kernel plop/pbm6




GRUB2
=====

You can start PBM6 with the keyword "linux" and "linux16".

menuentry "Plop Boot Manager 6" {
    linux16 /boot/plop/pbm6
}

OR

menuentry "Plop Boot Manager 6" {
    linux /boot/plop/pbm6
}


See also https://www.plop.at/en/ploplinux/desktop/grub2.html

Example /etc/grub.d/40_custom
-----------------------------
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

insmod ext2
set root='(hd0,1)'

menuentry "Plop Linux" {
    linux /boot/bzImage root=/dev/sda1
}

menuentry "Plop Boot Manager 5" {
    linux16 /boot/plop/plpbt.bin
}

menuentry "Plop Boot Manager 6" {
    linux /boot/plop/pbm6
}

menuentry "PlopKexec" {
    linux /boot/plop/plopkexec
}

menuentry "Memtest" {
    linux16 /boot/memtest/memtest
}    



LILO
====

Example
-------

image=/boot/plop/pbm6
label="Plop Boot Manager 6"
