<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.3790.2858" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=297512016-15052007><FONT face=Arial 
color=#0000ff size=2>You are correct that it is not necessarily relevant, was 
just curious. The previous post about the switch is something I had forgotten 
about and is definitely a problem that we corrected and all worked 
well.</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> kickstart-list-bounces@redhat.com 
[mailto:kickstart-list-bounces@redhat.com] <B>On Behalf Of 
</B>SSTinsley@upsfreight.com<BR><B>Sent:</B> Tuesday, May 15, 2007 9:48 
AM<BR><B>To:</B> Discussion list about Kickstart<BR><B>Subject:</B> RE: 
Kickstart via PXE/NFS<BR></FONT><BR></DIV>
<DIV></DIV><BR><BR><FONT size=2><TT>kickstart-list-bounces@redhat.com wrote on 
05/15/2007 09:42:03 AM:<BR><BR>> Could you post your ks.cfg file, 
specifically the networking <BR>> section. I have seen this, even when the 
kernel loads correctly, <BR>> because the networking information is 
incorrect.</TT></FONT> <BR><FONT size=2><TT>> <BR>> From: 
kickstart-list-bounces@redhat.com [mailto:kickstart-list-<BR>> 
bounces@redhat.com] On Behalf Of SSTinsley@upsfreight.com<BR>> Sent: Tuesday, 
May 15, 2007 4:43 AM<BR>> To: Discussion list about Kickstart<BR>> Cc: 
kickstart-list@redhat.com; kickstart-list-bounces@redhat.com<BR>> Subject: 
RE: Kickstart via PXE/NFS<BR></TT></FONT><BR><FONT size=2><TT>Curious why you 
would want to see the kickstart cfg since the log indicates it</TT></FONT> 
<BR><FONT size=2><TT>never loads.</TT></FONT> <BR><BR><FONT size=2><TT>Here you 
go.</TT></FONT> <BR><BR><FONT size=2><TT>#System  language</TT></FONT> 
<BR><FONT size=2><TT>lang en_US</TT></FONT> <BR><FONT size=2><TT>#Language 
modules to install</TT></FONT> <BR><FONT size=2><TT>langsupport 
--default=en_US</TT></FONT> <BR><FONT size=2><TT>#System keyboard</TT></FONT> 
<BR><FONT size=2><TT>keyboard us</TT></FONT> <BR><FONT size=2><TT>#System 
mouse</TT></FONT> <BR><FONT size=2><TT>mouse none</TT></FONT> <BR><FONT 
size=2><TT>#Sytem timezone</TT></FONT> <BR><FONT size=2><TT>timezone 
America/New_York</TT></FONT> <BR><FONT size=2><TT>#Root password</TT></FONT> 
<BR><FONT size=2><TT>rootpw --iscrypted 
$1$DiNcd4k4$cm9CuU4ZpdCLI92saMZ4K/</TT></FONT> <BR><FONT size=2><TT>#Reboot 
after installation</TT></FONT> <BR><FONT size=2><TT>reboot</TT></FONT> <BR><FONT 
size=2><TT>#Use text mode install</TT></FONT> <BR><FONT 
size=2><TT>text</TT></FONT> <BR><FONT size=2><TT>#Use interactive kickstart 
installation method</TT></FONT> <BR><FONT size=2><TT>##interactive</TT></FONT> 
<BR><FONT size=2><TT>#Install Red Hat Linux instead of upgrade</TT></FONT> 
<BR><FONT size=2><TT>install</TT></FONT> <BR><FONT size=2><TT>#Use Web 
installation</TT></FONT> <BR><FONT size=2><TT>#url --url 
http://172.16.9.147/redhat/rhel3.0_ES_U8</TT></FONT> <BR><FONT size=2><TT>nfs 
--server=10.1.1.253 --dir=/export/redhat/rhel4.0_ES_U5</TT></FONT> <BR><FONT 
size=2><TT>#System bootloader configuration</TT></FONT> <BR><FONT 
size=2><TT>bootloader --location=mbr</TT></FONT> <BR><FONT size=2><TT>#Partition 
clearing information</TT></FONT> <BR><FONT size=2><TT>clearpart 
--all</TT></FONT> <BR><FONT size=2><TT>#Disk partitioning 
information</TT></FONT> <BR><FONT size=2><TT>part /boot --fstype=ext3 
--ondisk=sda --size=256</TT></FONT> <BR><FONT size=2><TT>part pv.11 --noformat 
--grow --ondisk=sda --size=0</TT></FONT> <BR><FONT size=2><TT>volgroup   
     rootvg  pv.11</TT></FONT> <BR><FONT size=2><TT>logvol / 
--fstype ext3 --vgname=rootvg --size=5192 --name=root_vol</TT></FONT> <BR><FONT 
size=2><TT>logvol swap --vgname=rootvg --size=2096 --name=swap_vol</TT></FONT> 
<BR><FONT size=2><TT>logvol /var --fstype ext3 --vgname=rootvg --size=2096 
--name=var_vol</TT></FONT> <BR><FONT size=2><TT>#logvol /export --fstype ext3 
--vgname=rootvg --size=4096 --name=export_vol</TT></FONT> <BR><FONT 
size=2><TT>#logvol /users --fstype ext3 --vgname=rootvg --size=4096 
--name=users_vol</TT></FONT> <BR><FONT size=2><TT>#part /extra --fstype=ext3 
--grow --ondisk=sda --size=0</TT></FONT> <BR><FONT size=2><TT>#part pv.21 
--noformat --grow --ondisk=sdb --size=10</TT></FONT> <BR><FONT size=2><TT>#part 
pv.22 --noformat --grow --ondisk=sdb --size=10</TT></FONT> <BR><FONT 
size=2><TT>##volgroup      uservg pv.21 pv.22</TT></FONT> 
<BR><FONT size=2><TT>##logvol /u002  --fstype=ext3 --vgname=uservg 
--size=4096 --name=u001_vol</TT></FONT> <BR><BR><FONT size=2><TT>#System 
authorization infomation</TT></FONT> <BR><FONT size=2><TT>auth  --useshadow 
 --enablemd5</TT></FONT> <BR><FONT size=2><TT>#Network 
information</TT></FONT> <BR><FONT size=2><TT><B>network --bootproto=dhcp 
--device=eth0 --ethtool="autoneg off duplex full"</B></TT></FONT> <BR><FONT 
size=2><TT>#network --bootproto=dhcp --device=eth1 --ethtool="autoneg off duplex 
full speed 100"</TT></FONT> <BR><FONT size=2><TT>#Firewall 
configuration</TT></FONT> <BR><FONT size=2><TT>firewall --enabled</TT></FONT> 
<BR><FONT size=2><TT>#Do not configure XWindows</TT></FONT> <BR><FONT 
size=2><TT>skipx</TT></FONT> <BR><FONT size=2><TT>#Package install 
information</TT></FONT> <BR><FONT size=2><TT>%packages --resolvedeps</TT></FONT> 
<BR><FONT size=2><TT>kernel</TT></FONT> 
<DIV>NOTE: THIS DOCUMENT MAY CONTAIN CONFIDENTIAL AND NONPUBLIC INFORMATION. IT 
IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL(S) OR ENTITY(IES) NAMED ABOVE, 
AND OTHERS SPECIFICALLY AUTHORIZED TO RECEIVE IT. If you are not the intended 
recipient of this document, you are notified that any review, dissemination, 
distribution or copying of this communication is prohibited. If you have 
received this communication in error, please notify me immediately by return 
email, delete the electronic message and destroy any printed copies. Thank you 
for your cooperation.<BR></DIV></BODY></HTML>