Is it possible for syslinux to load another syslinux with it's own configuration file found in another directory? If so, where can I find sample? Thanks in advance
On 03/29/2011 06:44 AM, Roman Gelfand wrote:> Is it possible for syslinux to load another syslinux with it's own > configuration file found in another directory? If so, where can I > find sample?No, but you can load another configuration file, which can optionally (in Syslinux 4) change the current directory. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
I did it with my usb stick. There is no partition on that stick, only a FAT32 filesystem with 16GB. Because the default directory of syslinux is hard codet in ldlinux.sys, you have to use a different ldlinux.sys to use a different default directory. 1. The first syslinux is installed. 2. Copy the boot sector into a file bootsect.bs (the name must be *.bs) 3. Install the second syslinux using a different directory and this file bootsect.bs (do not install into the real bootsector!) 4. Add an entry to the config of your first syslinux to boot the file bootsect.bs jb Am 29.03.11 15:44, schrieb Roman Gelfand:> Is it possible for syslinux to load another syslinux with it's own > configuration file found in another directory? If so, where can I > find sample? > > Thanks in advance > > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. > >