Displaying 1 result from an estimated 1 matches for "suse10_3".
Did you mean:
suse10.3
2008 Mar 06
4
PXELINUX "Fancy" advanced menu question
...m trying to run advanced dialog-like menus from com32.
But I can not boot anything... ? it always fails. :-)
So, my /path/to/pxelinux.cfg/default looks like this:
--------------8<--------------
DEFAULT pxemenu/fancy.c32
PROMPT 0
IMPLICIT 1
TIMEOUT 600
LABEL test
MENU LABEL Test
KERNEL suse10_3/vmlinuz
APPEND initrd=suse10_3/initrd.img ....(and so on)....
--------------8<--------------
Now, my fancy.menu looks like this:
--------------8<--------------
[main]
title=" Main Menu "
item="Test"
info="This is a test"
data="test"
type=run
-----...