[syslinux] PXE-Linux like default configuration file selection with syslinux?

Ferenc Wagner wferi at niif.hu
Thu Sep 17 11:05:21 PDT 2015


Sven Geggus via Syslinux <syslinux at zytor.com> writes:

> when booting via pxelinux I can change the image to be booted based on
> client uuid, and MAC-Adresses.
> http://www.syslinux.org/wiki/index.php/PXELINUX#Configuration
>
> Now when using syslinux I would like to be able to also do this as I like to
> use one usb flash-drive for booting multiple machines.
>
> Is this possible or impossible by design because syslinux always uses
> syslinux.cfg?

It's possible in a different way.  You can extract DMI information (like
the system UUID) with Lua and implement conditional behaviour based on
that.  See http://www.syslinux.org/wiki/index.php/Lua.c32 for example.
-- 
Regards,
Feri.


More information about the Syslinux mailing list