UEFI PXE server elilo.conf configuration
I am trying to setup a UEFI PXE server on SLES11. I need to be able to have multiple images in the elilo.conf file. But I am not getting the right syntax to be able to do that. How can I have a menu displayed during boot for the elilo.conf file? If someone would provide the whole syntax for multiple images that would show a menu that would be great. Thanks in advance. I am using the following which is not working.
prompt
timeout=50
image=linux-sles11-1
label=linux
initrd=initrd-sles11-1
image=linux-sles11
label=linux-new
initrd=initrd-sles11
|