Displaying 2 results from an estimated 2 matches for "linresc".
Did you mean:
lines
2004 Jul 21
1
using menu's to boot kernels
...to what type of server they want to build based upon the
isolinux.cfg selections. My goal is to use Murlai's menuing system
instead because the large number of configs is taking too much screen real
estate.
Looking at simple.c I see entries like:
add_item("Linux Rescue","linresc",OPT_RUN,"linresc",0);
So I suppose I need to add an item to the menu that specifies a kernel and
it's appendeable options (like isolinux.cfg).. How do I accomplish this?
I know it's probably a simple answer as but...
James S. Martin, RHCE
Contractor
Administrative Offic...
2006 Jan 03
0
Isolinux.cfg issues on certain BIOSes
...which was quite a long
time ago (2003ish?). If anybody would like to check my config file for
obvious errors, or has experienced this it would be greatly
appreciated..
Kind Regards
Daniel Rose
default 1
display bootmnu.txt
prompt 1
F1 mainhelp.txt
F2 bootmnu.txt
F3 hdtest.txt
F7 FAQ.txt
label linresc
kernel linresc/rescue.lnx
append initrd=/isolinux/linresc/initrd.gz root=/dev/ram0
label A:
localboot 0x00
label a:
localboot 0x00
label o
localboot -1
label 0
localboot 0x80
label 1
kernel winpe.bin
label 2
kernel memdisk
append initrd=dosde.imz
label 4
kernel memdisk
append initrd=do...