<div dir="ltr"><br><br><div class="gmail_quote">On Tue, Sep 2, 2008 at 4:18 PM, Joseph L. Casale <span dir="ltr"><<a href="mailto:JCasale@activenetwerx.com">JCasale@activenetwerx.com</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;">
>WHat do you mean?<br>
<br>
Do you boot from one of the NICS, or a CD, or what?<br>
If you boot from a NIC via a TFTP server, you may be encountering the issue<br>
I describe which simply needs a kernel arg to fix you up.<br>
<div><div></div><div class="Wj3C7c">jlc<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 Joseph <br><br>  I boot via NIC0 and my configurations are as follows: <br>pxe (for node3): <br>default ks<br>prompt 0<br>label ks<br>        kernel vmlinuz<br>        append initrd=initrd.img ramdisk_size=9216 ksdevice=bootif noapic acpi=off ks=<a href="http://192.168.11.1/kickstart/n03.ks">http://192.168.11.1/kickstart/n03.ks</a><br>
        ipappend 2<br><br>kickstart file (for node3): <br># Kickstart file automatically generated by anaconda.<br><br>install<br>lang en_US.UTF-8<br>keyboard us<br>network --device eth0 --bootproto dhcp --hostname <a href="http://n003.example.com">n003.example.com</a><br>
network --device eth1 --onboot no --bootproto dhcp --hostname <a href="http://n003.example.com">n003.example.com</a><br>network --device eth2 --onboot no --bootproto dhcp --hostname <a href="http://n003.example.com">n003.example.com</a><br>
network --device eth3 --onboot no --bootproto dhcp --hostname <a href="http://n003.example.com">n003.example.com</a><br>url --url <a href="http://192.168.11.1/source">http://192.168.11.1/source</a><br>rootpw --iscrypted ?????????????????????????????????<br>
firewall --disabled<br>authconfig --enableshadow --enablemd5<br>selinux --disabled<br>timezone --utc Asia/Jerusalem<br>bootloader --location=mbr --driveorder=sda --append="noapic acpi=off"<br># The following is the partition information you requested<br>
# Note that any partitions you deleted are not expressed<br># here so unless you clear all partitions first, this is<br># not guaranteed to work<br>zerombr<br>clearpart --all --drives=sda<br>part /boot --fstype ext3 --size=100 --ondisk=sda<br>
part pv.2 --size=0 --grow --ondisk=sda<br>volgroup VolGroup00 --pesize=32768 pv.2<br>.<br>.<br>.<br><br><br>If you made it all the way down here ... I did try to put ksdevice=eth0 in the PXE configuration file, but it only made things worse :-( <br>
<br><br><br><br>--<br>TIA <br>Paolo <br><br></div>