Hi List, Is there a proper document on how to chainload two PXELINUX boot configs? I have one tftpboot root and I need to nest another one inside. The second nested PXELINUX root has different custom boot images, but I need to access it from a menu system. http://pastebin.com/hnUEBTdj I need to call 2 from within 1, but I am not sure how to go about this or if it is even possible? Thanks in advance.
Good day msacks, #menu 1 UI menu.c32 LABEL foo KERNEL foo LABEL menu2 COM32 menu.c32 APPEND menu2.cfg #end of menu 1 #menu 2 UI menu.c32 LABEL bar KERNEL bar #end of menu 2 You might enjoy syslinux/doc/menu.txt - Shao Miller
On 11/15/2010 02:04 PM, msacks wrote:> Hi List, > Is there a proper document on how to chainload two PXELINUX boot configs? > I have one tftpboot root and I need to nest another one inside. The > second nested PXELINUX root has different custom boot images, but I > need to access it from a menu system. > > http://pastebin.com/hnUEBTdj > > I need to call 2 from within 1, but I am not sure how to go about this > or if it is even possible? >Any reason to not just use a submenu (see the documentation for MENU INCLUDE). -hpa
Thanks for that....
    menu INCLUDE pxelinux.cfg/graphics.conf
Can I use the INCLUDE on pxelinux.0 as well?
On Mon, Nov 15, 2010 at 2:58 PM, H. Peter Anvin <hpa at zytor.com>
wrote:> On 11/15/2010 02:04 PM, msacks wrote:
>> Hi List,
>> Is there a proper document on how to chainload two PXELINUX boot
configs?
>> I have one tftpboot root and I need to nest another one inside. The
>> second nested PXELINUX root has different custom boot images, but I
>> need to access it from a menu system.
>>
>> http://pastebin.com/hnUEBTdj
>>
>> I need to call 2 from within 1, but I am not sure how to go about this
>> or if it is even possible?
>>
>
> Any reason to not just use a submenu (see the documentation for MENU
> INCLUDE).
>
> ? ? ? ?-hpa
>
On 11/16/2010 02:03 PM, msacks wrote:> Thanks for that.... > menu INCLUDE pxelinux.cfg/graphics.conf > > Can I use the INCLUDE on pxelinux.0 as well? >No, nor do you need it (if you use menu include the original pxelinux.0 runs all the menus). -hpa