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
Christian Schweingruber wrote:> > to load pxegrub from pxelinux: > default: > label pxegrub > kernel memdisk > append initrd=pxegrub > > label pxegrub2 > KERNEL pxegrub > > but nothing works:( >label pxegrub kernel pxegrub.0 ... is the way I would expect to work. However, I've gotten bug reports that that might be buggy in the current releases. -hpa