[syslinux] hanging pxelinux.0 and menu.c32 on Dell 1850

Mikko Kurkela Mikko.Kurkela at kcigroup.com
Tue Jun 28 01:04:06 PDT 2005


 
Hello.

3.08-pre2 is the latest one that works. I tested all from 3.08-pre11 to
3.08-pre2 (including 3.08 of course).

My pxelinux.cfg/default is as follows:

---------------------------------------------------

DEFAULT menu.c32
PROMPT 0
MENU TITLE PXE BOOT MENU
MENU MASTER PASSWD xxx
MENU PASSWD yyy


#base infra server
LABEL infrabase
    MENU LABEL ^Infra base - no service configs
    kernel RH4ES/vmlinuz
    append initrd=RH4ES/initrd.img ramdisk_size=268235456 console=tty0
ks=ftp://xxx.xxx.xxx.xxx/pub/rh4/kickstart/infra/xxx.cfg ksdevice=eth0


#the base ks skeleton
LABEL base
    MENU LABEL ^Base RH4 - plain RH4
    kernel RH4ES/vmlinuz
    append initrd=RH4ES/initrd.img ramdisk_size=268235456 console=tty0
ks=ftp://xxx.xxx.xxx.xxx/pub/rh4/kickstart/yyy.cfg ksdevice=eth0


#plain red hat 4
LABEL plain
    MENU LABEL RH4 ^manual install
    kernel RH4ES/vmlinuz
    append initrd=RH4ES/initrd.img ramdisk_size=268235456 console=tty0

#full manual installation
LABEL rh4dosboot
        MENU LABEL  RH4 m^anual install - specify all kernel options
manually
        kernel memdisk
        append initrd=RH4ES/diskboot.img

#LABEL local
#       MENU LABEL ^Local boot - boot from local harddrive
#       LOCALBOOT 0

----------------------------------------------------------

Hope this helps.

BR,

-m-




 
>>>"H. Peter Anvin" <hpa at zytor.com> 06/27/05 10:23 pm >>> 
Mikko Kurkela wrote: 
> 
>I think the developers can find the problem by diff'ing correct 
>sourcefiles so I won't post my config right now. 
> 
 
You're wrong. 
 
It would also be good if you could tell exactly which prerelease broke 
the setup. 
 
-hpa 




More information about the Syslinux mailing list