<div dir="ltr"><br><br><div class="gmail_quote">On Tue, Sep 2, 2008 at 8:14 AM, nate <span dir="ltr"><<a href="mailto:centos@linuxpowered.net">centos@linuxpowered.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Paolo Supino wrote:<br>
> Hi Nate<br>
<div class="Ih2E3d">><br>
<br>
> 3: After the error comes up I get the HTTP setup configuration screen with<br>
> the source website (in IP) and CentOS directory as I entered them in the<br>
> pxeconfiguration file and as it appears in the kickstart configuration file<br>
> and all I have to do is press the 'OK' button to continue the installation<br>
> to a successful completion.<br>
<br>
</div>If that's the case the next most likely culprit is<br>
<div class="Ih2E3d"><br>
> url --url <a href="http://192.168.11.1/source" target="_blank">http://192.168.11.1/source</a><br>
<br>
<br>
</div>Just because the PXE boot loader can download the kickstart<br>
config does not mean that the installation process will work<br>
with that NIC.<br>
<br>
Also I've had lots of broadcom systems not work with kickstart over<br>
the years, it's not uncommon for newer systems to have newer<br>
revs of the chipsets and those revs not being supported by the<br>
installer.<br>
<br>
But it sounds like in your case it does work, so I would look<br>
at the url above, as it likely is the cause of the problem. Check<br>
the http access logs on the server for 404s and similar errors.<br>
<div><div></div><div class="Wj3C7c"><br>
nate<br>
<br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br><br>Hi Nate <br>
<br>
  I found the problem and it was easier than expected ... <br>
The problem seems to be that anaconda has a problem with having a
network card statically configured :-( All I had to do is change the
bootproto for eth0 from 'static' to 'DHCP'. Now it successfully retrieves
'stage2.img' file from the web server and completes the installation
with zero intervention. For the time being this will do, but I'd rather
the clients have everything configured locally once when installing
than accessing the network for any information they need (this
configuration is for a HPC cluster and every network access decreases
performance).<br>
<br>
<br><br><br>
<br><br>--<br>TIA <br>Paolo <br><br></div>