The machine I'm attempting to boot will not accept any keyboard input while it 
is hanging.  I only have one profile.  The contents of 
/var/lib/tftpboot/pxelinux.cfg/default look like this:

DEFAULT menu
PROMPT 0
MENU TITLE Cobbler | http://fedorahosted.org/cobbler
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local

LABEL local
         MENU LABEL (local)
         MENU DEFAULT
         LOCALBOOT 0

LABEL F13_64-x86_64
         kernel /images/F13_64-x86_64/vmlinuz
         MENU LABEL F13_64-x86_64
         append initrd=/images/F13_64-x86_64/initrd.img ksdevice=bootif lang=  
kssendmac text  ks=http://192.168.1.45/cblr/svc/op/ks/profile/F13_64-x86_64
         ipappend 2

LABEL F14_64-x86_64
         kernel /images/F14_64-x86_64/vmlinuz
         MENU LABEL F14_64-x86_64
         append initrd=/images/F14_64-x86_64/initrd.img ksdevice=bootif lang=  
kssendmac text  ks=http://192.168.1.45/cblr/svc/op/ks/profile/F14_64-x86_64
         ipappend 2
LABEL boxx
         kernel /images/F14_64-x86_64/vmlinuz
         MENU LABEL boxx
         append initrd=/images/F14_64-x86_64/initrd.img ksdevice=bootif lang=  
kssendmac text  ks=http://192.168.1.45/cblr/svc/op/ks/profile/boxx
         ipappend 2

LABEL memtest86+-4.00
         kernel /images/memtest86+-4.00
         MENU LABEL memtest86+-4.00

         ipappend 2



MENU end




On 05/13/2011 03:42 PM, Scott Henson wrote:
> On Fri, 13 May 2011 15:26:06 -0500, Ole Ersoy<[email protected]>  wrote:
>> Hi,
>>
>> I'm trying to pxe boot a machine, and I get the following in 
>> /var/log/messages
>>
>> May 13 15:18:54 ole in.tftpd[3913]: tftp: client does not accept options
>>
>> The client machine just hangs on the line:
>> Trying to Load: pxelinux.cfg/default
>>
>> Thoughts?
>
> Type 'menu' and see what happens? That message about client does not
> accept options is a fairly benign one. I see it from time to time and
> haven't tracked it down, however I've not had the problems related to
> it.
>
> How many profiles do you have? Does $TFTPBOOTLOC/pxelinux.cfg/default
> contain what you would expect? Can we see it?
>
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to