Hello Everyone,

I'm new to Cobbler and pretty new to Linux in general. I'm running into an issue that I've exhausted all my resources, so I've come to you guys for help. I setup Cobbler using CentOS 5.5 and I'm simply trying to PXE boot Fedora 14 to a physical server. I'm able to PXE boot and see the tftp menu, but when I choose my Fedora profile nothing happens. I don't get any error, no process starts... simply nothing happens. It will just keep defaulting back to the local profile. Can someone point me in the right direction? I'm attaching some of my configuration, but if you need more please let me know.


[root@cobbler httpd]# vi /tftpboot/pxelinux.cfg/default

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 Fedora
        kernel /images/Fedora/vmlinuz0
        MENU LABEL Fedora
        append initrd=/images/Fedora/initrd0.img ksdevice=bootif lang=  kssendmac text  ks=http://192.168.8.68/cblr/svc/op/ks/profile/Fedora
        ipappend 2


MENU end

[root@cobbler httpd]# cobbler report
distros:
==========
Name                           : Fedora
Architecture                   : i386
Breed                          : redhat
Comment                        :
Initrd                         : /distros/fedora/isolinux/initrd0.img
Kernel                         : /distros/fedora/isolinux/vmlinuz0
Kernel Options                 : {}
Kernel Options (Post Install)  : {}
Kickstart Metadata             : {}
Management Classes             : []
OS Version                     : generic26
Owners                         : ['admin']
Red Hat Management Key         : <<inherit>>
Red Hat Management Server      : <<inherit>>
Template Files                 : {}


profiles:
==========
Name                           : Fedora
Comment                        :
DHCP Tag                       : default
Distribution                   : fedora
Enable PXE Menu?               : 1
Kernel Options                 : {}
Kernel Options (Post Install)  : {}
Kickstart                      : /distros/kickstart/fedora-ks.cfg
Kickstart Metadata             : {}
Management Classes             : []
Name Servers                   : []
Name Servers Search Path       : []
Owners                         : ['admin']
Parent Profile                 :
Red Hat Management Key         : <<inherit>>
Red Hat Management Server      : <<inherit>>
Repos                          : []
Server Override                : <<inherit>>
Template Files                 : {}
Virt Auto Boot                 : 1
Virt Bridge                    : xenbr0
Virt CPUs                      : 1
Virt File Size(GB)             : 5
Virt Path                      :
Virt RAM (MB)                  : 512
Virt Type                      : xenpv


systems:
==========

repos:
==========

images:
==========
[root@cobbler httpd]#