<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Tom,<br>
<br>
Please provide the following info:<br>
<ul>
  <li>What does /tftpboot/pxelinux.cfg/xxxxxxx look like (where
xxxxxxxx corresponds to your system)?</li>
  <ul>
    <li>Is xinetd (or standalone tftpd) running?</li>
  </ul>
  <li>What does the host entry (corresponding to your system) in
/etc/dhcpd.conf look like?</li>
  <ul>
    <li>Is dhcpd running?</li>
  </ul>
  <li>Are you 100% positive that there is an ethernet link on eth0 and
not on some other NIC? (you may want to try setting ksdevice=link in
your tftp boot file)?</li>
  <li>Do you observe dhcp-related noise on the cobbler server (tcpdump,
etc.) indicating that the provisioned system is communicating
properly?  Are there any f/w's, vlan issues (you may need a dhcp helper
address if your system is on a separate vlan than the cobbler server),
etc. that might interfere with the boot process?</li>
  <li>Can you provide a more detailed list of what shows up on the
console during the boot process?</li>
</ul>
Regards,<br>
<br>
 - A.<br>
<br>
Tom Brown wrote:
<blockquote cite="mid:486A04F3.4040906@ng23.net" type="cite">Hi
  <br>
  <br>
I cant use DHCP yet in my prd environment but i can use koan so i can
have cobbler rebuild existing hosts.
  <br>
  <br>
I have setup a cobbler server and added a test system to that but i
encounter an issue when i try and build using koan in that after the
client reboots and boots the 'kick' kernel it seems unable to get the
kickstart as it starts to ask me which ethernet card to use and also
then tries to do a DHCP request.
  <br>
  <br>
If i hit the URL that generates the kickstart it seems fine and the
network part looks like this apart from the xxxxxx and the
'cobbler.server' hostname
  <br>
  <br>
# Use network installation
  <br>
url --url=<a class="moz-txt-link-freetext" href="http://cobbler.server/cblr/links/RHEL4-u5-i386">http://cobbler.server/cblr/links/RHEL4-u5-i386</a>
  <br>
# Network information
  <br>
network --bootproto=static --device=eth0 --onboot=on
--ip=10.xxx.xxx.19  --netmask=255.255.254.0 --gateway=10.xxx.xxx.253
--nameserver=10.xxx.xxx.117 --hostname=xxxxxxxx
  <br>
  <br>
In the grub config on the client before i reboot i see this
  <br>
  <br>
title kick1214906905
  <br>
   root (hd0,0)
  <br>
   kernel /vmlinuz ro root=LABEL=/
ks=<a class="moz-txt-link-freetext" href="http://cobbler.server/cblr/svc/op/ks/system/xxxxxxxx">http://cobbler.server/cblr/svc/op/ks/system/xxxxxxxx</a>
  <br>
   initrd /initrd.img
  <br>
  <br>
and the 'cobbler.server' can be resolved from the client using the
correct nameserver -
  <br>
  <br>
Does anyone have any ideas whats going on as i am stuck?
  <br>
  <br>
thanks
  <br>
  <br>
  <br>
_______________________________________________
  <br>
et-mgmt-tools mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:et-mgmt-tools@redhat.com">et-mgmt-tools@redhat.com</a>
  <br>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/et-mgmt-tools">https://www.redhat.com/mailman/listinfo/et-mgmt-tools</a>
  <br>
  <br>
</blockquote>
<br>
</body>
</html>