[syslinux] PXE/Memdisk/bootimage having a fight

Mr Tyrese tyreseonline at gmail.com
Fri Aug 12 11:27:43 PDT 2005


On 12 Aug 2005, at 19:06, robotti at godmail.com wrote:

>> ***
>> prompt=100
>> kernel bzImage-2.4.26-ltsp-2
>> append init=/linuxrc rw root=/dev/ram0 initrd=initrd-2.4.26-ltsp.gz
>>
>> label Ghost
>> kernel memdisk
>> append initrd=netboot.img
>>
>> ***
>>
>> The above is my entire file
>>
>> what i want is the ability to choose which on for my end users
>>
>
> You could do it like this.
>
> default Other
> prompt=100
>
> label Other
> kernel bzImage-2.4.26-ltsp-2
> append init=/linuxrc rw root=/dev/ram0 initrd=initrd-2.4.26-ltsp.gz
>
> label Ghost
> kernel memdisk
> append initrd=netboot.img

When I do it like that, I don't have the option to choose it just  
defaults to the linux entry. I want a menu system, so that users can  
choose which entry they use. And if no choice has been made after 10  
seconds, THEN it fires up the default profile




More information about the Syslinux mailing list