Hi
I am installed a PXE boot server with open suse 10.2.This is for the purpose of deploying automated firmware updates from the server. I have setup everything and my client is able to boot. Right now I created an initial RAM disk and i extracted this file from initrd and named it initrd.img. I included this file in /tftpoot/pxelinux.cfg/default. See below:

label linux

kernel vmlinuz
append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=98304 rw root=/dev/ram0

the image is able to load but i get a yast menu asking for suse 10 CD for OS installation. This is not what I want as I just want it to load the drivers and go to my main menu for option selection to perform firmware update tasks. Any ideas on this?

I am using menu.c32 as a startup menu. Thanks.