[syslinux] load pxegrub from pxelinux

Christian Schweingruber c.schweingruber at catatec.ch
Fri Jul 21 06:41:37 PDT 2006


Hello

i'm working on a netboot environement with a highly configurable menu
system.
for some parts i like to use pxelinux for others pxegrub.
I can load both seperatly.
Now what i want is to have the possibility to switch from une to another.

I tried:

to load pxelinux from pxegrub:

menu.lst:
title pxelinux
   root (nd)
   kernel (nd)/pxelinux.0

title pxelinux2
   root (nd)
   kernel (nd)/memdisk
   initrd (nd)/pxelinux.0

title pxelinux3
   root (nd)
   chainloader (nd)/pxelinux.0


to load pxegrub from pxelinux:
default:
label pxegrub
        kernel memdisk
        append initrd=pxegrub

label pxegrub2
        KERNEL pxegrub

but nothing works:(

do you know a solution?

greetings
Christian Schweingruber
CATATEC




More information about the Syslinux mailing list